在 CVS 中分支一个版本

发布于 2024-07-10 00:10:35 字数 226 浏览 15 评论 0原文

所以我有一个源代码树,我想在 CVS 中清理它。

真正想要的是分支旧的东西,但永远不会合并回去。但是这样我就可以有一个 Eclipse 工作区来访问并在需要时进行一些更改。

然后我们清理主干(通过删除我们不再需要的东西)并继续开发。 然后,当我们发布新版本时,我们会再次对其进行分支。

我不确定这在 CVS 中是如何工作的。 因此,如果有人能解释最好的方法,那就太好了。

So i have a source tree that i want to clean up in CVS.

What a really want is to branch the old stuff off, but never merge in back in. But so i can have an eclipse workspace to access and make some changes if i need to.

And then we clean up the main trunk (by removing things we dont need anymore) and keep developing. Then when we hit a new release, we branch it off again.

Im not sure how this works in CVS. So if somebody could explain the best way to go about it that would be great.

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

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

发布评论

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

评论(2

|煩躁 2024-07-17 00:10:35

如果您不再使用它,为什么不将其标记为版本并继续在 HEAD 中进行清理。

这就是我们在开发树中所做的。 如果我们需要纠正适用于旧版本的某些内容,我们只需在那时分支该版本,而不是之前。

If you are not using it any more why not just tagging it as a version an proceed with the clean up in the HEAD.

That is what we do in our development tree. If we need to correct something that applies to an old version we just branch that version at that time, but not before.

我喜欢麦丽素 2024-07-17 00:10:35

使用 CVS,仅当您需要进行更改时才可以更轻松地标记和处理分支 - 这似乎是最佳实践。 在我们切换到 SVN 之前,我发现以下网站很有帮助:

http:// /owen.sj.ca.us/rkowen/howto/cvs.html#branches

With CVS it's a lot easier to tag and deal with branches only when you need to make the changes - that seems to be the best practice. Here's a site I found helpful back before we switched to SVN:

http://owen.sj.ca.us/rkowen/howto/cvs.html#branches

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