Listing checked-out files in Team System (TFS)

You can get a complete list of checked out files by using the tf.exe command line tool found in: C:\Program Files\Microsoft Visual Studio 8\Common7\IDE

All checked out files in $/MyProject:

tf.exe status $/MyProject /user:* /s:http://MyTfsServer:8080 /recursive

All files checked out to Mark:

tf.exe status /user:mark /s:http://MyTfsServer:8080

You can write the output to a file:

tf.exe status /user:* /s:http://MyTfsServer:8080 > c:\checkedout.txt

About Clay Lenhart

I am a DBA/Technical Architect for Latitude Group and love technology.
This entry was posted in Source Control. Bookmark the permalink.

3 Responses to Listing checked-out files in Team System (TFS)

  1. Eugenez says:

    You can also use TF Sidekicks (www.attrice.info/cm/tfs) or for VS2008 TFS Power Tools.

    No command-line hassle, no remembering user-names, save to file on demand…

  2. Frank Do says:

    None of the recommendation is actually fact. Are you people speak before you research? If you would like to help, you would need to research to see what is the actual effort to get what you recommend before you post. It will make your comment more useful and make the Internet less trashy.

  3. Jason says:

    The tf.exe route works use a vs command prompt to save some time getting to the console app.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>