[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to delete directory with at symbol in the name

From: Ryan Schmidt <subversion-2010b_at_ryandesign.com>
Date: Thu, 3 Jun 2010 19:03:13 -0500

On Jun 3, 2010, at 16:58, Russell E Glaue wrote:

> 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
> /trunk/mydir_at_HEAD -m "bring back rev 49 from the dead"
>
> You end up with the following path in HEAD: '/trunk/mydir_at_HEAD/'
> Where '@HEAD' is part of the actual directory name.
>
> How would you delete this 'mydir_at_HEAD' directory?
>
> Using svn delete mydir\@HEAD or mydir&#64;HEAD do not work.

svn delete mydir_at_HEAD@
Received on 2010-06-04 02:03:59 CEST

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.