Using xclearcase
to Pre-merge from One Branch to Another:
yyy_R95 to xxx_R94
First, we need to run the findmerge in dry-run mode, to make sure our view is set right. So we execute xclearcase:
xxx% xclearcase
In the xclearcase interface:
Next, we choose:
If you incur any problems--such as lots of files are found for merging which you didn't expect--call your product's Buildmeister for assistance. Otherwise, we want to execute the findmerge again, only this time execute the merges as they are found, so we can take advantage of the nice graphical merge interface that ClearCase gives us:
In the xclearcase interface:
Next, we choose:
Then we get on with the merge itself:
We've now completed a merge from someone elses branch (yyy_R95). Before we can submit our work, however, we still need to pre-merge from the main branch and verify that our changes behave properly with the most recent changes made to the product. And now, let's return to the main seqence for the conclusion of our demonstration.