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 ?
You can specify a custom diff command:
svn --diff-cmd "diff" --extensions "-y" diff
(Or then perhaps even use tools like sdiff)