GUI for svn blame with history slider

Does anyone know a UI tool (the Eclipse plugin would be great, but any other for Linux / Windows is acceptable), which allows you to see the difference in some part of the code, but also allows you to quickly switch between versions, for example. using the slider.

+4
source share
2 answers

I like the functionality of TeamShow Annotation... It colors the left side of the editor, and the groups change the lines in color. When you hover over one section, you get the commit details (revision / author / date / comment).

+2
source

I used SVN lookup with some success. http://code.google.com/p/svn-time-lapse-view/

It would be nice if Tortoise SVN's freeze turned on this feature of the history slider.

+1
source

Source: https://habr.com/ru/post/1385355/


All Articles