Home » Questions » Computers [ Ask a new question ]

svn diff including annotate/blame-alike information of when changes were made by who

svn diff including annotate/blame-alike information of when changes were made by who

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?

Asked by: Guest | Views: 270
Total answers/comments: 1
Guest [Entry]

"In your basic vanilla SVN setup there is no command which can merge the outputs of blame and diff on a particular revision. If you specified the particular SVN client you used I might have been able to find a plugin that does this, but you didn't so I couldn't search for one.

The only alternative is to use a script or small program to match up the two outputs. This shouldn't be so hard if you can get line numbers on diff and blame. Even though this isn't the answer you were hoping for it is an answer and this question has sat open since 2009."