Previous Topic: bool SetCreateOnBranch(bool bFlag)

Next Topic: bool SetBranchOut(bool bFlag)


bool SetCreateOnTrunk(bool bFlag)

Create refactored versions on the trunk, identical to the checkout for update process. Only one CreateOnBranch or CreateOnTrunk can be specified as true; not both.

Owning Class

CaRenamePath

Arguments

BOOL bFlag-the flag value

Return Value

bool-true if set succeeded, false if failed

Example

CaRenamePath& rRenamePath = rContext.GetRenamePath();
rRenamePath.SetCreateOnTrunk(true);

More information: