Reputation: 885
In Microsoft Visual Studio 2010 using TFS, how would do you determine all the files that were updated on a particular day? All my research shows that you can search the change sets for a particular file, but not change sets for multiple files.
Upvotes: 0
Views: 65
Reputation: 4854
I tend to use the free Team Foundation Sidekicks application for this kind of thing.
Using the Code Review sidekick you can search for changesets on a given date:
Once the changesets have loaded, select them all and click OK and you get a list of all changed files along with the changeset id, username and comment:
I have no affiliation with the software but I think it's excellent and use it all the time!
Upvotes: 1