svn diff的默认输出模式比较冗长,如果遇到修改比较多的情况,有时会较难看清diff.svn本身提供了自定义diff输出的选项,可能的修改方法如下: 建立一个脚本文件(如svndiff.sh),调用vimdiff作为svn diff的配置选项,内容如下: #!/bin/sh DIFF="/usr/bin/vimdiff" # Subversion provides the paths we need as the sixth and seventh parameters LEFT=
http://svnbook.red-bean.com/en/1.6/svn.ref.svn.c.diff.html Name svn diff (di) — This displays the differences between two revisions or paths. Synopsis diff [-c M | -r N[:M]] [TARGET[@REV]...] diff [-r N[:M]] --old=OLD-TGT[@OLDREV] [--new=NEW-TGT[@NEW
https://stackoverflow.com/questions/2967176/where-is-svn-exe-in-my-machine The subversion program code is linked into the TortoiseSVN binary. You can install a compatible discrete version if you need to access the repository from the command line. UP