Onno van der Straaten <onno.van.der.straa...@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@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 tr...@head. Please raise an issue. -- Philip