문제

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.

도움이 되었습니까?

해결책

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!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top