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.
我正在试用 Team Foundation Service 并使用 Visual Studio 2012。有谁知道如何获取团队项目中的哪些文件在那个时候可以被签出(以及哪些用户)的列表?
谢谢
打开 Visual Studio 命令提示符。导航到有效的 TFS 工作区(例如,如果您的工作区从“$/”映射到“C:\TFS”,则cd c:\tfs)
cd c:\tfs
进入工作区后,使用命令tf status
tf status
例如tf status $/MyTeamProject /recursive /user:*
tf status $/MyTeamProject /recursive /user:*
这将显示“MyTeamProject”团队项目中的所有当前待定更改