分支自 ' 0 '版本

发布于 2024-11-17 00:55:42 字数 116 浏览 0 评论 0原文

任何人请告诉我,我们如何从 Main 0 版本创建分支。

我们有主要的和最新的当前版本是 50 版本。但我想从 O 版本创建分支。因此该分支不应包含任何数据。

请让我知道如何做到这一点!

Any one please let me know, How can we create branch from Main 0 -version.

we have Main & The latest Current Version is 50-version. But i want to make branch from O-Version.So that Branch should not ahve any data into it.

Please let me know how can this be done !.

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

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

发布评论

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

评论(2

鹿港巷口少年归 2024-11-24 00:55:42

您应该能够通过修改视图的配置规范来完成此操作(假设您使用的是 Base ClearCase,而不是 UCM)

element .../aNewBranch /main/LATEST
element /path/... /main/0 -mkbranch aNewBranch

请注意顺序:

  • 首先尝试选择“LATEST 版本” aNewBranch”,
  • 然后选择版本 0,如果有结帐,则可以创建分支

请参阅 ConfigSpec 如何工作编写 ConfigSpec 了解更多信息。

You should be able to do it by modifying the config spec of your view (assuming you are in Base ClearCase, not UCM)

element .../aNewBranch /main/LATEST
element /path/... /main/0 -mkbranch aNewBranch

Note the order:

  • first try to select the LATEST version of the "aNewBranch",
  • then select version 0 with possibility of making a branch if there is a checkout

See How a ConfigSpec works and Writing a ConfigSpec for more.

灼疼热情 2024-11-24 00:55:42

除了 VonC 的回答之外,不要假设名称为 /main 的分支始终存在。 “主”分支的类型可以更改,例如可以将其称为 /head。

In addition to the answer by VonC, do not assume that branch with name /main always exist. The type of the "main" branch can be changed, so for example it can be called /head instead.

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