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
In Eclipse you can know when each line of your code has been committed using the SVN annotate view, or right click on the file → Team → Show annotation....