Re: Removing Folder with non-Alphanumeric character
From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-05-18 23:07:57 CEST
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.