SVN E200009 which is not part of the commit; both sides of the move must be committed together
在svn上重命名文件后,提交會報錯
Cannot commit 'R:\myPath\新文件.java' because it was moved from 'R:\myPath\M舊文件.java' which is not part of the commit; both sides of the move must be committed together
解決辦法,同時提交新舊文件,應該是顯示一個刪除行為、一個添加行為。
另外,如果重命名后文件名的差別只有大小寫不同,還是不能提交的,要先改成其他文件名,提交后再重新重命名,再提交一次
