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

Re: svn commit: rev 6614 - in trunk/subversion: libsvn_ra_dav tests/clients/cmdline

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-07-31 01:55:17 CEST

Philip Martin <philip@codematters.co.uk> writes:

> $ svn log http://svn.collab.net/repos/svn/trunk/subversion/svnserve
> ../svn/subversion/libsvn_ra_dav/util.c:418: (apr_err=175007)
> svn: HTTP Path Not Found
> svn: REPORT request failed on '/repos/svn/!svn/bc/1/trunk/subversion/svnserve'
> ../svn/subversion/libsvn_ra_dav/util.c:389: (apr_err=175007)
> svn: '/repos/svn/!svn/bc/1/trunk/subversion/svnserve' path not found
>
> Looks like 'svn log' expects the target to exist in revision 1. If I
> explicitly restrict the range (-rHEAD:6000 say) it works.

Dagnabit! svn_ra_dav__get_log() is using the 'end' revision (rather
than the 'start' revision) to construct the bc-url.

But it looks like we need to make this a special case; if no revision
is specified (i.e. -r HEAD is implied), then we should create the
bc-url based on HEAD.

I'll fix it up in the morning, unless you beat me to it.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 31 01:58:11 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.