Saturday, May 19, 2012

How to list checked out files — TFS 2008

November 18, 2009 by · 1 Comment 

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 command prompt and use tf.exe application.

All checked out files in $/ProjectTemp:

tf.exe status $/ProjectTemp/user:* /s:http://TfsInstance:8080 /recursive

All files checked out to Nauman:

tf.exe status /user:Nauman /s:http://TfsInstance:8080

Top Blogs

Comments

One Response to “How to list checked out files — TFS 2008”
  1. Adam Scheblein says:

    This worked! Thanks, Adam

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

*