Azure DevOps Migration Tools

v16.0.8

Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.

Home
 › 
Learn
 › 
Overview
 › 
Version Control
Overview

Version Control

Article

  

2 minutes to read

  

2024-11-25 09:22:03 +0000

While we do not migrate source control for you, we do have tools to maintain the links between work items and source code.

Git Version Control (GIT)

While we do not have any tools to migrate Git repositories, we do have tools to maintain the links between work items and source code. This is done by using the TfsGitRepositoryTool configuration section.

As long as the Git repos exist and have the same name, just enabling TfsGitRepositoryTool is enough. If you have diferent names for the repositories, you can use the TfsGitRepositoryTool configuration section to map the source repository to the target repository.

Team Foundation Version Control (TFVC)

Although TFVC has been depricated for quite some time there are still many folks that use it. We dont support migrating it directly, but if you have migrated your TFVC repository to Git, you can use the TfsChangesetMappingTool to maintain the links between work items and changesets.

Azure DevOps Migration Tools enable migrating work item changesets with cross project links from tfvc or git.

Migrate Changesets from TFVC to Git

For a successful migration of work items changesets from TFVC to Git you need a mapping file with ChangeSetId - CommitId values that you can had to the TfsChangesetMappingTool. If you have migrated your TFVC repository with git-tfs you can generate this file by using the following command. Then follow the documentation on TfsChangesetMappingTool to configure the tool with this file.

If your changesets contain cross project links make sure to update the “GitRepoMapping” configuration section.

Use Cases

Lets assume you have Project A with a TFVC repository and a Project B with Work Items, which changesets link to Project A. You wish to migrate Project A to a Git Repository in Project C and move the work Items including changesets from Project B to Project C and all changesets from Project B needs to move to the Git Repository of Project C. To achieve this follow the steps:

  1. Migrate your repository and make sure to create the mapping file.
  2. Edit the configuration file with following settings in TfsGitRepositoryTool:

“GitRepoMapping”: {“A” :”C”,”B” :”C”}

  1. Run the migration with configuration file that contain set in TfsChangesetMappingTool.

“ChangeSetMappingFile”: “C:\git-tfs\ChangeSetId-to-CommitId\{mappingFile}”,

...
Getting Support

Community Support

Question & Discussion - The first place to look for usage, configuration, and general help.

Commercial Support

We provide training, ad-hoc support, and full service migrations through Azure DevOps Migration Services