Hello Team
I am trying to do migration from TFVC to azure git using git tfs tool, but i am facing issue while cloning the repo using git-tfs
error :
git-tfs clone "http://tfsprd:8080/tfs/Collection%20Miami%20Diag" "$/DxHEagle/dxheagleazure_migration-branch" dxheagle_migration-branch
Initialized empty Git repository in C:/Users/anarang/Documents/AzureRepo/dxheagle_migration/.git/
info: you are going to clone a branch instead of the trunk ( $/DxHEagle/dxheagle_i_main )
=> If you want to manage branches with git-tfs, clone $/DxHEagle/dxheagle_i_main with '--branches=all' option instead...)
Fetching from TFS remote 'default'...
error: a problem occurred when trying to clone the repository. Try to solve the problem described below.
In any case, after, try to continue using command git tfs fetch
One or more errors occurred.
TF400030: The local data store is currently in use by another operation. Please wait and then try your operation again. If this error persists, restart the application.
All the logs could be found in the log file: C:\Users\anarang\AppData\Local\git-tfs\git-tfs_log.txt
i tried to clear all cache and even reinstall the git tfs tool but i am getting same issue again and again also from logs i come to know it is fetching my older folder as well which is already deleted not sure why
Could any one pls help here ?
Hello Team
I am trying to do migration from TFVC to azure git using git tfs tool, but i am facing issue while cloning the repo using git-tfs
error :
git-tfs clone "http://tfsprd:8080/tfs/Collection%20Miami%20Diag" "$/DxHEagle/dxheagleazure_migration-branch" dxheagle_migration-branch
Initialized empty Git repository in C:/Users/anarang/Documents/AzureRepo/dxheagle_migration/.git/
info: you are going to clone a branch instead of the trunk ( $/DxHEagle/dxheagle_i_main )
=> If you want to manage branches with git-tfs, clone $/DxHEagle/dxheagle_i_main with '--branches=all' option instead...)
Fetching from TFS remote 'default'...
error: a problem occurred when trying to clone the repository. Try to solve the problem described below.
In any case, after, try to continue using command
git tfs fetchOne or more errors occurred.
TF400030: The local data store is currently in use by another operation. Please wait and then try your operation again. If this error persists, restart the application.
All the logs could be found in the log file: C:\Users\anarang\AppData\Local\git-tfs\git-tfs_log.txt
i tried to clear all cache and even reinstall the git tfs tool but i am getting same issue again and again also from logs i come to know it is fetching my older folder as well which is already deleted not sure why
Could any one pls help here ?