In UCM I have a view A and I want to find out on which UCM stream is created.
How can I find an UCM view on which stream corresponds?
Command "cleartool lsview -properties -full A
" doesn't tell me anything about the stream.
In UCM I have a view A and I want to find out on which UCM stream is created.
How can I find an UCM view on which stream corresponds?
Command "cleartool lsview -properties -full A
" doesn't tell me anything about the stream.
You can try:
cd /path/to/my/view
cleartool lsstream -cview
That allows you to get other information from that stream, like foundation baselines or baselines for a component.
Adding the -anc
option, you see where that stream is located:
cleartool lsstream -cview -anc
With fmt_ccase
, you can get its name directly:
cleartool lsstream -fmt "%n" -cview