Display Current Baseline with Cleartool

戏子无情 提交于 2019-11-28 12:43:05

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).

craigdfrench

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"
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!