Is it possible to see the history of changes to a particular line of code in a Subversion repository?
I\'d like, for instance, to be able to see when a particular st
If you use Emacs, the built-in package vc can do this.
vc-annotate with either M-x vc-annotate or C-xvg.svn blame.vc-annotate-revision-previous-to-line) will navigate to the revision before the revision at the line you're on.