I'm trying to use git-tf to migrate some old TFVC projects from our local TFS to AzureDevOps (also a project with TFVC).
git-tf clone ... works No I have the folder e.g. C:\TFSMigration\ProjectX
When I do git-tf checkin --deep the sourcecode is checked in in DevOps correctly but all files are in the parent-repository not in $DevOpsProjectWithTFVC/ProjectX
Here is my config:
collection = https://myCompany.visualstudio.com
serverpath = $/DevOpsProjectWithTFVC
git-tfs
tool and notgit-tf
. – Shayki Abramczyk