1

I'm working on a AzDO migration.
Some of my projects have TFVC repos, I need to lift and shift them to different organization.

I don't have visual studio subscription, instead have VS code (However, it should not be the requirement).

How do I migrate TFVC to TFVC (not Git) including history?

They are definitely bigger than 1 GB of size and have multiple branches.

Thanks

CodeWizard
  • 128,036
  • 21
  • 144
  • 167
Prem KC
  • 31
  • 2

1 Answers1

0

It seems like a workaround is in order:

  1. Create a git repository from the original TFVC organization (this will preserve history).
  2. Import the new git repo to the second organization (will serve are history reference).
  3. Convert new git repository to TFVC in second organization.

References:

Migrate from TFVC to git

Convert Git repository to TFVC version control

Migrate Git repository to new TFVC repository

David
  • 1,074
  • 11
  • 12