Reputation: 383
I have a Team Project Collection that contains multiple projects-
I need to make another Team Project Collection with the same set of projects. Is there a was to copy/duplicate my original Team Project Collection in TFS2012?
Upvotes: 2
Views: 1669
Reputation: 2744
You can detach the project collection and duplicate it's DB with different name and reattached both of them DBs and Project collections as well.
You can see the following post on how to do that, but this post show from TFS 2010 to TFS 2012 but it's the same idea.
Migrate and Upgrade TFS Collection from TFS 2010 to TFS 11 Beta Video
You can also see more info about managing project using TFS Project Collection here:
Visual Studio TFS Team Project and Collection Guidance
Upvotes: 0
Reputation: 12668
You can use the "restore based move" option from the MSDN article: Team Foundation Server Move Types
Upvotes: 2