How to compare (diff) trees at different versions using the API
Recently the question of how to compare files and folders came up. TFS version 1 doesn't have the project difference type of functionality that was available in VSS. So if you want to write your own, this code sample will help you with the calls to get the information you'll want to display. The code shows two different approa...