我尝试使用 git-tf 将 Git 存储库迁移到具有所有历史记录的 TFS。我使用了以下命令行:
git tf --force configure http://tfs.YYYY.net/tfs/Collection '$\RepositoryName'
git tf checkin --deep --autosquash --preview
问题是最后 git-tfs-id 是
git-tfs-id: [http:// tfs-server .YYYY.net:8080]$/RepositoryName;C32524
并且变更集不在 TFS 上。
你知道为什么会这样吗?
谢谢!