zoukankan      html  css  js  c++  java
  • svn: E200009: Commit failed (details follow)/both sides of the move must be committed together的解决办法


    今天在提交SVN的时候发生了如下错误,分析了一下原因,试了好几次才找到解决方法,失败原因如下:

    svn: E200009: Commit failed (details follow):
    svn: E200009: Cannot commit 'G:jiaoyusrcmain
    esources	emplateswwwxgwycompanycompany_content.html' because it was moved from 'G:jiaoyusrcmain
    esources	emplateswwwxgwycompany_content.html' which is not part of the commit; both sides of the move must be committed together

    svn: E200009: Commit failed (details follow):
    svn: E200009: Cannot commit 'F:jiaoyusrcmain esources emplateswwwxgwycompanyhouse.html' because it was moved from 'F:jiaoyusrcmain esources emplateswwwxgwyhouse.html' which is not part of the commit; both sides of the move must be committed together

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

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

  • 相关阅读:
    C#windows向窗体传递泛型类
    phoenix与spark整合
    phoenix创建二级索引
    git
    socket详解
    切片
    通过串口读写数据
    Python 跳出多重循环
    Python从json中提取数据
    Python 字典
  • 原文地址:https://www.cnblogs.com/no8g/p/13415625.html
Copyright © 2011-2022 走看看