i am working on some scripts to migrate to git. I want to make a view based on a composite baseline to commit that data. I have several baselines to 'checkout' Normal baselines I do with:
element * CHECKEDOUT
element * baseline -nocheckout
element * /main/0 -ucm -nocheckout
load /vobs/[component1]
load /vobs/[component2]
load /vobs/[component3]
But when the baseline is a composite the view stays empty...
What can I do?
Regards,
jr00n
I confirm that a composite baseline is a metalabel: when used in a base ClearCase view, it doesn't select any files, since its role is to group normal baselines.
If you can use an UCM view (based on a dedicated UCM project), that would be easier because:
So my advice: use a (dynamic) UCM view based on an Integration stream, where you can rebase UCM baselines at will.