Philip Martin <philip@codematters.co.uk> writes:
> cmpilato@tigris.org writes:
>
> > Author: cmpilato
> > Date: Fri May 30 19:06:04 2003
> > New Revision: 6100
> >
> > Modified:
> > trunk/subversion/clients/cmdline/delete-cmd.c
> > trunk/subversion/clients/cmdline/main.c
> > trunk/subversion/include/svn_client.h
> > trunk/subversion/libsvn_client/delete.c
> > Log:
> > Make 'svn delete URL URL ...' cause only one commit instead of N
> > commits. Another fabulous use of the new path-based editor driver.
>
> I'm seeing this failure over ra_svn
>
> CMD: svn "rm" "-m" "delete iota URL" "--username" "jrandom" "--password" "rayjandom" "svn://localhost/repositories/basic_tests-11/iota" <TIME = 0.173972>
> ../svn/subversion/libsvn_ra_svn/marshal.c:166: (apr_err=210002)
> svn: Network connection closed unexpectedly
> svn: Connection closed unexpectedly
> EXPECTED STDOUT:
>
> Committed revision 2.
> ACTUAL STDOUT:
> EXCEPTION: SVNLineUnequal
> FAIL: basic_tests.py 11: basic delete command
Hm... looks like there's an extra close_dir() getting transmitted.
Investigating now.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 04:19:55 2003