简体   繁体   中英

synchronization TFVC with GIT on VSTS

Anyone know a synchronization solution between TFVC on premise (TFS) with GIT (VSTS cloud based)? does it possible to connecting those platform ? really need your help

Refer to this article to migrate from TFVC to Git: Migrate from TFVC to Git

Requirements

In order to make migrations simple, there are a number of requirements on the TFVC Import tool:

  1. Only a single branch is migrated. When planning your migration you should choose a new branching strategy for Git; migrating only the main branch supports a topic-branch based workflow like GitFlow or GitHub Flow.
  2. A “tip migration”, importing only the latest version of the source code, is suggested. You can opt to migrate some history, up to 180 days, so that your team doesn't need to refer back to TFVC as often, but this is discouraged unless your history is very simple.
  3. You do not have binary assets like images, scientific data sets, or game models in your repository. These assets should use the Git LFS (Large File Support) extension, which the import tool does not configure.
  4. The imported repository cannot exceed 1GB in size.

If you do not meet these requirements, you can use the Git-TFS tool to perform the migration, or perform a manual migration.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM