3

SVN 中是否存在标准或普通差异格式或仅存在统一格式?

4

2 回答 2

8

svn diff --diff-cmd diff -x --normal

这没有副作用,不像 -b 会导致空白的变化被忽略。

于 2009-11-22T19:56:36.960 回答
4

svn help diff揭示了这一点:

--diff-cmd arg : 使用 ARG 作为 diff 命令

因此你应该可以svn diff --diff-cmd diff使用标准来使用diff

于 2009-01-18T08:25:28.717 回答