Visual Studio method history for SVN(plasticscm.com)
plasticscm.com
Visual Studio method history for SVN
http://www.plasticscm.com/labs/method-history-for-subversion.aspx
2 comments
Click on a method on Visual Studio and find how it has been modified through the SVN history.
It's `svn blame` integrated into Visual Studio?
No, no, no... I see I'm bad with titles!! :(
No, it parses the code, finds your method across history and then diffs it. Nothing to do with blame.
If you heavily refactor a method, it is still able to find it, nothing to do with blame.
No, it parses the code, finds your method across history and then diffs it. Nothing to do with blame.
If you heavily refactor a method, it is still able to find it, nothing to do with blame.
Would you guys find it useful for Git?