Re: BUG (?) in svn cp
From: <terry_at_eatoni.com>
Date: 2004-03-02 19:28:48 CET
>>>>> "Daniele" == Daniele Nicolodi <daniele@grinta.net> writes:
Daniele> $ export R="http://localhost:8080/svn/code/"
Daniele> $ svn cp ${R}trunk ${R}tags/0.6.1
Hi Daniele. You should do this:
$ export R=http://localhost:8080/svn/code
What you have right now is expanding into something with two slashes
By the way, you don't need wrap the assignment in quotes. That's only
Terry
---------------------------------------------------------------------
|
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.