[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: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-02-13 20:11:15 CET

On 2/10/06, John Belli <JABelli@rtelectronics.com> 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
>
> This application has requested the Runtime to terminate it in an unusual
> way.
> Please contact the application's support team for more information.

Thank you for the bug report. This is an edge case you get when you
copy from a deleted directory to a prefix of its old URL, I'm working
on a fix, but I need to figure out how to make it work without
breaking some other edge cases (specifically copying into the root of
the repository).

-garrett

---------------------------------------------------------------------
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:15:16 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.