I want wo migrate my TFS repo to GIT. After some research I found GIT-TFS. But I have some trouble with it. When I try to clone my repo from TFS I don't get all the content. The command I use is:
git-tfs clone http://tfs:8080/tfs/Collection $/my_project
After this the programm is running for some hours, because I have a very long history to save. There are no errors at the end but some folders are missing in the new git repo.
Has anybody else encountered same issues? Or am I using the tool wrong? Are there any restrictions about repository size?