阅读320 返回首页    go 阿里云 go 技术社区[云栖]


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

更多有关 Araxis Merge的配置,请参考下面原文.

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

Eclipse

For Eclipse This link is to an external website, see the entry for Subclipse.

Subclipse

Subclipse This link is to an external website 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.

最后更新:2017-04-03 20:43:08

  上一篇:go 十八年的语言分支
  下一篇:go 排序算法系列之希尔排序