mkhlink

Attaches a hyperlink to an object

APPLICABILITY


Product

Command Type

ClearCase


cleartool subcommand


ClearCase LT


cleartool subcommand


Attache


command


Platform

UNIX


Windows

SYNOPSIS

mkhlink [ -uni·dir ] [ -tte·xt to-text ] [ -fte·xt from-text ]

[ -fpn·ame ] [ -tpn·ame ] [ -acq·uire ]
[ -c·omment comment | -cfi·le comment-file-pname |-cq·uery | -cqe·ach | -nc·omment ]
hlink-type-selector from-obj-selector [ to-obj-selector ]

DESCRIPTION

The mkhlink command creates a hyperlink between two objects, each of which may be an element, branch, version, VOB symbolic link, or non-file-system VOB object (except another hyperlink).

Logically, a hyperlink is an "arrow" attached to one or two VOB-database objects:

Contrast with Other Kinds of Metadata

Like other kinds of metadata annotations-version labels, attributes, and triggers-a hyperlink is an instance of a type object: the mkhlink command creates an instance of an existing hyperlink type object. However, hyperlinks differ from other kinds of metadata annotations:

Hyperlink-IDs

Each new hyperlink object gets a unique identifier, its hyperlink-ID. You can specify any hyperlink by appending its hyperlink-ID to the name of the hyperlink type. Following are some examples.

NOTE: In the UNIX examples that follow, arguments and output that show multicomponent VOB tags are not applicable to ClearCase LT, which recognizes only single-component VOB tags. In this manual, a multicomponent VOB tag is by convention a two-component VOB tag of the form /vobs/vob-tag-leaf-for example, /vobs/src. A single-component VOB tag consists of a leaf only-for example, /src. In all other respects, the examples are valid for ClearCase LT.

cmd-context describe hlink:DesignFor@52179@/vobs/doctn

In this example, DesignFor is the name of a hyperlink type, and @52179@/vobs/doctn is the hyperlink-ID. Note that the hyperlink-ID includes a pathname: the VOB-tag of the VOB in which the hyperlink is created.

A hyperlink-ID is unique in that it is guaranteed to differ from the hyperlink-ID of all other hyperlinks. But it can change over time; when a VOB's database is processed with reformatvob, the numeric suffixes of all hyperlink-IDs change:

before 'reformatvob': @52179@/vobs/doctn
after 'reformatvob': @8883@/vobs/doctn

Similarly, the VOB-tag part of a hyperlink-ID can change over time and can vary from host to host.

Hyperlink Inheritance

By default, a version implicitly inherits a hyperlink attached to any of its ancestor versions, on the same branch or on a parent branch. Inherited hyperlinks are listed by the describe command only if you use the -ihlink option.

A hyperlink stops being passed down to its descendents if it is superseded by another hyperlink of the same type, explicitly attached to some descendent version. You can use a null-ended hyperlink (from-object, but no to-object) as the superseding hyperlink to effectively cancel hyperlink inheritance.

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, element, branch type, branch, hyperlink type, object or object type (for non-file-system objects).

Mastership: (Replicated VOBs only) If the hyperlink's type is unshared, your current replica must master the type. If the hyperlink's type is shared, there are no mastership restrictions.

OPTIONS AND ARGUMENTS

UNIDIRECTIONAL/BIDIRECTIONAL.  Default: Creates a bidirectional hyperlink. If the objects being linked are in different VOBs, a notation is made in the VOB database of the to-object, making it possible to see the hyperlink from either VOB.

-uni·dir

Creates a unidirectional hyperlink; no notation is made in the VOB database of the to-object (if that object is in a different VOB).
NOTE: In all cases, a single hyperlink object is created, in the VOB of the from-object.

TEXT ANNOTATIONS.  Default: The hyperlink has no text annotations.

-tte·xt to-text

Text associated with the to-end of a hyperlink. If you also specify to-obj-pname, the text is associated with that object. If you do not specify to-obj-pname, cleartool creates a text-only hyperlink, originating from from-obj-pname. If you omit both -ttext and to-obj-pname, cleartool creates a null-ended hyperlink.
-fte·xt from-text

Text associated with the from-end of a hyperlink.

HANDLING ECLIPSED HYPERLINK TYPES.  Default: If the hyperlink type in a client VOB would eclipse an existing hyperlink type in an administrative VOB, hyperlink type creation fails.

-acq·uire

Converts eclipsing types to local copies of the new global type.

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 HYPERLINK TYPE.  Default: None.

hlink-type-selector

An existing hyperlink type. The hyperlink type must exist in each VOB containing an object to be hyperlinked, or (if hlink-type-selector is a global type) in the Admin VOB hierarchy associated with each VOB. Specify hlink-type-selector in the form [hltype:]type-name[@vob-selector]

type-name

Name of the hyperlink type

vob-selector

Object-selector for a VOB, in the form [vob:]pname-in-vob. The pname-in-vob can be the 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)

OBJECTS TO BE HYPERLINKED.  Default: None. You must specify at least one object.

[ -fpn·ame ] from-obj-selector
[ -tpn·ame ] to-obj-selector

from-obj-selector specifies the from-object, and to-obj-selector specifies the to-object. to-obj-selector is optional; omitting it creates a text-only hyperlink (if you use -ttext) or a null-ended hyperlink (if you don't).
NOTE: An error occurs if you try to make a unidirectional hyperlink whose to-obj-selector is a checked-out version in another VOB.
Specify from-obj-selector and to-obj-selector in one of the following forms:

pname

  • A standard or view-extended pathname to an element specifies the version in the view.
  • A version-extended pathname specifies an element, branch, or version, independent of view.
  • The pathname of a VOB symbolic link.

NOTE: If pname has the form of an object selector, you must include the -fpname or -tpname option to indicate that pname is a pathname.

Examples:

foo.c

/view/gam/usr/project/src/foo.c

foo.c@@\main\5

foo.c@@/REL3

foo.c@@

foo.c@@\main

(version of 'foo.c' selected by current view)

(version of 'foo.c' selected by another view)

(version 5 on main branch of 'foo.c')

(version of 'foo.c' with version label 'REL3')

(the element 'foo.c')

(the main branch of element 'foo.c')

vob-selector

vob:pname-in-vob

pname-in-vob can be the pathname of the VOB-tag (whether or not the VOB is mounted) or of any filesystem object within the VOB (if the VOB is mounted). It cannot be the pathname of the VOB storage directory.

attribute-type-selector

attype:type-name[@vob-selector]

branch-type-selector

brtype:type-name[@vob-selector]

element-type-selector

eltype:type-name[@vob-selector]

hyperlink-type-selector

hltype:type-name[@vob-selector]

label-type-selector

lbtype:type-name[@vob-selector]

trigger-type-selector

trtype:type-name[@vob-selector]

pool-selector

pool:pool-name[@vob-selector]

oid-obj-selector

oid:object-oid[@vob-selector]

The following object selector is valid only if you use MultiSite:

replica-selector

replica:replica-name[@vob-selector]

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.

NOTE: In the UNIX examples that follow, arguments and output that show multicomponent VOB tags are not applicable to ClearCase LT, which recognizes only single-component VOB tags. In this manual, a multicomponent VOB tag is by convention a two-component VOB tag of the form /vobs/vob-tag-leaf-for example, /vobs/src. A single-component VOB tag consists of a leaf only-for example, /src. In all other respects, the examples are valid for ClearCase LT.

SEE ALSO

describe, lstype, mkhltype, rename, rmhlink, xclearcase