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

svn lock url with spaces - problem?

From: John <jsparrow_at_ecclescollege.ac.uk>
Date: 2005-05-31 20:00:12 CEST

On my system this works:

svn lock "file:///C:/SVNRepos/Tester/Proj1/branches/mybranch/abc.txt"

but this doesn't:

svn lock "file:///C:/SVNRepos/Tester/Proj1/branches/mybranch/a b c.txt"

(assuming both files exist of course).

The latter reports:

svn: Path '/Proj1/branches/mybranch/a%20b%20c.txt' doesn't exist in HEAD revision

But I can do this:

svn ls "file:///C:/SVNRepos/Tester/Proj1/branches/mybranch/a b c.txt"
a b c.txt

SVN 1.2. Win32. No hooks.

Thanks,

John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 31 20:30:31 2005

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.