My developers and I are looking to move off TFS 2010, and what we are looking to do is export all the source code with history. The source code and history we want to export over to another network where we are standing up a Git Repository.
Every where I look gives examples of where TFS and Git have access to one another, but unfortunately, in our case the two networks are isolated from one another.
Is there away where I can simply export the data, transfer the data on to the new network and then import into Git?
Migrate you TFVC code to a git repository:
git tfs clone https://{tfsServer}:8080/tfs/Collection $/project/repo . --branches=all
Now you have a local git repo with your TFVC source code in your first network.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With