[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: Brevoort, Mike <MikeBrevoort_at_catholichealth.net>
Date: 2004-12-01 16:58:45 CET

Thanks François! This actually worked. The trailing "/" was the key.

svn rm "svn://nitcfps03/portal/trunk/src/CHIGoodPracticesApplication%20/" --message "trying to remove CHIGoodPractic
esApplication directory"

Committed revision 893.

Thanks again,
Mike

-----Original Message-----
From: François Beausoleil [mailto:fbeausoleil@ftml.net]
Sent: Wednesday, December 01, 2004 6:56 AM
To: Brass Tilde
Cc: Brevoort, Mike; users@subversion.tigris.org
Subject: Re: SVN directory with a trailing space problem

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 17:23:33 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.