使用 svn2git 工具将更改从 SVN 重新调整到 Azure 存储库 git 时出错

问题描述 投票:0回答:1

我们最近使用 svn2git 工具 svn2git SVN_REPOSITORY_URL --no-minimize-url --notrunk --nobranches --notags --metadata --authors --exclude 'EXCLUDE_LIST' 将代码从 SVN 迁移到 git。现在,我们在 SVN 中有一些新的签入,我们希望将其重新设置为 Azure 存储库。但是,在使用 svn2git --rebase -v 执行此操作时,我们收到错误如下 从 git-svn v1 布局迁移...存在来自先前版本的 git-svn 的数据

git rebase svn2git
1个回答
0
投票

这听起来像是修订图(存储在

.git/svn
中)未生成或以某种方式被删除。只要完成了
Done migrating from a git-svn v1 layout
就应该没问题了。

© www.soinside.com 2019 - 2024. All rights reserved.