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

简介: 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账号和密码,没问题。


 还真成功了。

目录
打赏
0
0
0
0
17
分享
相关文章
SVN 执行cleanup报错:Cleanup failed to process the following paths : 解决方法
引用:https://www.cnblogs.com/pinpin/p/11395438.html 在SVN更新时提示文件被锁住了,要求执行 clean up操作,执行clean up时又报clean up failed。造成的原因是在某次更新后,点击了cancel按钮,操作没有完成所以会锁住。解决方法如下:
1687 0
【异常】svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法
767 0
解决报错:Remove untracked files, stash or commit any changes, and try again
解决报错:Remove untracked files, stash or commit any changes, and try again
126 1
Git错误解决:如何处理“could not determine hash algorithm“问题
Git错误解决:如何处理“could not determine hash algorithm“问题
535 0
Oracle中控制commit的三个参数 commit_write, commit_logging和 commit_wait
Oracle中控制commit的动作有三个参数 commit_write, commit_logging和 commit_wait,按重要性分别说明如下
375 0
【转】svn:is not under version control and is not part of the commit, yet its child解决办法
来自:http://blog.csdn.net/lufeng20/article/details/7641093    在把写好的代码提交到svn上面时,遇到了一个错误如下: svn: Commit failed (details follow): svn: 'D:\eclipse\Statu...
1441 0
【已解决】git取消分支合并(fatal: There is no merge to abort (MERGE_HEAD missing).)
git取消分支合并(fatal: There is no merge to abort (MERGE_HEAD missing).)
1269 0
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
【SVN】is not known to exist in the repository and is not part of the commit, yet its child
1006 0
【SVN】is not known to exist in the repository and is not part of the commit, yet its child