Previous Topic: CaConcurrentMerge

Next Topic: void SetVersionDescription( LPCTSTR szDescription )


void SetMergeRule( LPCTSTR szRule )

Sets Rule for how to merge the versions of files in the package.

Note: The following are the allowable values for the Merge Rule. They are defined in an include file built into the project.

Owning Class

CaConcurrentMerge

Arguments

LPCTSTR szRule-the rule value

Return Value

None

Example

CaConcurrentMerge& rConcurrentMerge = rContext.GetConcurrentMerge(); rConcurrentMerge. SetMergeRule(MERGE_RULE_CONFLICT_TAG);

More information: