mkbrtype

Creates/updates a branch type object

APPLICABILITY

ClearCase (cleartool subcommand), Attache (command)

SYNOPSIS

mkbrtype [ -rep·lace ] [ -glo·bal [ -acq·uire ] | -ord·inary ] [ -pbr·anch ]

[ -c·omment comment | -cfi·le comment-file-pname |-cq·uery | -cqe·ach | -nc·omment ]
branch-type-selector ...

DESCRIPTION

The mkbrtype command creates one or more branch types with the specified names for future use within a particular VOB. After creating a branch type in a VOB, you can create branches of that type in that VOB's elements, using mkbranch.

Instance Constraints

The version-extended naming scheme requires that a branch of a version tree have at most one subbranch of a given type. (If there were two bugfix subbranches of the main branch, the version-extended pathname foo.c@@\main\bugfix\cleartool3 would be ambiguous.) However, by default only one branch of this type can be created in an element's entire version tree. The -pbranch option loosens this constraint.

Recommended Naming Convention

A VOB cannot contain a branch type and a label type with the same name. For this reason, we strongly recommend that you adopt this convention:

PERMISSIONS AND LOCKS

Permissions Checking: For each object processed, you must be one of the following (with -replace only): type owner, VOB owner, member of the ClearCase group. See the permissions reference page.

Locks: An error occurs if any of the following objects are locked: VOB, branch type (with -replace only).

OPTIONS AND ARGUMENTS

HANDLING OF NAME COLLISIONS.  Default: An error occurs if a branch type named type-name already exists in the VOB.

-rep·lace

Replaces the existing definition of type-name with a new one. If you do not include options from the existing definition, their values are replaced with the defaults (Exception: the type's scope does not change; you must explicitly specify -global or -ordinary).
If you specify a comment when using -replace, the comment appears in the event record for the modification (displayed with lshistory -minor); it does not replace the object's creation comment (displayed with describe). To change an object's creation comment, use chevent.
Constraints:

  • You cannot replace the predefined branch type main.
  • If there are existing branches of this type or if the containing VOB is replicated, you cannot replace a less constrained definition (-pbranch specified) with a more constrained definition (omitting the -pbranch option).
  • When converting a global type to ordinary, you must specify the global type as the branch-type-selector argument. You cannot specify a local copy of the global type.

SPECIFYING THE SCOPE OF THE BRANCH TYPE.  Default: Creates an ordinary branch type that can be used only in the current VOB.

-glo·bal [ -acq·uire ]

Creates a branch type that can be used as a global resource by client VOBs in the administrative VOB hierarchy. With -acquire, mkbrtype checks all eclipsing types in client VOBs and converts them to local copies of the new global type.
For more information, see Administering ClearCase.
-ord·inary

Creates a branch type that can be used only in the current VOB.

INSTANCE CONSTRAINTS.  Default: Only one branch of the new type can be created in a given element's version tree.

-pbr·anch

Multiple branches of the same type can be created in the version tree, but they must be created off different branches.

EVENT RECORDS AND COMMENTS. Default: Creates one or more event records, with commenting controlled by your .clearcase_profile file (default: -cqe). See CUSTOMIZING COMMENT HANDLING in the comments reference page. Comments can be edited with chevent.

-c·omment comment | -cfi·le comment-file-pname |-cq·uery | -cqe·ach | -nc·omment

Overrides the default with the option you specify. See the comments reference page.

SPECIFYING THE BRANCH TYPES.  Default: The branch type is created in the VOB that contains the current working directory unless you specify another VOB with the @vob-selector argument.

branch-type-selector...

Names of the branch types to be created. Specify branch-type-selector in the form [brtype:]type-name[@vob-selector]

type-name

Name of the branch type

See the Object Names section in the cleartool reference page for rules about composing names.

vob-selector

VOB specifier

Specify vob-selector in the form [vob:]pname-in-vob

pname-in-vob

Pathname of the VOB-tag (whether or not the VOB is mounted) or of any file-system object within the VOB (if the VOB is mounted)

Also see the section Recommended Naming Convention.

EXAMPLES

Examples including wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.

In cleartool single-command mode, cmd-context represents the command interpreter prompt. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

cmd-context mkbrtype -c "bugfix development branch for V1" bugfix_v1
Created branch type "bugfix_v1".
cmd-context mkbrtype -nc -pbranch patch2 patch3 rel2_bugfix
Created branch type "patch2".
Created branch type "patch3".
Created branch type "rel2_bugfix".
cmd-context mkbrtype -replace -pbranch -c "change to one per branch" bugfix_v1
Replaced definition of branch type "bugfix_v1".

SEE ALSO

chtype, describe, lstype, mkbranch, rename, rmtype, type_object



Feedback on the documentation in this site? We welcome any comments!
Copyright © 1999 by Rational Software Corporation. All rights reserved.