【问题标题】:set rhapsody DiffMerge as svn merge-tool将 rhapsody DiffMerge 设置为 svn 合并工具
【发布时间】:2014-10-19 15:17:09
【问题描述】:

我正在尝试将 rhapsody DiffMerge 设置为 SVN 中的合并工具。

在我设置了 .subversion/config:

[helpers]
    merge-tool-cmd = /opt/rhapsody/i386/7.5.2.1/DiffMerge "$2" "$3" "$1"

在我设置的 Rhapsody/DiffMerge 中:

#!/bin/bash                                                                                                                                                                                                                                 
DIFFMERGE_PATH=/opt/rhapsody/i386/7.5.2.1
DIFFMERGE_EXEC=${DIFFMERGE_PATH}/diffmerge.exe                                                                                   
${DIFFMERGE_EXEC} -xmerge "$2" "$3" -base "$1" -mergeReport mergeReport.logs

使用 DiffMerge IBM 帮助: http://pic.dhe.ibm.com/infocenter/rhaphlp/v7r6/index.jsp?topic=%2Fcom.ibm.rhp.diffmerge.doc%2Ftopics%2Frhp_t_col_specifying_diffmerge_cmdline_syn.html


冲突出现时:

Select: (p) postpone,
        (mf) mine-full, (tf) theirs-full,
        (s) show all options: l
Invalid option.

有人有这个问题吗?

BR亚当

【问题讨论】:

    标签: linux svn merge rhapsody diffmerge


    【解决方案1】:

    已解决, 我已将 svn 版本更改为最新(1.8.8) 并设置 合并工具-cmd = DiffMerge

    就是这样。

    BR亚当

    【讨论】:

      猜你喜欢
      • 2013-07-05
      • 2011-06-15
      • 1970-01-01
      • 2010-09-18
      • 1970-01-01
      • 2018-06-20
      • 2014-10-23
      • 2017-03-06
      • 2010-10-23
      相关资源
      最近更新 更多