Moving a Team Project from one Collection to anoth

2019-01-23 03:17发布

is there a (simple) way to move a single TeamProject from one collection to another (in one server) in TFS 2010? Including source code, work items, documents, project site...

6条回答
狗以群分
2楼-- · 2019-01-23 03:29

No not really simple, you can split a collection and creata a new collection with the team projects you move in it, but you cannot out-of-the-box merge a team project into an existing collection.

What you can do is to use the TFS integration platform http://visualstudiogallery.msdn.microsoft.com/eb77e739-c98c-4e36-9ead-fa115b27fefe or http://tfsintegration.codeplex.com to migrate your team project over to the new collection. This is however a DataMigration that doesnt keep or even move all data, but it will move Source Code & Workitems. Moving a team project site (if needed) , including documents can be done by using the STSADM Export and Import commands, please refer to http://technet.microsoft.com/en-us/library/cc288191%28v=office.12%29.aspx for more info about moving SharePoint sites

查看更多
不美不萌又怎样
3楼-- · 2019-01-23 03:33

It is not easy, but it is doable: Split a Team Project Collection

查看更多
Emotional °昔
5楼-- · 2019-01-23 03:47

Yes there is a feature request, but I don't think it will be shipped in the box, so the other option to use TFS Integration Platform

查看更多
【Aperson】
6楼-- · 2019-01-23 03:48

There is a way to move from one collection to another using git-tfs and git-tf tools, it is a kind of workaround, but works if this is really required to be done.

This is posted step-by-step here: https://fabiostawinski.wordpress.com/2017/03/22/tfvc-to-git-to-tfvc-is-it-possible/

查看更多
三岁会撩人
7楼-- · 2019-01-23 03:48

In VS 2013 - map both collections to some folders, and then "Move" command will be available:

enter image description here

查看更多
登录 后发表回答