SVN Blame in IntelliJ (similar to eclipse functionality)
Hey guys,
I noticed that in Eclipse, the left column of a file will list the authors who last modified the corresponding line of code. Is there some IntelliJ feature or plugin that shows this?
Thanks!
Please sign in to leave a comment.
right click on the left editor gutter > annotate.
regards, Alex
Message was edited by: Alexander Ashitkin
Thanks! (Takes quite a long time for each file for me, sweet though)
It needs as long as your SVN server needs to answer. If you have a slow SVN server with a slow connection, like if you work on a SourceForge project, then Annotate will need some time. Alternatively you could use Git with its git-svn functionality as a wrapper around SVN. This way you can use all the advantages of Git while you can still use SVN in the background if needed like it is for me at work. One of those advantages is that you have the whole history locally available and thus history browsing, history diffing, annoating takes almost no time. :-)
Annotate is incredibly slow compared to using SVN blame... there must be a bug. Filing
one with IntelliJ...