[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-19 22:53:04 CEST

mark benedetto king <mbk@lowlatency.com> writes:

> Using 0.26.0, I see:
>
> $ 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
>
> svn ls works fine.
>
> Using 0.27.0, everything works.

Hmm, I've just discovered that HEAD has some problems

$ svn log -r6458 http://svn.collab.net/repos/svn/tags/0.26
../svn/subversion/libsvn_ra_dav/util.c:597: (apr_err=175007)
svn: HTTP Path Not Found
svn: REPORT request failed on '/repos/svn/!svn/bc/6458/tags/0.26'
../svn/subversion/libsvn_ra_dav/util.c:568: (apr_err=175007)
svn: '/repos/svn/!svn/bc/6458/tags/0.26' path not found

while

$ svn log http://svn.collab.net/repos/svn/tags/0.26 | grep 6458
rev 6458: djh | 2003-07-12 16:20:40 +0100 (Sat, 12 Jul 2003) | 8 lines

So 'svn log -rREV' doesn't work if REV occurred in the copyfrom
history. Is that the way 'svn log -rREV' is supposed to work? It's
not the most convenient way to operate.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 19 22:53:55 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.