Is there a way to check-out multiple files from various folders in TFS in a single operation

走远了吗. 提交于 2019-12-04 12:03:04
redrobot

Yes, using the TFS command line client (tf.exe).

If you have tf.exe available, you could do this using the checkout command. (If you don't, take a look at this question: How to get tf.exe (TFS command line client)?)

Example: Separate multiple files by spaces

tf checkout file2.cs file2.cs

Example: Use a wildcard to search

tf checkout *.csproj /recursive

Yes, in the solution explorer hold down the control key as you select files and them check them out all at once.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!