对于 TFS 2010,我使用 Team Foundation SideKicks 检查我们团队中的某个人是否已签出文件。
在 TFS2012 中,Team Foundation Sidekicks 不再起作用。
所以我想弄清楚如何查看某人(任何人)是否已签出文件。所以我自己检查了一些文件,以进行测试。
首先:在 VS2012 > Source Control Explorer > Rightmouse on $\ (top root node) > Find > Find By Status > Path": $/, Wildcard left empy > Checked Recursive > Checked Status > Checked Display all check out. > 查找按钮.
结果:没有!!!未找到任何项目。啊???????这怎么可能。我已签出文件,如果我浏览到该节点,我会看到已签出的文件。这里发生了什么????????
这是bug???
第二:命令行:
tf.exe status $/ /s:http://[server]:8080/tfs /recursive
信息:
Changes from local workspaces will not be displayed when using the /user option
if a workspace is not supplied or if that workspace is on another machine.
There are no pending changes.
我认为这是因为我们使用的是本地工作区?我仍想使用本地工作区。
但是我如何检查是否有人签出了文件?