1

Is it possible to create a development stream with specific modules from baseline in clearcase ?

Scenario:

Integration stream baseline contains around 20 modules, out of them we wanted to have only 4 modules as part of new development stream. Is it possible to create development stream with specific modules from a baseline?

Steve H.
  • 6,912
  • 2
  • 30
  • 49

1 Answers1

0

Yes it is: when you create a stream, it is empty by default.

If you are using the GUI (UCM project explorer), the new dev stream might have components if there are recommended baselines on the integration stream (in which case you can remove the extra components)

But if you are using the CLI (that is 'cleartool', the command line interface), you will create an empty stream, and you will rebase it with only the four baselines of the four components you want.
Use cleartool mkstream:

cleartool mkstream -in YourIntStream@\yourPVob YourDevStream@\yourPVob

You can see example of stream (and view creation and rebase) in this answer.
But once the stream is created (and empty), you can rebase it through the GUI.
If it has components (because of recommended baselines), you also can remove the extra components through the GUI.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250