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

Re: Space in filename causes path not found on commit

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Fri, 02 Jul 2010 10:56:04 +0100

Onno van der Straaten <onno.van.der.straaten_at_gmail.com> writes:

> Hi,
> Using guidelines posted at
> http://svn.haxx.se/users/archive-2010-06/0291.shtml I'm trying to get
> confirmed using lists users and dev_at_subversion.apache.org if I should report
> this as a bug or not.
>
> Probably I'm doing something wrong because I fail to get a response on both
> lists. Can anyone please help?

You did nothing wrong, it just slipped through the net.

>>> Rename folder 2 to folder 3
>>> my-laptop ~/my_wc $ svn move "folder 2" "folder 3"
>>> A folder 3
>>> D folder 2/file with spaces.txt
>>> D folder 2
>>>
>>> Move file to folder 1
>>> my-laptop ~/my_wc $ svn move "folder 3/file with spaces.txt" "folder
>>> 1/file with spaces.txt"
>>> A folder 1/file with spaces.txt
>>> D folder 3/file with spaces.txt
jjk>>>
>>> Commit
>>> my-laptop ~/my_wc $ svn commit --message "test"
>>> Adding folder 1/file with spaces.txt
>>> svn: Commit failed (details follow):
>>> svn: '/svn/!svn/bc/1101/test/folder%202/file' path not found

Yes, that's a bug. I can reproduce it with trunk_at_HEAD. Please raise
an issue.

-- 
Philip
Received on 2010-07-02 11:57:02 CEST

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.