Display Current Baseline with Cleartool

后端 未结 2 1404
暗喜
暗喜 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).

    0 讨论(0)
  • 2020-12-11 09:46

    Building on the excellent answer from @VonC, from anywhere within your view you can combine the steps into a one liner.

    cleartool lsstream -cview -fmt "%[found_bls]CXp"
    
    0 讨论(0)
提交回复
热议问题