有没有脚本可以随着时间的推移提取 cvs 存档并将其移动到 svn 中?
我们正在迁移到 svn,但一旦迁移,如果不单独查看旧的 cvs 代码库,我们的代码历史记录将不可用。我想知道是否有一种相当简单的方法可以一次提取 CVS 中所做的各个更改,并将它们应用到 svn,这样我们就可以有效地将整个项目历史记录迁移到新版本系统上
We're migrating to svn, but once we do, our code history won't be available without looking separately at the old cvs codebase. I was wondering if there is a fairly easy way to extract individual changes made in CVS one at a time, and apply them to svn, so we effectively migrate the entire project history onto the new version system
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
cvs2svn 项目在这方面做得很好,并且还转换为 git 和其他。
http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976
The cvs2svn project does this quite well, and also converts to git and others.
http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976