[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: Daniele Nicolodi <daniele_at_grinta.net>
Date: 2004-03-02 19:46:52 CET

On Tue, Mar 02, 2004 at 07:28:48PM +0100, terry@eatoni.com wrote:

> Hi Daniele. You should do this:
>
> $ export R=http://localhost:8080/svn/code
> $ svn cp $R/trunk $R/tags/0.6.1
>
> What you have right now is expanding into something with two slashes
> in it (${R}/trunk expands to http://localhost:8080/svn/code//trunk for
> example).

Yes, i know. My report is about svn not working right with urls that
contains a repeated path separator (//). Any unix program interpretes
a double path separator (//) like it is a single one (/) and the same
is done for urls. I don't know if this is covered by RFC and if so what
RFC says but i think that, for coerence, // should be handled like /.

Ciao

-- 
Daniele
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 2 19:45:59 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.