svn 修改原來包名的方法和會報的錯誤


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

解決辦法,同時提交新舊文件,應該是顯示一個刪除行為、一個添加行為。

另外,如果重命名后文件名的差別只有大小寫不同,還是不能提交的,要先改成其他文件名,提交后再重新重命名,再提交一次

[轉載] https://blog.csdn.net/abc45628/article/details/78727121


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2026 CODEPRJ.COM