How to delete directory with at symbol in the name
From: Russell E Glaue <rglaue_at_cait.org>
Date: Thu, 03 Jun 2010 16:58:23 -0500
If you accidentally put the at symbol in a directory name like this:
svn copy http://svn.domain.com/repos/trunk/mydir@49 http://svn.domain.com/repos
You end up with the following path in HEAD: '/trunk/mydir_at_HEAD/'
How would you delete this 'mydir_at_HEAD' directory?
Using svn delete mydir\@HEAD or mydir@HEAD do not work.
-RG
|
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.