How can we migrate from TFVC to GIT, without halting development?
At our company we have a very old codebase which is hosted using TFVC on Azure DevOps. The repository has grown to be +- 10GB, which would be way too big for a GIT repository. It contains a lot of redundant data which we’d be able to prune away. However, this will take some time and we don’t want to halt development during this migration process.