TFS 2010 change history on individual code sections
Some time ago I recall seeing an early release video demonstration of a tool that allowed one to (from within Visual Studio) inspect the history of a section of code. For example, right click on a method and choose 'view history', 开发者_StackOverflow中文版and see when that method has changed. Can anyone recall what product this may have been?
I don't recall that, but is Annotate something that helps you too. Annotate shows a copy of the source file and for each section who last modified it and when that happened.
http://msdn.microsoft.com/en-us/library/bb385979.aspx
What you're looking for is "method history" and we've just released it for Subversion and of course for Plastic SCM.
I think you meant SemanticMerge: http://www.semanticmerge.com/
精彩评论