将代码从 Subversion 签入到 CVS

发布于 2024-11-08 17:40:57 字数 225 浏览 0 评论 0原文

我们在这里使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暖伴 2024-11-15 17:40:57

我自己从来没有这样做过,但稍微谷歌一下就会发现这两个脚本具有相同的名称(不幸的是?):

  • 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/

    This script will allows you to commit changes made to Subversion repository to (read-only) CVS repository manually or from Subversion's post-commit hook.

  • http://wiki.freebsd.org/svn2cvs

    The basic purpose of the FreeBSD svn2cvs system is to replicate commits in the FreeBSD Subversion repository to the old CVS repository. svn2cvs preserves full commit information (as much as CVS allows) [...]:

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文