[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 6100 - in trunk/subversion: clients/cmdline include libsvn_client

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-06-02 03:27:01 CEST

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

Running the delete command by hand I see
I get

svnserve -X -r subversion/tests/clients/cmdline/
../svn/subversion/libsvn_ra_svn/editor.c:385: (apr_err=210004)
svn: Malformed network data
svn: Invalid file or dir token during edit

I'm not sure if this commit is the bug, or whether this commit merely
uncovers an existing ra_svn bug, but reverting 6100 makes the failure
go away.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jun 2 03:27:57 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.