I am trying to move a repo from TFVC hosted by an ex colleague to a new azure devops account (which will use git). From researching, the only possibility I have found to move it with history is to use git-tfs tool in the command line. When I run this:
git tfs clone -u xxxx -p xxxx https://acctname.visualstudio.com/project/_versionControl?path=%24/repo/folder $/https://dev.azure.com/newaccount/newproject/_git/newrepo .
I get a pop up to log in to the microsoft account and after logging in successfully I get this:
Please contact your administrator. There was an error contacting the server.
Technical information (for administrator):
HTTP code 200: OK
I am at my wits end with this. If anyone has a better way of handling the whole move, I'd be happy to hear it as well.