Guys, I'd like to ask all to generate patches with diff -up option,
which makes it easier to understand the generated patch.
Howto (there are other ways):
svn diff --diff-cmd mydiff
where I have
~>cat ~/bin/mydiff
#!/usr/bin/perl
exec("diff","-up", at ARGV);
If there's agreement on this, lets also add this to the FAQ.
MST