[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Strangeness with svn log

From: <cmpilato_at_collab.net>
Date: 2003-08-20 15:25:47 CEST

kfogel@collab.net writes:

> Philip Martin <philip@codematters.co.uk> writes:
> > > $ svn log http://svn.collab.net/repos/svn/branches/neon-0.24
> > > subversion/libsvn_ra_dav/util.c:597: (apr_err=175007)
> > > svn: HTTP Path Not Found
> > > svn: REPORT request failed on '/repos/svn/!svn/bc/1/branches/neon-0.24'
> > > subversion/libsvn_ra_dav/util.c:568: (apr_err=175007)
> > > svn: '/repos/svn/!svn/bc/1/branches/neon-0.24' path not found
> >
> > I recognise that error message... yes, here it is
> >
> > http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=42176
> >
> > The odd thing is that it appears to be r6614, which is post 0.26.
>
> Could there have been some strange incompatibility between client and
> server? Mike upgraded svn.collab.net to 0.27 very recently.

6614 was reverted in 6631 as Badness, so if you're using code between
those two revisions, you'll see this bug. In 6642, I made a
client-side fix for an ra-dav inconsistency which would have had it
looking for things in this case in revision 1. Now it looks in the
larger of the X:Y values (where the default X:Y for a URL target is
HEAD:1, and for a working copy path, BASE:1).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Aug 20 15:29:34 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.