I have to create the same branches in every new team project 17 December 2012 Donovan-Brown Work (0) Problem: I have to create the same branching structure in several team projects. I would like a way to automate this process. Solution: Use the tf.exe and tfpt.exe command line tools in a batch file. Explanation: Using the tf.exe and tfpt.exe command line tools you can preform the same ta... [More]
I need to show TFS history of a file on the command line so I can redirect to a text file. 13 September 2011 Donovan-Brown Work (0) Problem: When I run the tf history command from the command line it shows a dialog box. Solution: Add the /noprompt option to the TF History command. This will cause the output to be shown in the command window. You can then use DOS redirection to easily store the results in a text file. For exa... [More]