• 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. VersionVault and ClearCase Repositories
  • Home
  • Installation
  • Licenses
  • Managing Licensed Users
  • Features
  • PDF Document Review
  • Reports
  • Repositories
  • AWS CodeCommit Support
  • Bitbucket Server Support
  • Cliosoft SOS Support
  • GitHub Enterprise Support
  • Azure DevOps / Team Foundation Server Support
  • VersionVault and ClearCase Repositories
  • Visual Studio Team Services Support
  • Server Management
  • Database Import and Export
  • Distributed SSH Keys
  • Automating with Management Commands
  • General Index
  • Release Notes
  • VersionVault and ClearCase Repositories¶

    New in version 4.0.

    Power Pack adds support for HCL VersionVault and enhanced support for IBM ClearCase repositories. Review Board’s built-in ClearCase support is a community-provided project and is limited both in functionality and support.

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

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

    Installing VersionVault Support¶

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

    Adding a Repository¶

    To configure a VersionVault or 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 VersionVault / ClearCase for the Repository Type.

    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 VersionVault and 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 VersionVault and 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-2025 Beanbag, Inc. All rights reserved.

    Terms of Service — Privacy Policy — AI Ethics Policy — Branding

    On this page

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