CVS 与 SVN 是否可以让 2 个或更多开发人员(其中 1 个使用 SVN,另一个使用 CVS)在工作环境中有效地做到这一点?

发布于 2024-08-22 14:50:45 字数 187 浏览 4 评论 0原文

CVS 与 SVN 是否可以让 2 个或更多开发人员(1 个使用 SVN,另一个使用 CVS)在工作环境中有效地做到这一点?

如果一半的团队使用 CVS,另一半的团队使用另一个 SVN,就像在一场竞赛中,看看哪一个将占据主导地位并成为获胜者,那么最后一个存储库的问题是……

两个团队是否可以连接到同一个存储库而不搞砸皇家有事吗?

CVS vs SVN could 2 or more developers (1 using SVN the other using CVS) do so in a working environment effectively??

If the half team was using CVS and the other half used the other SVN say like in a competition to see which will dominate and become the winner thus the last repository standing the question is...

Could both teams connect to the same repository without screwing something up royally??

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(5

指尖凝香 2024-08-29 14:50:45

两个团队可以连接到同一个
存储库而不搞砸什么
皇家起来??

没有。

此外,CVS 已被弃用,因此如果您必须在两者之间进行选择,请使用 SVN。

Could both teams connect to the same
repository without screwing something
up royally??

Nope.

Besides, CVS is deprecated so if you have a choice between the two, use SVN.

你不是我要的菜∠ 2024-08-29 14:50:45

简单的答案是否定的。你不想这样做。即使你可以拼凑出一个解决方案,它也会充满不一致之处。您真的想用您拥有的最关键的资产(您的源代码)冒这样的风险吗?就去svn吧。

Simple answer is no. You don't want to do this. Even if you could hack together a solution, it will be riddled with inconsistancies. Do you really want to take such a risk with the most critical asset you have (your source code)? Just go for svn.

最偏执的依靠 2024-08-29 14:50:45

您可以尝试使用 cvs 到 svn 桥接,但我强烈建议切换到 SVN。 CVS 已经死了。不要触碰死者。

You can try to use cvs to svn bridge but I strongly recommend to switch to SVN. CVS is dead. Don't touch the deceased.

沉溺在你眼里的海 2024-08-29 14:50:45

嗯,有一个迁移工具用于从cvs迁移到svn,但我不认为它允许你合并导入时的项目。您可以尝试将 CVS 存储库作为分支导入到 SVN 中,然后将其与主干合并。但基本上,在一个项目中使用两种不同的 VCS 并不是最好的想法。也许您还应该看看分布式修订控制系统之一。

Well there is a migrator tool for migrating from cvs to svn but I don't think it allows you to merge the projects while importing. You could try import the CVS repository as a branch into SVN and then merge it with the trunk. But basically it is not the best idea to use two different VCS for one project. Maybe you should have a look into one of the Distributed Revision Control Systems as well.

荒岛晴空 2024-08-29 14:50:45

为了使用这两个工具,您需要一个复制系统,以便您可以拥有代表相同源代码的 cvs 和 svn 存储库。 cvs 和 svn 不存在这样的工具——有迁移工具,但不适用于实时复制。

git 和 svn 是不同的,git 的设计考虑到了这个用例,允许个人开发者在公司/团队使用 svn 服务器时选择使用 git。但这很不寻常,我不知道源控制系统之间有任何其他类型的实时互操作性。

In order to use both tools, you need a replication system so you can have a cvs and svn repository both represent the same source code. None such tool exists for cvs and svn--there are migration tools, but not meant for live replication.

git and svn are different, git was designed with this use case in mind to allow individual developers to choose to use git when the company/team uses an svn server. This is very unusual though, I'm not aware of any other type of live interoperability between source control systems.

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