svn A conflict in the working copy obstructs the current operation

来源:互联网 发布:济源知乎 编辑:程序博客网 时间:2024/06/06 05:17
使用svn merge 合并之后,有的文件会显示特殊的冲突 

A conflict in the working copy obstructs the current operation 

    A conflict in the working copy obstructs the current operation 
svn: Commit failed (details follow): 
svn: Aborting commit: 'X:\XXX\XXX\src\com\XXX\XXX\dao\impl\TestDaoImpl.java' remains in conflict 

文件冲突 

最近发现了svn有一种特殊的冲突,跟svn版本库同步的时候,还提示代码没有不一样的,但是文件图标上又是一个特殊的冲突符号,不是那种大红的冲突符号.更新不了也提交不了.就算把代码改了再提交都不行. 

解决办法:右击有问题的目录或者文件–>team–>Show Tree Conflict–>在Eclpise中会出现一个Tab视图显示Tree Conflict的内容,一个一个选择列表中的冲突右击将其标志为已解决/Resolved,然后回到项目再提交更改就可以了

黑色头发:http://heisetoufa.iteye.com/
0 0
原创粉丝点击