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
svn blame shows you which checkin modified any line in a file the last time.
This works on old revisions too.