List the latest baseline of a component in a UCM stream one by one

前端 未结 2 1445
长情又很酷
长情又很酷 2020-11-30 13:12

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

2条回答
  •  攒了一身酷
    2020-11-30 14:09

    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.

提交回复
热议问题