During the past 24 hours I've been struggling with the following.
As our dev team uses TFS (current version 2013) for quite some time, we decided to migrate all of the projects to git.
But unfortunately, this doesn't look to be so easy. First of all, I've tried with git tfs, but every time I try to clone a collection it says:
Access to path 'x' denied.
In contrary, listing all of the branches runs smoothly.
Because of that, I was trying to go the way around by trying to convert a TFS repository into a TFS Git repository which would allow me to clone it and push it to our BitBucket repo. Unfortunately, I cannot find how to convert a TFS repository to a TFS Git repository - only found how to create an existing.
Last but not least, I have even tried with git tf - but every time I try to access my repos it says: "Java....Main.class" not found.
Any tips and tricks onto how to successfully migrate from TFS to Git?
Thanks in advance!