码迷,mamicode.com
首页 > 其他好文 > 详细

A conflict in the working copy obstructs the CurOP

时间:2014-12-05 17:40:25      阅读:220      评论:0      收藏:0      [点我收藏+]

标签:http   io   ar   os   sp   java   on   bs   ef   

服务端版本控制软件subversion,客户端是eclipse的插件subclipse,个人感觉还是cvs比较简单方便。明明没什么冲突,当删除一个东西的时候老是提示错误,说冲突

A conflict in the working copy obstructs the current operation
org.tigris.subversion.javahl.ClientException: A conflict in the working copy obstructs the current operation
svn: Commit failed (details follow):
svn: Aborting commit: ‘D:/eclipse-java-ganymede-SR1-win32/workspace/myProject/database/src’ remains in conflict

org.tigris.subversion.javahl.ClientException: A conflict in the working copy obstructs the current operation
svn: Commit failed (details follow):
svn: Aborting commit: ‘D:/eclipse-java-ganymede-SR1-win32/workspace/myProject/database/src’ remains in conflict

解决办法

右击你要删除的目录–>team–>Show Tree Conflict–>在Eclpise中会出现一个Tab视图显示Tree Conflict的内容,一个一个选择列表中的冲突右击将其标志为已解决,然后回到项目再提交更改就可以了。

注意:我用的版本subclipse是http://subclipse.tigris.org/update_1.6.x

Comments are closed.

A conflict in the working copy obstructs the CurOP

标签:http   io   ar   os   sp   java   on   bs   ef   

原文地址:http://my.oschina.net/u/2001537/blog/352803

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!