将代码从 Subversion 签入到 CVS
我们在这里使用 SVN 管理源代码,并且我们有一个使用 CVS 的客户,他要求我们偶尔将代码从 SVN 签入到他们的 CVS 存储库。我们并不打算迁移到 CVS,而是偶尔以某种方式从 SVN 转储到 CVS。是否有可管理的流程将 SVN 转储到 CVS 中?我想这可能需要进行 SVN 转储,然后以某种方式将该转储提交到 CVS(我熟悉 SVN,但从未接触过 CVS)。
任何建议将不胜感激!
谢谢! 担
We're managing source code here using SVN and we have a client that uses CVS who has requested we occasionally check-in code from our SVN to their CVS repository. We're not looking to migrate to CVS but rather somehow dump from SVN into CVS on occasion. Is there a manageable process to dump SVN into CVS? I imagine it may entail doing an SVN dump and then committing that dump to CVS somehow (I'm familiar with SVN but have never touched CVS).
Any advice would be appreciated!
Thanks!
Dan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己从来没有这样做过,但稍微谷歌一下就会发现这两个脚本具有相同的名称(不幸的是?):
http ://svn2cvs.tigris.org/
<块引用>
此脚本将允许您手动或从 Subversion 的提交后挂钩将对 Subversion 存储库所做的更改提交到(只读)CVS 存储库。
http://wiki.freebsd.org/svn2cvs
<块引用>
FreeBSD svn2cvs 系统的基本目的是将 FreeBSD Subversion 存储库中的提交复制到旧的 CVS 存储库。 svn2cvs 保留完整的提交信息(CVS 允许的范围内)[...]:
Never done this myself but a little Google'ing turned up these two scripts with the same name (unfortunately?) :
http://svn2cvs.tigris.org/
http://wiki.freebsd.org/svn2cvs