天天看点

SmartSVN无法提交的解决办法:because it was moved from which is not part of the commit; both sides of the move

对工程大规模改名,一路磕磕碰碰总算成功了。然后提交SVN,报错:

 because it was moved from XXX which is not part of the commit; both sides of the move

 那我分开提交怎么样?不行。搜索看看有没有解决办法。果然,找到了:

 1、终端,到出错的上一层目录服务。

 2、svn commit 新目录 旧目录 -m "message"

 3、要求输入机器登录密码、SVN账号和密码,没问题。

 还真成功了。

继续阅读