Is it possible to import Git Repository to TFVC with the whole history (DevOps)?
My task is move some TFVC repository from sub level to main.
My plan was:
- clone TFVC repo to Git repo
- create new project in DevOps as TFVC
- import Git repo to TFVC
But not working!
Thanks in advance!
CodePudding user response:
- If you have more than one branch, that's nearly impossible to do or at least it will be extremely difficult.
- git-tf tool doesn't support multiple branches
- git-tfs tool support fetching (not always perfectly