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

Re: assertion failed svn cp URL->URL

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: 2006-02-13 20:26:00 CET

John Belli wrote:
> I was trying to rearrange a branch, and I ran into this bug (on Win XP). I
> didn't see anything similar in the issue tracker.
>
> C:\> md foo
>
> C:\> svnadmin create foo
>
> C:\> svn mkdir file:///foo/bar -m "mkdir bar"
>
> Committed revision 1.
>
> C:\> svn mkdir file:///foo/bar/baz -m "mkdir bar/baz"
>
> Committed revision 2.
>
> C:\> svn ls --recursive file:///foo
> bar/
> bar/baz/
>
> C:\> svn rm file:///foo/bar -m "deleted bar"
>
> Committed revision 3.
>
> C:\> svn cp -r2 file:///foo/bar/baz file:///foo/bar -m "resurrect bar/baz as
> bar"
> Assertion failed: ! svn_path_is_empty (path), file
> C:\Home\brane\src\svn\releases\subversion-1.3.0\subversion\libsvn_client\cop
> y.c, line 214

Verified on Linux with svn trunk. Thanks for reporting it, and for giving a
full reproduction recipe. We should be able to fix this bug.

- Julian

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Feb 13 20:26:49 2006

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.