当前位置: 代码迷 >> CVS/SVN >> svn中施用diffmerge 代替 opendiff
  详细解决方案

svn中施用diffmerge 代替 opendiff

热度:9422   发布时间:2013-02-26 00:00:00.0
svn中使用diffmerge 代替 opendiff
    opendiff 是osx非常好用的合并工具,但是有个问题,不支持2m以上的大文件.而且打开速度不理想.

google以后找到这个diffmerge速度很快, 不错

但是svn支持有些问题,又找了个脚本.
http://support.sourcegear.com/viewtopic.php?f=33&t=10044


注意脚本中的 15,16行,可能要修改为
vdiff="diffmerge.sh"  vdiff3="diffmerge.sh"


下载回来后修改

mate ~/.subversion/config



diff-cmd = diff3-cmd = 


改成
diff-cmd = diffmerge-svn-wrapper.shdiff3-cmd = diffmerge-svn-wrapper.sh


更新svn时,出现冲突会提示
<div class="quote_title">引用
  相关解决方案