结合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
Run Code Online (Sandbox Code Playgroud)
和,
$ svn diff -x --ignore-eol-style -x --ignore-all-space -r 1143:1177 somefile
Run Code Online (Sandbox Code Playgroud)
仅执行最后一个选项:ignore-all-space
以前有人处理过吗?