[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:38:14 CET

I tried that but to no avail. I get this...

E:\>svn rm "file://e:/svn/ws_dev/portal/trunk/src/CHIGoodPracticesApplication%20/" --message "trying to remove CHIGoodPracticesApplication directory"
svn: Unable to open an ra_local session to URL
svn: Local URL 'file://e:/svn/ws_dev/portal/trunk/src' contains unsupported host
name
 
By the way, SVN is running on Windows 2003.

Thanks,
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 16:59:43 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.