Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to resolve tree conflicts through svn Eclipse plugin

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.

like image 921
Swathi EP Avatar asked Nov 12 '10 09:11

Swathi EP


People also ask

How do I merge two svn branches in eclipse?

Merging means creating a version by blending different revisions of resources. To start merging click 'Team>Merge...' menu item of the resource pop-up menu, 'Merge...' menu item of the SVN main menu group or on the 'Merge...' button on the 'SVN Toolbar'.

What is SVN tree conflict?

A tree conflict occurs when a developer moved/renamed/deleted a file or folder, which another developer either also has moved/renamed/deleted or just modified. There are many different situations that can result in a tree conflict, and all of them require different steps to resolve the conflict.


1 Answers

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

like image 142
zawhtut Avatar answered Sep 28 '22 02:09

zawhtut