eric_13
eric_13

Reputation: 383

Copy Team Project Collection in TFS2012

I have a Team Project Collection that contains multiple projects- enter image description here

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

Answers (2)

Mohamed.Radwan -MVP
Mohamed.Radwan -MVP

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

Ewald Hofman
Ewald Hofman

Reputation: 12668

You can use the "restore based move" option from the MSDN article: Team Foundation Server Move Types

Upvotes: 2

Related Questions