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"
SVN 1.2. Win32. No hooks.
Thanks,
John
---------------------------------------------------------------------
|
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.