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

Re: SVN directory with a trailing space problem

From: François Beausoleil <fbeausoleil_at_ftml.net>
Date: 2004-12-01 14:55:36 CET

Brass Tilde wrote:
>>We have a directory in our repository that has a trailing space. I
>>have no idea how this happened, but it is what it is. I can list
>>the parent directory contents:
>
>
>>Notice the "CHIGoodPracticesApplication /" line with the trailing
>>space.
>
>
>>Does anyone know how I can delete this directory??

You should be able to delete remotely:
svn rm file:///path/to/repos/CHIGoodPracticesApplication%20/

Notice the space was URL-encoded.

Bye !
François

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Wed Dec 1 15:03:10 2004

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.