Hi,
svn annotate requires that the start revision precedes the end
revision.
eg
svn annotate -r 9515:6504 ...
svn: Start revision must precede end revision
And usually, this is what you want.
But at this moment, I want to know when a line was removed, so I do
want to have the 'end' precede the 'start'.
Is there a way to do it?
Regards, Ben