简体   繁体   中英

TFS migrating from TFVC to Git

Me and my team were using TFS 2015, using TFVC. We installed TFS 2018 and we are moving our projects to TFS 2018. We'd like to use Git instead of TFVC.

Can we do this easly?

You can use the built-in TFS migration:

在此处输入图片说明

在此处输入图片说明

In this way, you can keep the history only of the last 180 days.

Another option is to use git-tfs , the git-tfs tool is a two-way bridge between Team Foundation Version Control and Git, and can be used to perform a migration. Git-TFS is appropriate if you want to attempt a migration with full history, more than the 180 days that the Import tool supports, or if you want to attempt a migration that includes multiple branches and merge relationships.

More info you can find here and here .

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