Software Development Network>> VS Team System>> List of all checked out files for all users and team projects
Hi,
Is there a way to get a list of all checked out files and who has them checked out - grouped by Team Project and user
List of all checked out files for all users and team projects
DellS
You can try the command line (tf.exe). Fire up a Visual Studio 2005 command prompt and then type something like:-
tf status $/ /recursive /user:* /server:yourtfsserver
Alternatively, take a look at the excellent and free "Status Sidekick" from Attrice.
http://attrice.info/cm/tfs/
If neither of these are any good to you, then post back and I'll send you a code snippet that uses the TFS object model to query the repository.
Good luck,
Martin.