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

Bug with svn ls and filename with space?

From: Jim Correia <jim.correia_at_pobox.com>
Date: 2004-12-08 16:56:54 CET

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.