CVS 替换和“切换到另一个分支或版本”在日食中

发布于 2024-10-12 21:06:12 字数 191 浏览 3 评论 0原文

当我尝试切换到工作区中项目的不同分支时,我使用“替换为”或“切换到另一个分支或版本”命令。大多数时候,它都能完成工作,但有时,切换是部分的,我最终会得到一个带有混合分支标签的混乱项目。这真的很烦人,因为我最终把东西签到了分支机构。

还有其他人经历过同样的事情吗?你能提出一个解决方案吗?

谢谢。我正在使用 Eclipse Helios。

When I try to switch to a different branch of a project in my workspace, I use the "Replace With" or "Switch to Another Branch or Version" command. Most of the times, it does the job, but sometimes, the switch is partial, and I end up with a messed up project with mixed branch tags. It's really annoying because I end up checking stuff into the branch.

Has anyone else experienced the same? Can you suggest a solution?

Thanks. I'm using Eclipse Helios.

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

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

发布评论

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

评论(1

绝不服输 2024-10-19 21:06:12

Eclipse 文档解释了“替换为”和“切换到另一个分支或版本”之间的区别。

替换为 >另一个分支或版本 - 将工作台资源替换为您在存储库中选择的特定版本或分支。当您选择此选项时,会打开另一个窗口,以便您可以浏览存储库中的分支和版本标签并选择所需的标签。

团队>切换到另一个分支或版本 - 此更新将用“更新”对话框中指定的标记上的资源替换工作台资源。该行为与上述替换操作的不同之处在于,工作台中未提交的修改不会被替换,而是被“移动”到所选标记的资源中。有关此操作的详细信息,请参阅 CVS 文档,网址为 http://ximbiot.com/cvs/ 与 cvs update 中使用 -r 选项有关。


The Eclipse documentation explains the difference between "Replace With" and "Switch to Another Branch or Version".

Replace With > Another Branch or Version - replace the Workbench resource with a specific version or branch that you select in the repository. When you select this option, another window opens, so that you can browse through the branch and version tags in the repository and select the one that you want.

Team > Switch to Another Branch or Version - this update will replace Workbench resources with those on the tag specified in the Update dialog. The behavior differs from the above replace operations in that uncommitted modifications in the Workbench are not replaced but instead are "moved" to the resources from the selected tag. For more details on the specifics of this operation, see the CVS documentation at http://ximbiot.com/cvs/ relating to the use of the -r option with cvs update.

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