I need to list the latest baseline for each component in a clearcase UCM stream one by one. I am aware of the \"%[latest_bls]p\"
option used with -fmt
Check this:
cleartool lsbl -fmt "%[latest_bls]p" -component C -stream S
Further more, do you know "R&D Reporter"? It helps you generate a report which is based on all changes made between latest baseline and previous to latest baseline, for each component. More than that, it enables you to define what your "latest baseline" is: you can use regular expressions , streams or promotion levels to filter out unimportant baselines. If you have further questions, let me know.