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
Thursday, August 07, 2008
Subscribe to:
Post Comments (Atom)
EOD Blog of a Programmer
2 comments:
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
If you want to search TFS directory and not your local directory,
tf dir "tfs file path"
may help.
Post a Comment