Thursday, August 07, 2008

TFS Command Line

I do this get list of files of any shelveset into a text file:
Here is list of commands that you can use: http://blogs.msdn.com/buckh/articles/CommandLineSummary.aspx

2 comments:

  1. Hello,

    I am trying to search a TFS command line which will help me to figure it out whether that file exist or not in the given path which would be kind of similary functionality like workspaces.

    I am doing this in ant

    ReplyDelete
  2. If you want to search TFS directory and not your local directory,
    tf dir "tfs file path"
    may help.

    ReplyDelete