Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change existing project version control system

Tags:

git

tfs

project

TFS2012 allows users to create projects that use either Team Foundation Version Control or Git as Version Control systems.

I'd like to know if there's any way to change an existing TFS2012 project version control system from Team Foundation Version Control to Git.

like image 297
Luiz Baglie Avatar asked Jul 27 '26 17:07

Luiz Baglie


1 Answers

No.

According to Brian Harry this is not supported.

no, you can't convert in place, but you can use Git-TF to pull from TFVC and push to a project with a Git repo and keep history.

like image 65
James Reed Avatar answered Jul 29 '26 09:07

James Reed