How to ignore white-spaces in subversive? is it only supported by that another svn plugin?
According to this page, Subversion doesn't have a built-in option for this. You can, however, use an external diff program that does by doing something like this (depending on your OS and what diff software you have installed):
svn diff --diff-cmd diff -x -uw /path/to/file
Hope that helps!