We have two Clearcase UCM streams in a hierarchy at the same level (i.e. same parent stream). If the two child streams are both rebased to the same parent baseline, does that mean that
- Delivering the activities of both streams up to the parent (one, then the other)
Would be equivalent to:
- Delivering the activities of one child stream to the other child stream, and then simply delivering the one child stream to the parent
Is this in fact true? It seems it should be, assuming any manual/user selected merges for all deliveries are made in the same way.
This is correct, but first a few reminders:
That does not happens if you:
In your case, since both streams have the same starting points, making first a deliver from A to B, before delivering B to parent, is a way to solving any merge conflicts in B (without impacting too soon the parent) before making the final merge.