The smart post
http://kitt.hodsden.com/ignoring_whitespace_changes_with_svn_diff
tells one thing: don’t care about spaces while diffing ;)
# svn diff --diff-command `which diff` -x "-Bwbu"
The smart post
http://kitt.hodsden.com/ignoring_whitespace_changes_with_svn_diff
tells one thing: don’t care about spaces while diffing ;)
# svn diff --diff-command `which diff` -x "-Bwbu"