ClearCase: Difference between delivering and rebasing
Suppose stream B and stream C are child streams of stream A and seeded from the same baseline of A. After parallel development for a while in both B and C, B needs to obtain the codes from the latest baseline bl_C_5 of C. Is there any functional (merging of elements) or non-functional (performance etc.) difference between the following operations? B rebases from baseline bl_C_5 of C C delivers baseline bl_C_5 to B Simple: " B rebases from baseline bl_C_5 of C " is impossible: a rebase can only merge baseline produced from the parent Stream A , not from C . You could deliver C to A , set a