如何将区域层次结构从一个 TFS 团队项目复制到另一个?
我使用不同的流程模板但使用现有代码的分支创建了一个新的团队项目。
有没有一种方法可以将区域层次结构从原始团队项目复制到新团队项目?我不想全部手动输入。
I have created a new Team Project using a different process template but a branch of the existing code.
Is there a way to copy the Area hierarchy from the original Team Project to the new one? I'd hate to have to enter it all by hand.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
区域导入/导出工具:
http://msmvps.com/blogs/vstsblog/archive/2010/07/08/updated-area-import-export-tool-for-tfs-2010.aspx
Area Import/Export Tool:
http://msmvps.com/blogs/vstsblog/archive/2010/07/08/updated-area-import-export-tool-for-tfs-2010.aspx
我不知道在 VS 中执行此操作的直接方法。
Shai Raiten 在博客中介绍了获取区域/迭代此处 &以编程方式添加它们 此处使用 TFS-API。这些可能可以用作实现复制/粘贴活动的基础。
I don't know of an immediate way to do this in VS.
Shai Raiten has blogged about getting Areas/Iterations here & adding them programmatically here using TFS-API. These could probably be used as a basis to implement your copy/paste activities.