简体   繁体   中英

Migrate source code from git to TFVC

We are using visual studio online, and we use the git support of TFS. We now want to stop using git and use TFVC instead.

What is the best solution to migrate our source code to TFVC ?

Assume you are creating another project in VSO and moving the source code, as per today you cannot change or mix TFVC with Git in the same project.

There is no best solution, but I can recap some techniques.

  1. forget about history, pull down and check into the new version control
  2. use git-tf (no branch support)
  3. use git-tfs
  4. use the Integration Platform to sync everything

Option 1 is the simplest, 4 the most complex. Two and three are similar and again depends on the richness of data you want to save.

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