Pregunta

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.

¿Fue útil?

Solución

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!

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top