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

Re: BUG (?) in svn cp

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-03-02 20:43:34 CET

Daniele Nicolodi <daniele@grinta.net> writes:

> $ export R="http://localhost:8080/svn/code/"
> $ svn cp ${R}/trunk ${R}/tags/0.6.1
> svn: subversion/libsvn_subr/path.c:156: svn_path_join: Assertion
> `is_canonical (base, blen)' failed.
> Aborted

Subversion's path library usually handles that sort of thing, but it
looks like the path driver is bypassing the library and attempting to
do it's own path processing. In svn_delta_path_driver I see things
like strchr for '/' and ++ on char* pointers, I suspect these don't
work as well as the path library.

Please raise an issue.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 2 20:42:42 2004

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.