I can get diffs between two revisions using something like
svn diff -r 100:200 > file.diff
But the problem is that there are many lines that show up due to change in whitespace. Is there a way to only write those lines that actually change in a significant way and not just in whitespace?