Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I use an external diff/merge tool within the Eclipse "Team Synchronization" perspective?

Tags:

merge

eclipse

In the Synchronize tab of the Eclipse Team Synchronization perspective, double-clicking a file shows the built-in 2-way diff/merge editor. If I install an external merge utility, this is not used in the Team Synchronization perspective--it can only be accessed from the Edit Conflicts... menu item. It would be much nicer to have a 3-way merge tool appear as the editor inside Team Synchronization. Does anyone know of a way to configure Eclipse to do this? Thanks in advance.

Byron

like image 573
Byron Hawkins Avatar asked Nov 14 '22 10:11

Byron Hawkins


1 Answers

Subversive plugin for SVN can help out. Check this link for configuring subversive to use an external diff tool.

like image 105
Faisal Feroz Avatar answered Jan 19 '23 21:01

Faisal Feroz