Community
Participate
Working Groups
CDOTransaction.merge() takes a single CDOBranchPoint source and merges the changes from the common ancestor til the specified source. For remerging without duplicate source deltas we need to be able to specify the source point of the previous merge operation and use it as a source base instead of the common ancestor.
New CDOTransaction API: /** * @since 4.0 */ public CDOChangeSetData merge(CDOBranchPoint source, CDOBranchPoint sourceBase, CDOMerger merger);
Committed to HEAD
Available in R20110608-1407