Hide Whitespace Changes
Do not show white space changes
Do not use the command svn diff, use instead:
svn diff --diff-cmd diff -x -uw
If you use emacs with module psvn, add the following lines:
(require 'psvn)
(setq svn-status-default-diff-arguments '("--diff-cmd" "diff" "-x" "-wbBu"))