Clearcase UCM - How to get the config spec of a given baseline?

1k views Asked by At

I'd like to set-up a non-UCM clearcase (read only) view for debugging an issue reported on a old baseline which was delivered to customer.

How to view/retrieve/generate the config spec of the old baseline? so that I use this config spec to create a non-UCM clearcase view for debugging the issue.

2

There are 2 answers

4
VonC On

The config spec is simple:

 element * baseline_id
 element * /main/0
 element * /main/LATEST

(note that the /main/0 is important, especially in a multi-component vob, for the initial version of the component is registered in /main/0 when a new component is created)

What you need to find out is:

0
Elyahu On

I think a much simple solution is to create a stream based on the baseline you have. That way you can even write into it without interfering nothing and even to save you changes in CC

It's very simple to create a stream based on a baseline, click the "advanced" option when creating stream as usual.

Enjoy, Eli.