Retrieve list of checked out files from Team Foundation Server
November 15, 2010 by Nauman · Leave a Comment
There are times when you want to know who has not checked in their files. This will happen when migrating servers, removing a workspace of a non existent user etc. we can use the “tf” command line utility for retrieving all files that are checked out by a specific user.
How to list checked out files — TFS 2008
What is the procedure to list all the files checked out from team foundation server for a particular project? Also needs to traverse directories and sub directories for listing all files that are checked out. There is a simple solution for this issue, provided through a command line tool of VS 2008. Open Visual Studio [...]