Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 subgit 将所有分支、标签和主干从 svn 迁移到 git。使用 subgit 导入从 svn 到 git 的所有内容的平均时间是多少?
在我的实验中,翻译 SQLJet 源代码(约 1300 个修订版)大约需要 8 分钟,翻译一个有 10000 个修订版的存储库大约需要一个小时,因此每分钟150-160个修订版将是一个不错的初始估计。
如果您使用 svn+ssh 协议,则需要大约 1.5 倍的时间。
当然,翻译时间取决于存储库结构和平均修订的变化量以及其他一些因素。
我是 SubGit 开发人员之一。