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.
我需要访问 TFS 和 TF Sidekicks 无法访问的搁置集,并且我试图弄清楚数据是如何存储在数据库中的,以便我可以更改搁置集的所有者。
好的,我为您找到了一些信息。Shelvesets 作为工作空间存储在 tbl_Workspace 中,类型 = 1。
以下 SQL 将向您显示所有搁置集:
use TfsVersionControl; select * from tbl_workspace where type = 1
找到搁置集后,您可能想尝试使用 TFS 电动工具进行搁置。
电动工具链接:
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbd14eea-781f-45a1-8c46-9f6ba2f68bf0&DisplayLang=en