SVN E200009 which is not part of the commit; both sides of the move must be committed together

来源:互联网 发布:淘宝皇冠店铺出租 编辑:程序博客网 时间:2024/05/17 23:32

在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

解决办法,同时提交新旧文件,应该是显示一个删除行为、一个添加行为。

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

阅读全文
0 0
原创粉丝点击