Are there any tools in TFS 2012 that allow you to use ClearCase as a graphical version tree for a given file? Based on Googling and my experiments, it seems that the features of the version tree in TFS 2012 are all around change sets. In which branch a set of changes was created, where it was merged, etc. It is not granular enough. Many times a developer sees a piece of code in a file and wants to know where it comes from. The ClearCase version tree is perfect for this.
In TFS 2012 (and possibly 2010), you can view the history of a file on a branch (i.e. main), and it will in text mode display all changesets for this file and what merges are associated with. This is similar to the version tree in ClearCase, but in text form. Are there any third-party tools to convert this story into graphic form?
Thanks.
source share