Hi All,
We came up with a stream structure for the Rational ClearCase UCM model.
Int
-- Prd
-- Uat
-- Dev
---- Development Stream r1.0
We recently migrated the code base into the new setup. We had three different code bases, i.e. three physical code bases.
Migration process:
we moved the production code first, created an activity,delivered the activity to Integration stream, created a baseline.
Then the uat code, created an activity, delivered the activity to integration stream, during merge we chose the changes from the contributor 2 to preserve the existing code from uat, created a baseline.
The same process for the dev environment.
As of now the integration stream has the latest baseline that is the development baseline.
Now we have other two streams for the prd and the uat from which the release will be done in the respective environments.
I have my dev stream now. I create an activity and make some changes. now I need to promote these changes into the uat environment. If I deliver the changes to the integration stream, merge is done but on a development basline. I do not want to rebase it to uat as many development apps wil get rebased into the uat which is not desired.
How do I achieve promoting changes to the uat environment(uat stream). kindly advice.