问题
In VSS, it was possible to generate a complete list of the files that were children of the current folder. This could be accomplished by selecting Tools -> Files Report, which could be output to a printer, file or clipboard.
Does similar functionality exist in TFS for a list of source control files(not work items, bugs, etc.)?
回答1:
First start Visual Studio Command prompt. Change folder to your source folder. Then write this:
tf.exe dir -r
You can read more about tf.exe on MSDN here: Tf Command-Line Utility Commands
来源:https://stackoverflow.com/questions/12956133/tfs-generate-report-like-vss-for-source-control