I wanted to produce a side by side SVN diff instead of the usual SVN diff output. Is there any way to get this sort of output ?
svn diff --diff-cmd 'diff' -x '--side-by-side -W230' FILENAME
Tune the "-W230" to whatever takes full use of your screen width