[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: Brass Tilde <brasstilde_at_insightbb.com>
Date: 2004-12-01 16:44:41 CET

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

> E:\>svn rm
> "file://e:/svn/ws_dev/portal/trunk/src/CHIGoodPracticesApplication%20/"

If that's exactly what you typed, you need 3 slashes after "file:", e.g.
file:///e:/svn/ws_dev/portal/trunk/src/CHIGoodPracticesApplication%20/

That doesn't actually remove the directory from your repository though, it
just removes it from the HEAD revision. The names with spaces are still in
the repos for past revisions.

If you are trying to get the space out of the name, but preserve the actual
files in that directory in the repository, then you will likely need to dump
and reload.

---------------------------------------------------------------------
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:10:45 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.