Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
標準または通常の diff 形式は SVN に存在しますか、それとも統一形式のみですか?
svn diff --diff-cmd diff -x --normal
空白の変更を無視する -b とは異なり、これには副作用はありません。
svn help diffこれを明らかにします:
svn help diff
--diff-cmd arg : ARG を diff コマンドとして使用します
svn diff --diff-cmd diffしたがって、標準を使用するために使用できるはずですdiff。
svn diff --diff-cmd diff
diff