Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 linux 上,命令行 tf.
我删除了我的本地目录。现在 tf get 不检索文件 -
我如何从 tfs 取回它???
您需要使用以下命令:
tf get /force
你也可以使用/all. 但我更喜欢/force将工作副本与服务器重新同步,以免遗漏任何内容。
/all
/force
来自MSDN:
/all 强制检索所有文件,而不仅仅是那些过期的文件。 /overwrite 覆盖未检出的可写文件。 /force 意味着/all和/overwrite。
/all 强制检索所有文件,而不仅仅是那些过期的文件。
/overwrite 覆盖未检出的可写文件。
/force 意味着/all和/overwrite。