Are there any Tools to compare the differences between branches in TFS 2005?. OR How do I see Tree Difference Tab in TFS?
A:
Get the latest from each branch and then use KDiff3 (or any diff'ing tool of your choice) to diff the source locally.
Andrew Hare
2009-08-21 15:50:10
Can thi sbe used with Visual studio Team Systems 2005?.
Greens
2009-08-21 15:54:28
Sure -- it's a standalone tool.
Richard Berg
2009-08-21 22:14:30
That said, it will be much much slower. The power tool (which is built directly into VS 2008) compares hash values which are already stored on the server; KDiff3 and similar tools must actually read the full contents from disk.
Richard Berg
2009-08-21 22:16:07
+2
A:
TFS Power tools will let you compare two branches. After you install it right click and compare on a folder. Put in the branch name to compare it with and it will show the Tree Difference Tab.
Ryan
2009-08-21 16:05:06