结合 svn diff --ignore-eol-style 和 --ignore-all-space 不起作用:
$ svn diff -x -w --ignore-eol-style -r 1143:1177 somefile
svn: invalid option: --ignore-eol-style
和,
$ svn diff -x --ignore-eol-style -x --ignore-all-space -r 1143:1177 somefile
只执行最后一个选项:ignore-all-space
以前有人处理过这个吗?