[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-31 01:00:19 CEST

sussman@tigris.org writes:

> Author: sussman
> Date: Wed Jul 30 13:24:03 2003
> New Revision: 6614
>
> Modified:
> trunk/subversion/libsvn_ra_dav/log.c
> trunk/subversion/tests/clients/cmdline/log_tests.py
> Log:
> Fix issue #1423: make 'svn log -rN URL' work over DAV, even if URL
> doesn't exist in HEAD. Thanks to cmpilato for some excellent discussion.
>
> * libsvn_ra_dav/log.c (svn_ra_dav__get_log): pass a bc-url as the main
> argument to the REPORT request, rather than the ra_session's URL.
>
> * log_tests.py (test_list): uncomment regression test.

$ 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.

-- 
Philip Martin
---------------------------------------------------------------------
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:01:12 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.