解决合并冲突与颠覆
使用 subversive 将分支合并回主干时如何解决合并冲突。 (例如,文件在同一位置有不同的更改)
我执行了以下操作:
- 在项目中选择合并(团队合并)
- 选择分支 url
- 执行合并 ==>冲突现在显示在同步视图中
- 选择解决冲突 ==>冲突显示在比较视图中
- 编辑工作副本以解决一个冲突
到目前为止它有效,但现在我想保存工作副本并显示该文件中的剩余冲突。 但是当我保存工作副本时,冲突视图不会更新。当我重新打开冲突视图时,我没有看到之前的更改。这使得冲突无法解决。
感谢您的帮助
(Eclipse 3.6、subverive 0.7.9、svnkit 1.3.5) 我使用最新的 subverive 版本和 svnkit
How to resolve a merge conflict when merging a branch back to trunk with subversive. (e.g a File have different changes at the same position)
i did the folowing:
- selected merge at a project (team merge)
- selected branch url
- execute merge
==> conflicts are now shown in syncronize view - select resolve conflict
==>Conflicts are shown in the Compare view - edit the working copy to resolve one conflict
So far it worked but now i want to save the working copy and show the remaining conflicts in that file.
But when i save the working copy the conflict view is not updated. And when i reopen the conflict view i didnt see my previous changes. That makes it impossible to resolve conflicts.
thx for helping
(Eclipse 3.6, subverive 0.7.9, svnkit 1.3.5)
i use the newest subverive version and svnkit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您只需右键单击该文件即可;团队-->标记为合并
You just need to right click on the file; team --> mark as merged