I'm trying a git clone using the following command: git tfs clone --authors=authors
http://tfsserver:8080/tfs/defaultcollection $/somename/Project/ProjectMain project
The clone starts at the changeset C9085.
When I try building the solution in the cloned "project" directory, I get a lot of missing files. If I browse the TFS server with the "Source Control Explorer" I see that the missing files have a single entry that is in the changeset C9085.
C9085 seems to have been part of a total reorganization of the TFS structure, the comment says "moved and renamed from somename/lev2patch2 to somename/Project/ProjectMain".
Is there some way to make git-tfs start the clone on C1 and track the history of files outside of the cloned path? I would settle for losing the history and having the files appear.
Cloning the entire repository from the top isn't feasible I think. I worry that I will run out of disk space on the local machine if I try that.
Thanks!
- Steinar