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

Re: Problem with filename containing spaces

From: Ryan Schmidt <subversion-2008c_at_ryandesign.com>
Date: Fri, 21 Nov 2008 17:37:58 -0600

On Nov 20, 2008, at 12:02, Jaan Vajakas wrote:

> OK, here is a command line script:

I can confirm this on Mac OS X 10.4.11 Intel with Subversion 1.5.4
installed via MacPorts:

$ svnadmin create /path/to/testrepo
$ mkdir aa
$ svn import aa http://svn.example.com/testrepo/aa -m ""

Committed revision 1.
$ svn co http://svn.example.com/testrepo/aa
Checked out revision 1.
$ cd aa
$ mkdir uu
$ echo texttexttext > "uu/New Text Document.txt"
$ svn add uu
A uu
A uu/New Text Document.txt
$ mkdir vv
$ svn add vv
A vv
$ svn ci -m ""
Adding uu
Adding uu/New Text Document.txt
Adding vv
Transmitting file data .
Committed revision 2.
$ svn mv uu tt
A tt
D uu/New Text Document.txt
D uu
$ svn mv "tt/New Text Document.txt" "vv/New Text Document.txt"
A vv/New Text Document.txt
D tt/New Text Document.txt
$ svn ci -m ""
Adding tt
Deleting tt/New Text Document.txt
Deleting uu
Adding vv/New Text Document.txt
svn: Commit failed (details follow):
svn: '/spaces/!svn/bc/2/aa/uu/New' path not found
$

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-22 00:38:29 CET

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.