we have a single application stream with multiple components (UCM Composite baseline) in ClearCase.
It has been split like
Alpha Primary Component
|
|___W (Sub component - A application)
|
|___X (Sub component - B application)
|
|___Y (Sub component - C application)
|
|___Z (Sub component - D application)
We use to Make baseline for whole project/stream (Primary Component- XXX_application_.002) through GUI it internally reflects in the corresponding components too (XXX_applcation_.002.yyyy) where we have code changes but not on the other components.
Is there any way, if I add a baseline for Alpha (increment primary baseline) it need to increment the particular component also which have changes (For EX: I have code changes in B application (X component)?) in cleartool command?
I have tried the below command to Make Baseline which is working for single component application, but not for multiple component (composite baseline) application.
cleartool mkbl -nc -view $ucmintgview -all -incremental $incrematalBaseline
Now I am looking for a command which makes baseline for Primary component which internally need to reflect in the modified application components also not the other components.