我需要删除已签出某些文件的用户工作区。
Administration Console users
我的帐户是和TFS_APPTIER_SERVICE_WPG
群组Application Tier
的成员Team Foundation Administrators
。
该Team Foundation Administrators
组拥有除“ ”之外的所有权限Make requests on behalf of others
:
Administer Warehouse
Create Team Project Collection
Delete Team Project Collection
Edit Instance-level information
代表他人提出请求
Trigger events
Use full Web Access features
View instance-level information
我可以访问Team Foundation Server Administration Console
,但File
菜单只有“ Exit
”。
我知道我也可以通过tf
实用程序执行此操作,但我找不到它,或者也许我没有安装该实用程序(我在哪里可以找到它?)。
答案1
您需要安装 Team Explorer 才能访问 te.exe 实用程序。
将其安装在本地计算机上,而不是 TFS 服务器上。它是一个客户端实用程序。
答案2
您可以使用命令行中的 tf.exe 执行此操作。您需要的选项是
- tf 工作区允许您查看特定用户有哪些工作区
- tf undo 允许您删除锁定 tf delete ca delete
- tf delete 可以删除工作区
使用 tf undo 可能需要做很多工作,但也有其他工具,例如Team Foundation 服务器 Sidekicks节省时间。
一个很好的概述可以在这里找到http://fci-h.blogspot.de/2011/01/how-to-force-undo-checkout-tfs.html