We have many projects with several files inside each. Files can be checked in from the main solution root, from the project level and from the individual level.
Is there a way to find all files checked in by a particular user during the past few days, for all the levels?
If you have the TFS power tools installed you can use the command "tfpt searchcs" from a visual studio command prompt. This will allow you to search for all change sets checked in by a particular user and also set a start and end date along side some other filters. This might meet your needs
I think it's not possible to drill down to the files of each changeset of a user within a given timeframe by using the standard reporting facilities of TFS.
The following uses the TFS-SDK & should accomplish the task:
The
GetDateVSpec
was copied from this post by Robaticus