我正在编写构建脚本,并试图通过命令行从 TFS 获取文件,但无法让它们工作。始终收到消息“所有文件都是最新的”,而没有文件存在。
我删除现有工作区并创建新工作区并映射到本地文件夹。所有这些都可以正常工作。但是之后我无法获取文件。有什么问题。我需要做哪些其他步骤来诊断它。
以下是命令和结果列表:
D:\temp\tfs\Dev>tf workfold
====================================================================
Workspace: xantworkspace
Collection: https://dev.company.com/tfs/
$/allProjects/MobileProject/Dev: D:\temp\tfs\Dev
D:\temp\tfs\Dev>tf dir
There is no working folder mapping for D:\temp\tfs\Dev.
D:\temp\tfs\Dev>tf get
All files up to date.
D:\temp\tfs\Dev>tf get /all
All files up to date.
D:\temp\tfs\Dev>cd ..
D:\temp\tfs\Dev>tf get /all /force
All files up to date.
D:\temp\tfs\Dev>tf get /all /force /overwrite
All files up to date.
D:\temp\tfs\Dev>tf get /all /force /overwrite /recursive
All files up to date.
D:\temp\tfs\Dev>tf get /all /force /overwrite /recursive /version:T
All files up to date.
在 TFS 中,$/allProjects/MobileProject/Dev 下有文件、文件夹。