Abdelrazak Younes wrote:
BTW, it would be nice if you could do your diffs with function names (-p argument of diff).
I'll try to read the TortoiseSVN doc to do that.
If I remember rightly, you can't change the arguments to the diff command used by svn but you can specify a *different* diff command. Eg:
#! /bin/sh diff -p "$@" Angus