svndiff--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
誰かが以前にこれに対処しましたか?