Listing an AdminVOB hyperlink

To find out whether a VOB is part of an administrative VOB hierarchy, you can list its AdminVOB hyperlink.

To list an AdminVOB hyperlink, use the Rational® ClearCase® Administration Console or the cleartool describe command. The describe command shows any AdminVOB hyperlink from a VOB to its superior in the administrative VOB hierarchy. The following examples show AdminVOB hyperlinks.

To display the hyperlink ID, use cleartool describe –long. The hyperlink ID includes the VOB tag of the VOB in which the hyperlink was created. For example:

cleartool describe –long vob:\admin_dev
...
  Hyperlinks:
    AdminVOB@40@\admin_dev -> vob:\admin
    AdminVOB@40@\dev <- vob:\dev


Feedback