How do I create a snapshot view of some project or stream in ClearCase?
问题 I would like to get contents of some stream or project I can find in clearcase project explorer. 回答1: 2... 1 cleartool descr -l project:myProject@\myPVob with some grep, you have the list of components (writable or not) and policies. If you want only the Streams: cleartool lsproj -tree myProject@\myPVob You can repeat that for a Stream (to get the sub-streams) cleartool lsstream -tree myStream@\myPVob For the foundation baselines of a Stream: cleartool descr -fmt "%[mod_comps]CXp" stream