Manuals

TortoiseUDiff 命令

标准diff 查看器只有两个命令选项

表 D.3. 可用选项列表

选项描述
:patchfile标准差异文件的路径。
:p激活管道模式。标准差异可以从终端输入中读取。


Examples (which should be entered on one line):

TortoiseUDiff.exe /patchfile:"c:\diff.patch"
      

If you create the diff from another command, you can use TortoiseUDiff to show that diff directly:

svn diff | TortoiseUDiff.exe /u
      

this also works if you omit the /p parameter:

svn diff | TortoiseUDiff.exe
      

TortoiseSVN homepage