views:

185

answers:

1

In TFS we can find "compare" a file between 2 changesets. Is it possible to compare 2 changesets. Say take changeset "r" as reference and compare it with changeset "s" and find the files/folders which were added/removed/delted/edited ?

+2  A: 

If you have TFS power tools installed you can compare a folder. It will show you which files are only on one side or the other (added, deleted) and which are different (edited).

alt text

Ryan