Tfs Git Repository Tool

Tool for creating missing area and iteration path nodes in the target project during migration. Configurable through TfsNodeStructureToolOptions to specify which node types to create.

Last updated: June 25, 2025 | Edit this page | Discuss this page

missing XML code comments

top

Options

Parameter Type Description Default Value
Enabled Boolean If set to true then the tool will run. Set to false and the processor will not run. missing XML code comments
Mappings Dictionary Dictionary mapping source repository names to target repository names. Used to update Git repository links and references in work items during migration. {}
ShouldDropChangedSetLinks Boolean When set to true, changeset links in work items will be removed during migration to prevent broken links when repositories are not migrated. missing XML code comments
top

Samples

top

Sample

Sample

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "TfsGitRepositoryTool": {
        "Enabled": "True",
        "Mappings": {
          "RepoInSource": "RepoInTarget"
        }
      }
    }
  }
}
top

Defaults

Defaults

{
  "MigrationTools": {
    "Version": "16.0",
    "CommonTools": {
      "TfsGitRepositoryTool": {
        "Enabled": "True",
        "Mappings": null
      }
    }
  }
}
top

Classic

Classic

{
  "$type": "TfsGitRepositoryToolOptions",
  "Enabled": true,
  "ShouldDropChangedSetLinks": false,
  "Mappings": {
    "RepoInSource": "RepoInTarget"
  }
}
top

Metadata

Project Information
Azure DevOps Marketplace
YouTube Channel
Maintainer

Created and maintained by Martin Hinshelwood of nkdagility.com

Documentation Versions
Production Azure DevOps Migration Tools Release Version
Preview Azure DevOps Migration Tools Preview Version
Getting Support
Community Support
Questions & Discussions

The first place to look for usage, configuration, and general help.

Commercial Support

We provide training, ad-hoc support, and full service migrations through our professional services.

Azure DevOps Migration Services
Documentation