您的位置:首页 > 编程语言 > Java开发

Eclipse 集成 Araxis Merge 作为比较和合并GUI工具的配置

2013-04-16 10:33 429 查看
更多有关 Araxis Merge的配置,请参考下面原文.

原文:http://www.araxis.com/merge/scm_integration.html


Eclipse

For Eclipse 

,
see the entry for Subclipse.


Subclipse

Subclipse 

 is
an Eclipse plug-in providing support for Subversion within the Eclipse IDE. It can be configured to use Merge as its merging tool. Merge will then be used whenever you choose Edit Conflicts from
a Team menu in Eclipse.

Merge can also integrate directly with Subversion. Please see Subversion section
for more information.

The following steps have been tested with Subclipse 1.6.13, Eclipse 3.6.0 and Subversion 1.6.

To configure Merge as the Subclipse merging tool:


In the Eclipse Preferences window, select the Team > SVN > Diff/Merge page.

Select the External radio button.

In the adjacent entry field, enter the following (all on one line):
C:\Program Files\Araxis\Araxis Merge\compare.exe

Note: in the above path, replace C:\Program Files\Araxis\Araxis Merge\ with the full path of the Merge installation directory on your machine.

In the Parameters field, enter the following (all on one line):
/wait /merge /a1 /3 /title1:"Common Ancestor" /title2:"Theirs" /title3:"Yours" ${base} ${theirs} ${yours} ${merged}


Click the Apply button.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: