I am in need of a script(Batch) which is suppose to create a baseline and recommend it on all components. Please help if anybody have it. I am using following commands
cd M:/view_name
ct mkbl -all -full -ident -c "baseline comment" baseline_name stream_name@project_vob
ct chstream -recommend baseline_name@project_vob
with these commands it creates baseline_name in one component and baseline_name.xxxx
on all other components. and recommends only one baseline(without .xxxx
on end).