VSharma
VSharma

Reputation: 358

How to migrate complete TFS 2012 code as well as history to VSTS in Azure

Our project which is in TFS 2012 needs to be migrated to VSTS in azure. Belew are the complexities

As this is first time I am involved in such process I need thoughts, Links, Pros and Cons and process flow how to approach this migration.

Upvotes: 2

Views: 519

Answers (1)

Cece Dong - MSFT
Cece Dong - MSFT

Reputation: 31083

When you decide to make the move from TFS into Team Services, you might start fresh with an empty account. Often, however, you will have existing code, work items, and other assets that you want to move. There are many approaches to doing this - some available now and some coming in the future. They vary in both the fidelity of the data transfer and the complexity of the process.

Option 1: Copy the most important assets manually

Here's the general process:

  • Identify the most important assets that you need to migrate - typically source code, work items, or both. Other assets in TFS – build definitions, test plans, and so forth – are harder to manually migrate.
  • Identify a good time to make the transition.
  • Prepare your target Team Services accounts. Create the accounts and team projects that you need, provision users, and so on.
  • Migrate your data.
  • Consider making the source TFS deployments read-only.

Option 2: Using public API-based tools for higher fidelity migration

Option 3: High fidelity database migration:

The TFS/Team Services product team is hard at work on a higher fidelity migration tool.

More information, check this article: https://www.visualstudio.com/en-us/articles/adopting-vsts

Upvotes: 4

Related Questions