我们使用带有 ClearCase 插件的 RAD 作为“ClearCase Explorer Perspective”。我需要制作一个 java 项目的新主版本。因此,我想将 main/0 版本更改为 ie。主要/1。如何从顶层转发版本?我尝试通过使用“项目资源管理器”创建新流来创建新项目。它需要以前的基线。但是,当我从这个新项目流中签入时,它会从给定的基线版本(比如 1)分支,如下所示。
main
|
0
|
MyProj1_Integration
|
0
|
1(BL)---MyProj2_Integration
| |
2 0
|
1
I want it to be like:
main
0 ------------------- 1
| |
MyProj1_Integration MyProj2_Integration
| |
0 0
| |
1(BL 1
|
2
从 ClearCase Explorer 中检查版本时,版本号如下所示:
/main/MyProj1_Integration/MyProj2_Integration/1
我希望看到:
/main/MyProj2_Integration/1
另外,我想将来自先前分支的最新版本文件包含到新分支中。我怎样才能做到这一点?我需要创建一个新的 VOB 吗?