If I do:
cleartool lsbl -stream stream:mystream@\mypvob
That will lists the baselines with details.
But I want to list only the name of the baselines.
Is there anyway I can do that?
If I do:
cleartool lsbl -stream stream:mystream@\mypvob
That will lists the baselines with details.
But I want to list only the name of the baselines.
Is there anyway I can do that?
You can use the
fmt_ccase
options in order to format the result of acleartool lsbl
command.Here two examples in python, found on snip2code.com
1) Get the foundation baseline of a stream
Link: How To Get The Foundation Baseline
2) Get all baselines of a stream
Link: How To Get The Baselines From UCM Stream