The svn command seems to honour only one -x option. This means, you must/can combine all options into one argument:
svn diff -x "-w --ignore-eol-style"
I did not test whether this is also true for external diff-tools.
The svn command seems to honour only one -x option. This means, you must/can combine all options into one argument:
svn diff -x "-w --ignore-eol-style"
I did not test whether this is also true for external diff-tools.