【发布时间】:2019-12-07 10:42:42
【问题描述】:
我正在尝试使用 git-tfs 工具将 TFS 迁移到具有历史记录的所有分支的 GIT。但是我只成功获得了少数分支,而其他分支则缺少历史记录(最近一次)。很少有分支甚至没有迁移。 我使用以下命令进行迁移:
git tfs clone <tfsurl> <trunk> --branches=All --debug
我在调试日志中收到以下分支和变更集错误:
Looking for changeset 78197 in git repository: CacheIsFull, stopped looking.
error: an error occurs when initializing the branch. Branch is ignored and continuing...
我也在相关帖子中查看了类似问题,但没有一个提供解决方案。例如: https://github.com/git-tfs/git-tfs/issues/461
我希望将所有分支和历史从 TFS 迁移到 GIT 存储库。
【问题讨论】: