首页 > 系统服务 > 详细

MyEclipse解决SVN同步冲突问题conflict in the working copy obstructs the current operation

时间:2015-04-30 10:23:34      阅读:1700      评论:0      收藏:0      [点我收藏+]

服务端版本控制软件subversion,客户端是eclipse的插件subclipse。当删除一个东西的时候老是提示错误,说冲突

commit -m "" C:/Users/Administrator/Workspaces/MyEclipse 8.6/AisinoNew/WebRoot/htmljs/sale_protocol.js
    A conflict in the working copy obstructs the current operation
svn: Commit failed (details follow):
svn: Aborting commit: ‘C:\Users\Administrator\Workspaces\MyEclipse 8.6\AisinoNew\WebRoot\htmljs\sale_protocol.js‘ remains in conflict

 

解决办法

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

成功显示:

resolve --accept=working C:/Users/Administrator/Workspaces/MyEclipse 8.6/AisinoNew/WebRoot/htmljs/sale_protocol.js
    Resolved conflicted state of C:/Users/Administrator/Workspaces/MyEclipse 8.6/AisinoNew/WebRoot/htmljs/sale_protocol.js

MyEclipse解决SVN同步冲突问题conflict in the working copy obstructs the current operation

原文:http://www.cnblogs.com/JsonShare/p/4468027.html

(1)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!