I'm running Subversion 1.1.1 on Mac OS X with an FSFS backend.
$ svn --version
svn, version 1.1.1 (r11581)
compiled Nov 17 2004, 14:57:36
svn ls -v is failing for me with a file with a space in it. Here are
steps to reproduce:
$ svnadmin create repos
$ svnadmin create repos
$ ls
repos
$ svn co repos wc
svn: 'repos' does not appear to be a URL
$ svn co file://`pwd`/repos wc
Checked out revision 0.
$ cd wc
$ touch 'Build Instructions.txt'
$ svn add Build\ Instructions.txt
A Build Instructions.txt
$ svn ci -m "added file with space"
Adding Build Instructions.txt
Transmitting file data .
Committed revision 1.
$ svn up
At revision 1.
$ svn ls -v Build\ Instructions.txt
svn: URL
'file:///Users/correia/Desktop/svnbug/repos/Build%20Instructions.txt'
non-existent in that revision
$ svn ls -v .
1 correia 0 Dec 08 10:53 Build Instructions.txt
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 8 16:58:48 2004