CVS-- 部分合并

发布于 2024-09-16 03:48:55 字数 318 浏览 8 评论 0原文

我在分支 b1 中有一些文件已经经过多次修订。例如,r1、r2 和 r3。
我想将这些文件合并到 HEAD 中,但仅在修订版 r1 和 r3 中进行更改,而不是在 r2 中进行更改。
使用 Eclipse,我只能手动合并我想要的更改,然后我可以保存文件并将更改提交到 HEAD。
我以后如何合并 r2 中剩余的差异?
如果我再次进行合并,r2 中的差异将不会显示出来。

我想做的事有可能吗?
- 日食?
- 使用 CVS 命令行?
- 不是使用 CVS,而是使用另一个版本控制系统 (VCS)?
- 哪一个?

非常感谢

I have some files in branch b1 that have gone trough several revisions. E.g., r1, r2 and r3.
I want to merge those files into HEAD but only changes made in revisions r1 and r3, not the ones in r2.
With eclipse I can merge only the changes that I want manually and then I can save the file and commit the changes to HEAD.
How can I later merge the remaining differences made in r2?
If I make a merge again, the diferences made in r2 won't show up.

Is what I want to do possible at all?
- With eclipse?
- With CVS command line?
- Not with CVS but with another Version Control System (VCS)?
- Which one?

Thank you very much

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

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

发布评论

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

评论(2

苹果你个爱泡泡 2024-09-23 03:48:55

使用 CVS,您几乎必须为每次合并手动执行此操作。其他一些版本控制系统允许对单独的更改进行操作,例如 git 或 Mercurial。

With CVS you pretty much have to do it manually for every merge. Some other version control systems allow to manipulate with individual changes, e.g. git or mercurial.

窗影残 2024-09-23 03:48:55

合并 r1 和 r3 中的更改,保存文件,但不将文件标记为已合并。
提交对文件所做的更改。
这样,下次您要执行合并时,r2 中的差异就会显示出来。

Merge the changes from r1 and r3, save the file but do NOT mark the file as merged.
Commit the changes made to the file.
That way the next time you are going to perform a merge, the differences made in r2 will show.

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