Creates/updates a branch type object
Product | Command Type |
|---|---|
ClearCase | cleartool subcommand |
ClearCase LT | cleartool subcommand |
Attache | command |
Platform |
|---|
UNIX |
Windows |
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.
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/3 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.
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:
Make all letters in names of branch types lowercase (a - z).
Make all letters in names of label types uppercase (A - Z).
Identities: No special identity is required unless you specify the -replace option. For -replace, you must have one of the following identities:
Type owner
VOB owner
root (UNIX)
Member of the ClearCase group (ClearCase on Windows)
Local administrator of the ClearCase LT server host (ClearCase LT on Windows)
Locks: An error occurs if one or more of these objects are locked: VOB, branch type (with -replace only).
Mastership: (Replicated VOBs only) With -replace, your current replica must master the type.
HANDLING OF NAME COLLISIONS. Default: An error occurs if a branch type named type-name already exists in the VOB.
|
|
|
SPECIFYING THE SCOPE OF THE BRANCH TYPE. Default: Creates an ordinary 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.
EVENT RECORDS AND COMMENTS. Default: Creates one or more event records, with commenting controlled by your .clearcase_profile file (default: -cqe). See the comments reference page. Comments can be edited with chevent.
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.
type-name | Name of the branch type See 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) | |
The UNIX examples in this section are written for use in csh. If you use another shell, you may need to use different quoting and escaping conventions.
The Windows examples that include 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 UNIX shell or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.
Create a branch type named bugfix_v1, which can be used only once in an element's version tree. Provide a comment on the command line.
cmd-context mkbrtype -c "bugfix development branch for V1" bugfix_v1
Created branch type "bugfix_v1".
Create two branch types for working on program patches, and a bugfix branch for release 2. Constrain their use to one per branch.
cmd-context mkbrtype -nc -pbranch patch2 patch3 rel2_bugfix
Created branch type "patch2".
Created branch type "patch3".
Created branch type "rel2_bugfix".
Change the constraint on an existing branch type so that it can be used only once per branch. Provide a comment on the command line.
cmd-context mkbrtype -replace -pbranch -c "change to one per branch" bugfix_v1
Replaced definition of branch type "bugfix_v1".
chtype, describe, lstype, mkbranch, rename, rmtype
|
Feedback on the documentation in this site? We welcome any comments!
Copyright © 2001 by Rational Software Corporation. All rights reserved. |