We have folder structure in tfs repository MISC like this:-
Test1(sub-Folder1)->
Test1Solution.txt
Test2(sub-Folder2)
Test3(sub-Folder2.1)
Test3Solution.txt
Test4 (sub-Folder2.1.1)
And we want to migrate Test1 and Test3 folders to a single git repository in azure devops with history.
i tried to do it using git-tf but failed to do
Could someone help me please
Git-TF has reached its end-of-life. You should try with Git-TFS tool instead of git-tf. Since you want to migrate from TFVC in on-premise TFS, to Git in Azure DevOps, you need to refer to the link below:
https://learn.microsoft.com/en-us/azure/devops/learn/git/migrate-other-systems-to-git
After migrating the repos, delete the files you don't need.