mkbranch

Creates a new branch in the version tree of an element

APPLICABILITY


Product

Command Type

ClearCase


cleartool subcommand


ClearCase LT


cleartool subcommand


Attache


command


Platform

UNIX


Windows

SYNOPSIS

mkbranch [ -c·omment comment | -cfi·le comment-file-pname |-cq·uery

| -cqe·ach | -nc·omment ] [ -nwa·rn ]
[ -nco ] [ -ver·sion version-selector ] branch-type-selector pname ...

DESCRIPTION

The mkbranch command creates a new branch in the version trees of one or more elements. The new branch is checked out, unless you use the -nco option. In Attache, after the command is executed, any files checked out successfully are downloaded to the workspace.

Auto-Make-Branch

The checkout command sometimes invokes mkbranch automatically. If the view's version of an element is selected by a config spec rule with a -mkbranch branch-type clause, checkout does the following:

  1. Creates a branch of type branch-type.

  2. Checks out (version 0 on) the newly created branch.

Similarly, entering a mkbranch command explicitly can invoke one or more additional branch-creation operations. See Multiple-Level Auto-Make-Branch in the checkout reference page.

RESTRICTIONS

Identities: You must have one of the following identities:

Locks: An error occurs if one or more of these objects are locked: VOB, element type, branch type, element, pool (nondirectory elements).

Mastership: (Replicated VOBs) Your current replica must master the branch type.

OPTIONS AND ARGUMENTS

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.

-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.

SUPPRESSING WARNING MESSAGES Default: Warning messages are displayed.

-nwa·rn

Suppresses warning messages.

CHECKOUT OF THE NEW BRANCH.  Default: The newly created branch is checked out. Additional checkouts may ensue; see the Auto-Make-Branch section.

-nco

Suppresses automatic checkout of the branch. In Attache, this option also suppresses downloading of the files to the workspace.

SPECIFYING THE BRANCH TYPE.  Default: None.

branch-type-selector

An existing branch type, previously created with mkbrtype. The branch type must exist in each VOB in which you are creating a branch, or (if branch-type-selector is a global type) in the Admin VOB hierarchy associated with each VOB. Specify branch-type-selector in the form [brtype:]type-name[@vob-selector]

type-name

Name of the branch type

vob-selector

VOB specifier

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)

SPECIFYING THE BRANCH POINTS.  Default: None.

-ver·sion version-selector

For each pname, creates the branch at the version specified by version-selector. This option overrides both version-selection by the view and version-extended naming. See the version_selector reference page for syntax details.
pname ...

One or more pathnames, indicating the versions at which branches are to be created.

  • A standard or view-extended pathname to an element specifies the version in the view.
  • A version-extended pathname specifies a version, independent of view.
Use -version to override these interpretations of pname.

EXAMPLES

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.

SEE ALSO

mkbrtype, rename