How to resolve tree conflicts through svn Eclipse plugin

余生颓废 提交于 2019-12-23 07:22:49

问题


I have installed svn plugin in my eclipse recently and i want to know the way to resolve tree conflicts of my project through it.

Waiting for your valuable reply.


回答1:


well, you didn't mention your OS whether it is windows or linux. anyway, if it is windows you can download plugin for resolving conflicts i.e. called "tortoise". With the help of this plugin you can directly resolve any type of conflicts whether it is text conflicts or tree conflicts. What you need to do do just right click on the file having conflict and there is so many options, just select your desired option and make necessary changes if required. That's it.

And if it is Linux then just open the conflict affected file in project explorer and right click on that, then compare that file with the same file in branch(i.e. that you want to merge into your local code). If there is any change it will open both the file to compare and edit if file is unchanged then it will display a popup that there is no difference. after this step just right click on file again and this time select "resolve conflict" option. Your file will be updated and conflict will be resolved also.

i hope it will make some sense to solve your problem.

Thanks,

vikS




回答2:


Right click the project, choose Team-> Show Tree Conflict -> Mark as Resolved




回答3:


Also has the possibility that, the file that you are committing has been deleted from repository.



来源:https://stackoverflow.com/questions/4163115/how-to-resolve-tree-conflicts-through-svn-eclipse-plugin

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!