I'm trying to migrate a repository from TFS 2010 to Git.
This is a relatively large TFS server. When I try and clone Trunk it says it does not exist. When I try one of the other branches it says I am going to clone the whole repository or too high in the repository path. If I go lower int he path it says it does not exist or same error.
Ultimately I need to migrate this entire project over to GIT. I am currently using git-tfs to try and do the migration.
I tried cloning a specific branch which appeared to work but only got a few revisions then when I did git tfs branch --init --all and it said it was not a branch.