• Get Review Board
  • What's New
  • Products
  • Review Board Code review, image review, and document review
  • Documentation
  • Release Notes
  • Power Pack Enterprise integrations, reports, and enhanced document review
  • Try for 60 Days
  • Purchase
  • RBCommons Review Board as a Service, hosted by us
  • Pricing
  • RBTools Command line tools and Python API for Review Board
  • Documentation
  • Release Notes
  • Review Bot Automated code review, connecting tools you already use
  • Documentation
  • Release Notes
  • RB Gateway Manage Git and Mercurial repositories in your network
  • Documentation
  • Release Notes
  • Learn and Explore
  • What is Code Review?
  • Documentation
  • Frequently Asked Questions
  • Support Options
  • Third-Party Integrations
  • Demo
  • Review Board RBTools Power Pack Review Bot Djblets RB Gateway
    1. Power Pack
    2. Features
    3. Repositories
    4. ClearCase Repositories
  • Home
  • Installation
  • Licenses
  • Managing Licensed Users
  • Features
  • Document Review
  • Setting Up Review for Office Documents
  • Reports
  • Repositories
  • AWS CodeCommit Support
  • Bitbucket Data Center Support
  • ClearCase Repositories
  • Keysight SOS Support
  • GitHub Enterprise Support
  • Azure DevOps Server / Team Foundation Server Support
  • Azure DevOps Services Support
  • Server Management
  • Database Import and Export
  • Distributed SSH Keys
  • Automating with Management Commands
  • Public Codebase Reference
  • General Index
  • Release Notes
  • ClearCase Repositories¶

    New in version 4.0.

    Power Pack adds support for HCL DevOps Code ClearCase (formerly HCL VersionVault) and enhanced support for IBM DevOps Code ClearCase repositories. This is an improvement over Review Board’s built-in ClearCase support, which is a legacy community-provided project and is limited both in functionality and support.

    Below, the term “ClearCase” refers to both “HCL ClearCase” as well as “IBM ClearCase”.

    Multiple ClearCase VOBs can be included in a single Review Board repository.

    Installing ClearCase Support¶

    Before you add the repository, you will need to make sure the cleartool command from the ClearCase client is present in your system path (or in a place accessible by your web server’s process). Using the new ClearCase tool also requires Review Board 4.0.5 or newer.

    Adding a Repository¶

    To configure a ClearCase repository, you’ll need to first create a view on the Review Board server with access to all of your desired VOBs. This must be either a snapshot or dynamic view.

    To create the repository entry in Review Board, select (None - Custom Repository) for the Hosting Service, and ClearCase for the Repository Type. Note that you must use the ClearCase repository type. The ClearCase (legacy) repository type refers to the legacy community-provided edition of ClearCase support.

    Under the Path field, enter the absolute path to your view. On Windows, this must include the drive letter.

    For example:

    /view/rbview
    M:\vobs\rbview
    

    Next, for ClearCase VOBs, you’ll need to enter the OID for each VOB you want included. To find the VOB OID, use this command (replacing <vobtag> with the tag of the VOB):

    $ cleartool lsvob -l <vobtag> | grep "family uuid"
    

    Copy the OIDs, and enter them in the field, one per line. For example:

    58a55679.ca1311eb.9c5d.52:54:00:7f:63:a5
    b25e48aa.d60511eb.838b.52:54:00:7f:63:a5
    2b2048ef.d60611eb.83af.52:54:00:7f:63:a5
    

    RBTools Support¶

    The RBTools command-line tools include support for posting changes for ClearCase with support for a variety of workflows. The cleartool command must be available on each system that you use RBTools on.

    See the rbt post documentation for more details on how to post changes for review using ClearCase.

    Keep up with the latest Review Board releases, security updates, and helpful information.

    About
    News
    Demo
    RBCommons Hosting
    Integrations
    Happy Users
    Support Options
    Documentation
    FAQ
    User Manual
    RBTools
    Administration Guide
    Power Pack
    Release Notes
    Downloads
    Review Board
    RBTools
    Djblets
    Power Pack
    Package Store
    PGP Signatures
    Contributing
    Bug Tracker
    Submit Patches
    Development Setup
    Wiki
    Follow Us
    Mailing Lists
    Reddit
    Twitter
    Mastodon
    Facebook
    YouTube
    Copyright © 2006-2026 Beanbag, Inc. All rights reserved.
    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

    • [Top]
    • Installing ClearCase Support
    • Adding a Repository
    • RBTools Support