Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

List all files checked into TFS by a user in past few days

Tags:

tfs

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?

like image 918
Everest Avatar asked Jun 20 '12 11:06

Everest


1 Answers

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

like image 55
James Reed Avatar answered Oct 13 '22 21:10

James Reed