Is there a way to set up a single stream/view that can be used to build releases from any existing baseline (new and old) on any stream of a ClearCase UCM project?

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

What I usually use is a base ClearCase dynamic view, in order to quickly change baselines in its config spec.
A baseline is a label put on every files of a component, so the config spec would be:

element /vob/Component/... MY_BASELINE
element * /main/LATEST

Note that it will only work with fully labeled baselines (and not incremental baselines)

You can use also a snapshot view, for the compilation will be quicker (but you will have to support the update download time)

link|improve this answer
Can you have a base ClearCase dynamic view on an integration stream of a UCM project? – Raihan Sep 26 '11 at 19:22
@Raihan: no the idea behind a single base ClearCase view is to be able to reuse it at will, changing the baseline within its config spec. But this is for reading the elements only, not for associating it with a Stream like an UCM view does (because the UCM view needs to configure the mkbranch rule after the stream name in case of checkout). You don't have to make any checkout with that compilation view. – VonC Sep 26 '11 at 19:36
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.