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

RE: Re: Problem with filename containing spaces

From: Jaan Vajakas <jaanvajakas_at_hot.ee>
Date: Sat, 22 Nov 2008 18:57:10 +0200

I created an issue for this bug:
http://subversion.tigris.org/issues/show_bug.cgi?id=3333

> On Nov 21, 2008, at 17:37, Ryan Schmidt wrote:
>
> > 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:
>
> I should mention the versions of other important software I have:
>
> The following ports are currently installed:
> apache2 @2.2.10_0 (active)
> apr @1.3.3_0 (active)
> apr-util @1.3.4_1 (active)
> neon @0.28.3_0 (active)
> subversion @1.5.4_0+mod_dav_svn+tools (active)
>
>
>
> > $ 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 19:16:57 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.