svn diff including annotate/blame-alike information of when changes where made by who
- by Wouter Coekaerts
Can you add annotate/blame-alike information to svn diff, so that for every changed line it includes which user and revision changed that line?
For example, an annotate-diff comparing revisions 8-10 could output something like:
9 user1 - some line that user1 deleted in revision 9
10 user2 + some line that user2 added in revision 10
The…