如何注入“历史”进入颠覆存储库?
我们正在从 StarTeam(又名“可怕的”)迁移到 SubVersion(又名“所谓的伟大”)。我们已经通过对所有文件进行“哑”提交来迁移文件,并开始处理 SubVersion 存储库。
然而,我们仍然被迫使用 StarTeam,因为我们缺乏每个文件的签入历史记录。第一次签入完成后是否可以将该历史记录注入到 SubVersion 中?如果是的话 - 怎么办?
We're migrating from StarTeam (aka "the horrible") to SubVersion (aka "the alleged great"). We've already migrated the files by doing a "dumb" commit to all files and started working on the SubVersion repository.
However, we're still forced to use StarTeam because we lack the per-file history of check-ins. Is it possible to inject that history into SubVersion after the first check-in has been done? If yes - how?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,那不可能。
要将历史记录纳入 subversion,您必须从头开始,并将 StarTeam 的每个修订纳入 subversion。
这是执行此操作的起点:SVN 导入程序
No, that's not possible.
To get the history into subversion you have to start from scratch and incorporate every revision from StarTeam into subversion.
Here's a starting point for doing that: Importer for SVN