我想使用超越比较的svn命令行并获得以下输出
文本比较制作:2008年11月16日上午11:45:34
SourceFile,CompareFile,IOriginal,IAdded,IDeleted,IChanged,UOriginal,UAdded,UDeleted,UChanged"E:\ Downloads\eeli\eel\1.c","E:\ Downloads\eeli\eel\2.c",967,192,501,270,368,113,205 ,89
什么是确切的命令行?
此处概述了不同版本控制系统的所有Beyond Compare设置:http://www.scootersoftware.com/download.php? c = kb_vcs
对于TortoiseSVN,请尝试http://www.scootersoftware.com/support.php?zz=kb_vcs#tortoisesvn
把它放在(例如)c:\ bin\bcsvn.bat中
@REM To configure this as the Subversion diff command, add these lines to @REM c:\Documents and Settings\username\Application Data\Subversion\config: @REM @REM [helpers] @REM diff-cmd = c:\bin\bcsvn.bat @REM @"C:\Progra~1\Beyond~1\bcomp.exe" "%6" /title1=%3 "%7" /title2=%5 @exit 0
您可能必须修复bcomp.exe的路径.