Display Current Baseline with Cleartool

后端 未结 2 1405
暗喜
暗喜 2020-12-11 08:40

How can I view the baseline on which the current view is based?

I could find information only on how to view the currently recommended baseline for a stream

2条回答
  •  自闭症患者
    2020-12-11 09:31

    You could describe the Stream in order to get the foundation baselines:

    cleartool descr -fmt "%[found_bls]CXp" stream:myStream@\myPVob
    

    (knowing that you can get the stream name of the current view
    with a simple "cleartool lsstream -cview" executed anywhere within your view).

提交回复
热议问题