多くのコンポーネントがあるので、次のコマンドを使用してすべてのベースラインを記述しようとしています
cleartool describe -lbaseline:Baseline_2.1.0.13 @ \ My_PVOB
次のような出力を提供します
"Build 13"
master replica: My_PVOB@\My_PVOB
owner: Admin
group: ABC
stream:Components_Integration@\My_PVOB
component: Baselines@\My_PVOB
label status: No Versions to Label
change sets:
promotion level: INITIAL
depends on:
Baseline_2.1.0.13.8206@\My_PVOB (Comp1@\My_PVOB)
Baseline_2.1.0.13.433@\My_PVOB (Comp2@\My_PVOB)
Baseline_2.1.0.13.423@\My_PVOB (Comp3@\My_PVOB)
Baseline_2.1.0.13.3763@\My_PVOB (Comp4@\My_PVOB)
実は以下のコンテンツだけを取得したいのは以下に依存します:(次のコンテンツだけを取得したい)
Baseline_2.1.0.13.8206@\My_PVOB (Comp1@\My_PVOB)
Baseline_2.1.0.13.433@\My_PVOB (Comp2@\My_PVOB)
Baseline_2.1.0.13.423@\My_PVOB (Comp3@\My_PVOB)
Baseline_2.1.0.13.3763@\My_PVOB (Comp4@\My_PVOB)
残りの情報を省略する方法は?