Question

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.

Was it helpful?

Solution

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:

enter image description here

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:

enter image description here

I have no affiliation with the software but I think it's excellent and use it all the time!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top