Changing mastership of a global type
About this task
Changing mastership of a global type does not change the mastership of its local copies. Likewise, changing the mastership of a local copy does not change the mastership of the global type or any other local copies.
cleartool describe –fmt "%n\n %[master]p\n %[type_scope]p\n" lbtype:RELEASE-3.2@\admin_dev
RELEASE-3.2
SFO@\admin_dev
global
cleartool describe –local –fmt "%n\n %[master]p\n %[type_scope]p\n" lbtype:RELEASE-3.2@\dev
RELEASE-3.2
SFO@\dev
local copy
multitool chmaster BOS@\admin_dev lbtype:RELEASE-3.2@\admin_dev
Changed mastership of label type "RELEASE-3.2" to "BOS@\admin_dev"
cleartool describe –fmt "%n\n %[master]p\n %[type_scope]p\n" lbtype:RELEASE-3.2@\admin_dev
RELEASE-3.2
BOS@\admin_dev
global
cleartool describe –local –fmt "%n\n %[master]p\n %[type_scope]p\n" lbtype:RELEASE-3.2@\dev
RELEASE-3.2
SFO@\dev
local copy
multitool chmaster BOS@\admin lbtype:DOC_SOURCE@\dev
multitool: Error: Label type not found: "DOC_SOURCE".
For more information about mastership, see the chmaster reference page and the ClearCase MultiSite Administrator's Guide.