我試圖用空格字符刪除遠程存儲庫中的文件。在具有空格字符的URL中使用svn刪除
svn delete -m "Deleting file" "https://svn.xyz.edu/applications/workshop/H Y P W 2011_2.pdf"
我得到的錯誤
svn: URL 'https://svn.xyz.edu/applications/workshop/H%2520Y%2520P%2520W%25202011_2.pdf' does not exist
如何解決這個問題,並刪除該文件?
SVN 1.1+應該允許的空間,並且之前的版本需要你逃跑手動%20個車位 - 請參閱http://subversion.apache。 org/docs/release-notes/1.1.html – Keith 2010-10-06 13:42:22