Search code examples
javaeclipseversion-controlsubversive

Is there an easy way in eclipse to tell what scm revision made a change in the line the cursor is in?


I am aware of the Team History view in eclipse that will show me all previous revisions of a file, and highlight the changes.

However, I often find a change, and would like to know who did it and what their commit comment was. Currently, I have to sieve through the history view. Is there a plugin or a built-in way of figuring this out faster? I am currently using SVN and Subversive, but of course, the more general the solution the better.

Thanks!


Solution

  • With Subclipse plugin: Right click on the source file, select in appearing menu Team -> Show Annotation... then the author and revision can be seen for each line where your cursor is currently on.