What I\'m exactly looking for is: using svn diff, how to print more lines above and below the new code which is being added?
svn diff
By default it will print some l
If you are on linux, tell your diff tool how many lines to include into result, for example 10:
svn diff --diff-cmd=diff -x -U10