Untitled

Random thoughts about everything and nothing

TFS – List files that are checked out

with 6 comments

One of the features i’ve been missing in Source Control Explorer is the ‘status’ search. However, there are some solutions to this.

One is the “tf.exe” command line tool which you can find in the IDE directory of your vs install path at %programfiles%\Microsoft Visual Studio 8\Common7\IDE

Use the follow command statement to retrieve the list:

Syntax: tf status /recursive /user:* /server:

E.g: tf status $/myproject/ /recursive /user:* /server:myvsts.blogger.com

Another option is to use the free tool from attrice (link).

Written by Michael

July 27, 2006 at 6:19 am

Posted in .NET, VSTS

6 Responses

Subscribe to comments with RSS.

  1. Thanks Michael, just what I was looking for. You’ve saved me a lot of time. (more than 3 years since u posted)

    Only Three

    October 29, 2009 at 8:36 am

  2. Thanks for posting this! Really helpful.

    Adam Machanic

    May 3, 2010 at 9:24 pm

  3. Nice!!!

    GB

    August 3, 2010 at 10:03 pm

  4. Perfect

    Oskar

    August 9, 2010 at 9:54 am

  5. Not perfect anymore. This is not working on TFS2012 with local workspaces…

    Anonymous

    October 4, 2012 at 10:45 am

  6. Ive intended to post one thing like this on my personal website and you’ve got given me a concept. Cheers.

    Taren

    May 30, 2013 at 1:32 pm


Leave a reply to Only Three Cancel reply