【发布时间】:2013-10-17 12:50:42
【问题描述】:
创建了一个配置了多个基线的新 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可修改组件?有什么方法可以将广告作为推荐基线的一部分?是强制性的吗?
【问题讨论】: