2013-10-17 72 views
1

創建了一個新的UCM項目,並配置了多個基線明確如何將不可修改的基線轉換爲可修改的?

當我試圖從特定組件檢出文件時,我沒有被允許檢出並且它表示可能是該流將是隻讀的。我可以檢出流中的其他組件文件。所以我試圖運行下面的命令

cleartool lsstream - 視圖「MyBuildView」 -l

輸出有很多事情和基線相關信息,下面我有複製。

我能夠看到組件3是不可修改的,因爲它不在推薦的基準中。 (我在創建項目時將其單獨添加,但卻錯過了)

foundation baselines: 
    [email protected]\my_PVOB ([email protected]\my_Pvob) (modifiable) 
    [email protected]\my_Pvob ([email protected]\my_Pvob) (modifiable) 
    [email protected]\my_Pvob ([email protected]\my_Pvob) (non-modifiable) 
recommended baselines: 
    [email protected]\my_PVOB ([email protected]\my_Pvob) (modifiable) 
    [email protected]\my_Pvob ([email protected]\my_Pvob) (modifiable) 

如何製作component3可修改組件?有什麼方法可以作爲推薦基線的一部分進行廣告宣傳?它是強制性的嗎?

回答

0

你可以嘗試:

cleartool chproj -amodcomp [email protected]\my_Pvob [email protected]\my_Pvob 

然後,您應該更新流:

ct chstream -generate stream:[email protected]\myPVob 

最後更新視圖的配置規範

cd /path/to/your/view 
cleartool setcs -stream 

這時可以嘗試並再次結帳。