Re: Removing Folder with non-Alphanumeric character
From: <Evan.Watson_at_MSAnet.com>
Date: 2007-05-18 23:33:00 CEST
When I run the URL command I get
svn: Path 'http://svn/repo/project%5C' does not exist in revision 144
If I was not clear this a folder in the repo not the root repo name.
Ryan Schmidt <subversion-2007b@ryandesign.com>
To
On May 18, 2007, at 09:12, Erik Hemdal wrote:
>> I created a folder via the command line svn tool. By mistake (fat
If you're doing this in a working copy, then yes, another backslash
svn co http://myrepo/svn
However, if you're using URLs, you use percent-encoding to escape
svn mv http://myrepo/svn/projectname%5C http://myrepo/svn/projectname
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.