搁置集如何存储在 TfsVersionControl 数据库中?
我需要访问 TFS 和 TF Sidekicks 无法访问的搁置集,并且我正在尝试弄清楚数据如何存储在数据库中,以便可以更改搁置集所有者。
I need to get access to a shelveset that TFS and TF Sidekicks can't access and I'm trying to figure out how the data is stored in the database so I can change the shelveset owner.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我给你找到了一些信息。搁置集作为工作区存储在 tbl_Workspace 中,类型 = 1。
以下 SQL 将显示所有搁置集:
找到搁置集后,您可能需要尝试使用 TFS Power Tools 取消搁置。
电动工具链接:
http: //www.microsoft.com/downloads/details.aspx?FamilyID=fbd14eea-781f-45a1-8c46-9f6ba2f68bf0&DisplayLang=en
Ok, I found some information for you. Shelvesets are stored as workspaces in tbl_Workspace with the type = 1.
The following SQL will show you all of your shelvesets:
Once you find the shelveset, you may want to try the TFS Power Tools to do the unshelve.
Power tools link:
http://www.microsoft.com/downloads/details.aspx?FamilyID=fbd14eea-781f-45a1-8c46-9f6ba2f68bf0&DisplayLang=en