Migrate source code from git to TFVC

这一生的挚爱 提交于 2021-02-10 07:29:09

问题


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 ?


回答1:


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.



来源:https://stackoverflow.com/questions/25785072/migrate-source-code-from-git-to-tfvc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!