-1

Is it possible to migrate TFS/DevOps Server to an existing DevOps Service that already includes projects?

If it’s not possible, is there a way to manually migrate TFS repository to DevOps Services and convert the version control system to git while retaining history?

Solution: I found git-tfs works great in migrating TFVC repositories to DevOps while also converting it to git.

tasin95
  • 97
  • 1
  • 4

1 Answers1

-1

No, you can't merge server collections into an existing org.

You can migrate the TFVC repo to git and then change the git repo's remote to Azure DevOps Service and push its entire history to only "migrate" repo's.

Niel Zeeman
  • 659
  • 5
  • 11