如何解决 eclipse 中的团队同步器中显示的冲突
我试图在 Eclipse 中使用 svn 将分支中的所有更改合并到主干文件夹。
在团队同步窗口中,当我单击冲突文件时,它显示
<<<<<<< .working
并且
>>>>>>> .merge-right.r303
我无法提交。我不明白如何解决它。
我只需要将所有更改合并到主干
请让我知道如何解决这些冲突
提前致谢
Im trying to merge all changes in branch to trunk folder using svn in eclipse.
In team synchronizing window when i clicked on conflict file it is showing
<<<<<<< .working
and
>>>>>>> .merge-right.r303
And im not able to commit. I do not understand how to resolve it.
I just need to merge all changes to trunk
Please let me know, how i can resolve these conflicts
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么你不能解决这个冲突?因为他们太多了?
对于 Subclipse,有一个最近的错误:
您是否有任何编码问题导致冲突?
Why can't you resolve this conflict? Because they are too many?
With Subclipse, there is a recent bug:
Have you any encoding issue causing conflicts?