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

Re: [BUG] svn ls and filename with space?

From: Christopher Ness <chris_at_nesser.org>
Date: 2004-12-10 18:23:08 CET

On Fri, 2004-10-12 at 08:30 -0500, Jim Correia wrote:
> $ 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

Does this fail also if you quote the file name like so?
       $ svn ls -v "Build Instructions.txt"

Interesting to see that it escaped the file like a web browser would. I
don't know if you can call a space like that on the file system. But
that would probably work for http[s]://

Cheers,
Chris

Received on Fri Dec 10 18:51:59 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.