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

Re: Deleting a directory with a space in it.

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Wed, 21 Sep 2011 00:26:29 +0300

Fixed in 1.6.12 according to CHANGES.

Srdan Dukic wrote on Wed, Sep 21, 2011 at 09:10:58 +1200:
> On 21 September 2011 08:53, Stephen Butler <sbutler_at_elego.de> wrote:
>
> >
> >
> > No, you can delete (on the command line) directly in the repository
> > by escaping each " " in the URL with "\ " or "%20".
> >
> >
> This is what I've tried:
>
> svn rm http://subversion/src/Repo/Grad Training
> svn rm "http://subversion/src/Repo/Grad Training"
> svn rm "http://subversion/src/Repo/Grad%20Training"
> svn rm http://subversion/src/Repo/Grad%20Training
> svn rm http://subversion/src/Repo/Grad\ Training
> svn rm "http://subversion/src/Repo/Grad\ Training"
>
> and I keep getting:
>
> svn: URL 'http://subversion/src/Repo/Grad%2520Training' does not exist
> svn: Your commit message was left in a temporary file:
> svn: 'svn-commit.9.tmp'
>
> It seems like it's first escaping the space, making it %20 and then it's
> escaping this again to make it %2520. ('%' = '%25' URL encoded).
>
> Cheers
> --
> Srđan Đukić
Received on 2011-09-20 23:27:18 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.