UCM version v5_1

Unix Code Management

Author: Peter Kasper

Table of Contents

  1. UCM Introduction
    1. Concepts
    2. Documentation Conventions
  2. UVM: Version Management
    1. GUVM: The UVM graphical command interface.
    2. UVMA: Access Commands
      Default library
      Create Library library[-c comment]
      Describe Library library[-c comment]
      Create Element library/element[-c comment][-h host]
      Describe Element library/element[-c comment]
      Reserve library/element[-h host]
      Unreserve library/element
      Replace library/element[-c comment][-h host]
      Fetch library/element[-r revision][-h host]
      Remove library/element[-h host]
      Insert library/element[-h host]
      Move library/element-l library
      Rename library/element-f new_name
      Tag library/element-n tag[:revision]
      Untag library/element-n tag
      Group library/element-g group
      Ungroup library/element-g group
    3. UVMI: Informational Commands
      Show Default
      Show Description library
      Show Groups library
      Show Activity library[-d days]
      Show Reservations library[-u [user]]
      Show Changes library[-d days] [-n [rev_1][:rev_2]]
      Show Dependency library-f file
      Show List library/element[-r revision]
      Show Content library/element[-r revision]
      Show History library/element[-d days][-n [rev_1][:rev_2]]
      Show Difference library/element[-n [rev_1][:rev_2]]
      Show Tags library/element
      Show Membership library/element
    4. CHECKIN: Implementation Specific Preprocessing
  3. Web Access to UVM or CVS Source Repositories
    1. UVMHTML: Creating the pages
    2. Using the Pages
      1. The Library or Module Contents Page
      2. The Element Contents Page
    3. Creating Hyperlinks
      1. Hyperlink Commands Page
      2. Using UVMuser to Add Hyperlinks
  4. KPP: A Generic Preprocessor
    1. Command Line Syntax
    2. KPP Directives
  5. UVMBLD: Creating Make Files
    1. Description.
    2. Example 1: Updating Include File Directories.
    3. Example 2: Updating an Object Library.
    4. Example 3: Maintaining Release Versions.
  6. APPENDIX : Update History