Re: Deleting a directory with a space in it.

2011-09-20 Thread Daniel Shahaf
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 wrote: > > > > > > > No, you can delete (on the command line) directly in the repository > > by escaping each " " in the URL with "\ " or "%20". > > > > >

Re: Deleting a directory with a space in it.

2011-09-20 Thread Srdan Dukic
On 21 September 2011 08:53, Stephen Butler 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 T

Re: Deleting a directory with a space in it.

2011-09-20 Thread Stephen Butler
On Sep 20, 2011, at 22:05 , Srdan Dukic wrote: > On 20 September 2011 17:48, Lorenz wrote: > Srdan Dukic wrote: > > I don't think you have a problem with spaces here. > > > So, just to confirm, ignoring the permissions issues, the only way to delete > a directory with a space in it in Subver

Re: Deleting a directory with a space in it.

2011-09-20 Thread Srdan Dukic
On 20 September 2011 17:48, Lorenz wrote: > Srdan Dukic wrote: > > I don't think you have a problem with spaces here. > > So, just to confirm, ignoring the permissions issues, the only way to delete a directory with a space in it in Subversion 1.6 is to check out the parent folder, delete the dir

Re: Deleting a directory with a space in it.

2011-09-19 Thread Lorenz
Srdan Dukic wrote: I don't think you have a problem with spaces here. >[...] >error: you don't have enough permissions for this transaction: >you can't remove Grad Training/ you should quote the complete error message because the "Commit blocked by ..." part is essential here >and from the Apa

Deleting a directory with a space in it.

2011-09-19 Thread Srdan Dukic
Hi, I've got a directory in subversion with a space in the name which I'd like to delete. 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/Re