Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TFS: comparing changesets

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 ?

like image 514
ram Avatar asked Feb 09 '10 23:02

ram


1 Answers

If you have VS2008 or earlier you'll need TFS power tools installed then 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).

like image 198
Ryan Avatar answered Sep 19 '22 04:09

Ryan