How to retrieve the integration-stream that belongs to my development view

306 Views Asked by At

I have a development view, which is linked to a development stream, which delivers to an integration stream.

What is the best way to find the integration stream using console commands ?

2

There are 2 best solutions below

7
VonC On BEST ANSWER

You could use a fmt_ccase query with cleartool describe, by looking at the UCM project:

cleartool descr -fmt "%[istream]Xp" project:myProject@\myPVob

If you don't have the project name ready, you can:

1
Brian Cowan On

If you CD or set into your view, cleartool lsstream -long -cview should tell you your default deliver target, which is usually the integration stream. If it's not, you can get the information from the project listed or by looking at the default deliver target...