创建了一个配置了多个基线的新 UCM 项目
当我尝试从特定组件签出文件时,我不允许签出,它说可能是流将是只读的。
我能够检出流中的其他组件文件。所以我尝试运行以下命令
cleartool lsstream -view "MyBuildView" -l
输出有很多东西和我在下面复制的基线相关信息。
我可以看到 component3 是不可修改的,因为它也不存在于推荐的基线中。(我在创建项目时单独添加它错过了)
foundation baselines:
myProjc_RelBuild.1614@\my_PVOB (Compent1@\my_Pvob) (modifiable)
myProj_RelBuild.5158@\my_Pvob (Component2@\my_Pvob) (modifiable)
myProj_RelBuild.3209@\my_Pvob (Component3@\my_Pvob) (non-modifiable)
recommended baselines:
myProjc_RelBuild.1614@\my_PVOB (Compent1@\my_Pvob) (modifiable)
myProj_RelBuild.5158@\my_Pvob (Component2@\my_Pvob) (modifiable)
如何制作component3可修改组件?有什么办法可以将广告作为推荐基线的一部分?它是强制性的吗?