annotate
apropos
catcr
catcs
cc.icon
cc.magic
cd
chactivity
chbl
checkin
checkout
checkvob
chevent
chflevel
chfolder
chmaster
chpool
chproject
chstream
chtype
chview
clearaudit
clearbug
cleardescribe
cleardiffbl
cleardiff
clearexport_ccase
clearexport_cvs
clearexport_pvcs
clearexport_rcs
clearexport_sccs
clearexport_ssafe
clearfsimport
cleargetlog
clearhistory
clearimport
clearjoinproj
clearlicense
clearmake
clearmake.options
clearmrgman
clearprojexp
clearprompt
cleartool
clearviewupdate
clearvobadmin
comments
config_ccase
config_spec
cptype
credmap
creds
deliver
describe
diffbl
diffcr
diff
dospace
edcs
endview
env_ccase
events_ccase
export_mvfs
exports_ccase
file
find
findmerge
fmt_ccase
getcache
get
getlog
help
hostinfo
init_ccase
ln
lock
lsactivity
lsbl
lscheckout
lsclients
lscomp
lsdo
lsfolder
lshistory
ls
lslock
lsmaster
lspool
lsprivate
lsproject
lsregion
lsreplica
lssite
lsstgloc
lsstream
lstype
lsview
lsvob
lsvtree
makefile_aix
makefile_ccase
makefile_gnu
makefile_pmake
makefile_smake
makefile_sun
man
merge
mkactivity
mkattr
mkattype
mkbl
mkbranch
mkbrtype
mkcomp
mkdir
mkelem
mkeltype
mkfolder
mkhlink
mkhltype
mklabel
mklbtype
mkpool
mkproject
mkregion
mkstgloc
mkstream
mktag
mktrigger
mktrtype
mkview
mkvob
mount_ccase
mount
msdostext_mode
mvfslog
mvfsstorage
mvfstime
mvfsversion
mv
omake
pathnames_ccase
permissions
profile_ccase
promote_server
protect
protectvob
pwd
pwv
query_language
quit
rebase
recoverview
reformatview
reformatvob
register
relocate
rename
reqmaster
reserve
rgy_backup
rgy_check
rgy_passwd
rgy_switchover
rmactivity
rmattr
rmbl
rmbranch
rmcomp
rmdo
rmelem
rmfolder
rmhlink
rmlabel
rmmerge
rmname
rmpool
rmproject
rmregion
rmstgloc
rmstream
rmtag
rmtrigger
rmtype
rmver
rmview
rmvob
schedule
schemes
scrubber
setactivity
setcache
setcs
setplevel
setsite
setview
shell
snapshot.conf
softbench_ccase
space
startview
type_manager
umount
uncheckout
unlock
unregister
unreserve
update
version_selector
view_scrubber
vob_restore
vob_scrubber
vob_sidwalk
vob_snapshot
vob_snapshot_setup
wildcards_ccase
winkin
xclearcase
xcleardiff
xmldiffmrg
DESCRIPTION
The mklabel command attaches a version label to one or more versions. You can attach a label to only one version of a particular element. You can specify the versions themselves on the command line, or you can specify a particular derived object. In the latter case, mklabel labels some or all the versions that were used to build that derived object.
RESTRICTIONS
Locks
If it encounters a VOB lock while trying to write data during an import operation, mklabel pauses and retries the operation every 60 seconds until it succeeds. Because labels are applied in batches, some labeling in a batch may still fail because a lock is placed on the VOB while a batch transaction is in progress; however, the next batch is not applied until the lock is released.
Mastership
(Replicated VOBs only) If the label's type is unshared, your current replica must master the label type. If the label's type is shared, the following restrictions apply:
- If the label type is one per branch, your current replica must master the branch of the version.
- If the label type is one per element, your current replica must master the element of the version.
If the label's type is global and shared, your current replica must master the branch or element; also, your current replica must contain a local copy of the type, or the administrative VOB at the current site must master the type.
OPTIONS AND ARGUMENTS
Moving a Version Label
- Default
- An error occurs if a version label of this
type is already attached to some other version of the same element.
- –rep·lace
- Removes an existing label of the same type
from another version of the element:
- From another version on the same branch, if label-type-name was
created with mklbtype –pbranch
- From another version anywhere in the element's version tree,
if label-type-name was not created with mklbtype –pbranch
No error occurs if there is no such label to remove, but the label is attached to all versions specified in the command.
- From another version on the same branch, if label-type-name was
created with mklbtype –pbranch
Event Records and Comments
- Default
- Creates one or more event records, with
commenting controlled by your .clearcase_profile file
(default: –nc). 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.
Specifying the Label Type
- Default
- None.
- label-type-selector
- A label type, previously created with mklbtype. The label type must exist in each VOB containing a version to be labeled, or (if label-type-selector is a global type) in the administrative VOB hierarchy associated with each VOB. Specify label-type-selector in the form [lbtype:]type-name[@vob-selector]
Note: The mklabel command is disallowed on label types for UCM baselines.
Directly Specifying the Versions to Be Labeled
The options and arguments in this section specify elements and their versions directly on the command line. Do not use these options and arguments when using a derived object to provide a list of versions.
- pname ...
- (Required) One or more pathnames, indicating
versions to be labeled:
- A standard or view-extended pathname to an element specifies
the version selected in the view.
- A version-extended pathname specifies a version, independent
of view.
Use –version to override these interpretations of pname.
Note: mklabel differs from some other commands in its default handling of directory element pname arguments: it labels the directory element itself; it does not label the elements cataloged in the directory (unless you specify –recurse).
- A standard or view-extended pathname to an element specifies
the version selected in the view.
- –ver·sion version-selector
- For each pname,
attaches the label to the version specified by version-selector.
This option overrides both version-selection and version-extended naming.
For syntax details, see the version_selector reference
page.
When you specify this option with –recurse, mklabel recursively descends directories even if there is no version match for a specified directory—the directory version selected by the view's config spec is used for the recursion.
- –r·ecurse
- Processes the entire subtree of each pname that
is a directory element (including pname itself).
VOB symbolic links are not traversed during the recursive descent into the
subtree.
When you specify this option with –version, mklabel recursively descends directories even if there is no version match for a specified directory—the directory version selected by the view's config spec is used for the recursion.
When you specify this option, a summary is printed at the completion of this command that lists the number of labeling successes, labeling failures, moved labels, and unchanged labels.
- –fol·low
- For any VOB symbolic link encountered, labels
the corresponding target.
Using a Derived Object to Specify the Versions to Be Labeled
The options and arguments in this section specify versions by selecting them from the configuration records associated with a particular derived object. Do not use these options when specifying elements and versions directly on the command line.
Note: Derived objects are created only in dynamic views.
- –con·fig do-pname
- Specifies one derived object. A standard
pathname or view-extended pathname specifies the DO that currently appears
in a view. To specify a DO independent of view, use an extended name that
includes a DO-ID (for example, hello.obj@@24–Mar.11:32.412)
or a version-extended pathname to a DO version.
With the exception of checked-out versions, mklabel labels all the versions that would be included in a catcr –long –flat –element_only listing of that derived object. Note that this includes the following objects:
- Any DO created by the build and subsequently checked in as
a DO version.
- Any file in the CR that was view-private at the time of the
build, was converted to an element after the creation of the CR, and has at
least one checked-in version.
If the DO's configuration includes multiple versions of the same element, only the most recent version is labeled.
When you specify this option, a summary is printed at the completion of this command that lists the number of labeling successes, labeling failures, moved labels, and unchanged labels.
- Any DO created by the build and subsequently checked in as
a DO version.
Use the following options to modify the list of versions to be labeled.
- –sel·ect do-leaf-pattern –ci –typ·e { f | d } ... –nam·e tail-pattern
- Modify the set of versions to be labeled
in the same way that these options modify a catcr listing.
See the catcr reference page for details,
and also the Examples section.
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.
- Create
a label type named REL6. Attach that label to the
version of the current directory selected by your view, and to the currently
selected version of each element in and below the current directory.
cmd-context mklbtype –nc REL6
Created label type "REL6".
cmd-context mklabel –recurse REL6 .
Created label "REL6" on "." version "/main/4".
Created label "REL6" on "./bin" version "/main/1".
Created label "REL6" on "./include" version "/main/1".
Created label "REL6" on "./libs" version "/main/2".
Created label "REL6" on "./lost+found" version "/main/0".
Created label "REL6" on "./release" version "/main/1".
Created label "REL6" on "./src" version "/main/6".
Created label "REL6" on "./src/Makefile" version "/main/2".
Created label "REL6" on "./src/cm_add.c" version "/main/1".
Created label "REL6" on "./src/convolution.c" version "/main/4".
Created label "REL6" on "./src/edge.sh" version "/main/1".
.
.
. - Attach label REL1 to the version of msg.c in the view.
- Attach label REL2 to version 3 on the rel2_bugfix branch of file util.c.
- Move label REL2 to a different version of element hello.c, using a version-extended pathname to indicate that version.
- Attach label REL3 to each version that was used to build derived object hello.o. Note that both directories and files are labeled.
- Attach label REL5 to each C-language source file version that was used to build derived object hello.exe.
- Attach
label REL5 to all versions in the VOB mounted at /usr/hw that
were used to build derived object hello. Use interactive
mode to enable use of the ClearCase and ClearCase LT "..."
wildcard.
cmd-context mklabel –config hello –name ' /usr/hw/...' REL5
Created label "REL5" on "/usr/hw/" version "/main/1".
Created label "REL5" on "/usr/hw/src" version "/main/2".
Created label "REL5" on "/usr/hw/src/hello.c" version "/main/3".
Created label "REL5" on "/usr/hw/src/hello.h" version "/main/1".
Created label "REL5" on "/usr/hw/src/util.c" version "/main/1".