I'm trying to clone a team project from TFS 2010 using git-tf, but I'm getting the following error:
PS C:\git> git-tf clone --deep http://path-to-tpc $/Test/Trunk test-2010
Connecting to TFS...
Cloning $/Test/Trunk into C:\git\test-2010: 0%
git-tf: The SOAP endpoint http://path-to-tpc/VersionControl/v4.0/repository.asmx could not be contacted. HTTP status: 404
The v4.0/repository.asmx doesn't exist. "v3.0" does exist, so I tried renaming "v3.0" to "v4.0", but it looks like the service contract is different so I get other errors.
FYI., I don't have the same issues when cloning from TFS 2015.
How can I deep clone a TFS 2010 team project to a local git repo? Is this a git-tf version issue - I'm using v2.0.3.20131219. I noticed there is a --version option when using git-tf clone, but the documentation is very limited.
Any help/recommendations will be greatly appreciated.