Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 668735
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:04:26+00:00 2026-05-14T00:04:26+00:00

So far I’ve been using SVN, and now is in need to pick up

  • 0

So far I’ve been using SVN, and now is in need to pick up ClearCase quickly, from developer’s perspective. Is there any good resource for this? Thanks.

— add on —
Is there a map between SVN’s concepts/terminologies (i.e. repository, working copy, trunk, branch, tag, checkout, commit, update, revert) with CC’s? Base on initial reading I came out with the following.

Repository => VOB?
Working copy => Snapshot view?
Trunk => ??
Branch => Integration stream? development stream?
Tag => Label? Baseline?
Checkout from repo as working copy => Checkout from VOB as snapshot view?
Commit from working copy into repo => Checkin from snapshot view into VOB?
Update => Rebase?
Revert => ??
?? => Deliver

AFAIK CC has its own unique concepts, thus I can’t tell the nearest map.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T00:04:26+00:00Added an answer on May 14, 2026 at 12:04 am

    You can start by reading my SO answers:

    • What are the basic clearcase concepts every developer should know?
    • ClearCase advantages/disadvantages
    • How to Leverage Clearcase’s features

    The two main differences you need to be aware of is:

    • ClearCase is file-centric, not repository centric, meaning you get read-only files you need to checkout one-by-one to be able to modify, (and you “commit” (checkin) one by one as well): no global workspace revision here

    • ClearCase consider branching as true metadata, and not as a “directory” with a cheap copy in it: there is non “directory” with the name of a branch in it.


    That being said, quickly:

    • Repository => VOB:
      Yes: VOB is just another term for repo (Versioned Object base). It is not a SQL database, but an old Atria flat files base.

    • Working copy => Snapshot view?
      Snapshot view is the closest access mechanism from a working copy, since it copies files on your hard drive.
      Dynamic view achieve the same access to a working copy… without copying anything on your hard drive, which is interesting for quick consultation purpose.

    • Trunk => ??
      “main“: that is the main branch in ClearCase (every element — file or directory — in ClearCase has at least one version on “main”), but actually there is no trunk except the one branch you choose as trunk.

    • Branch => Integration stream? development stream?
      A stream is not a branch. It is a metadata with the list of labels (baselines) you need to work. At that is, only if you chooses to use UCM. Otherwise, a branch is any branch you can create without UCM (mkbranch myBranch).
      A stream can serve as a pattern to create a branch named after it: any checkout you make within an UCM view (a view configured automatically after a Stream) will create a branch named after its stream.

    • Tag => Label? Baseline?
      First a tag is not a directory with a cheap copy like UCM.
      It is a label applied on any version you need to be referenced by it.
      The difference between a label (non-UCM) and a baseline (UCM) is that a Baseline is a label applied on all files of a (UCM) component (group of files), whereas a label can be applied on any element of your choice, like only a subset of a given group of file.

    • Checkout from repo as working copy => Checkout from VOB as snapshot view?
      Almost, but the right term for snapshot view is “update”.
      For a dynamic view, you don’t even need an update (or svn checkout), since the view is … dynamic: you just see the right working copy through the network instantly. It is just another access mechanism.

    • Commit from working copy into repo => Checkin from snapshot view into VOB?
      Not quite, since a commit will concern all modified files, while a checkin will be file-by-file (even though ClearCase 7.1.1 has introduced the notion of “atomic checkin”: see checkin man page).

    • Update => Rebase?
      Nope: means update in snapshot view (an nothing in dynamic view since it is dynamic: any changes made in another view with similar selection rule will be visible instantly in your view)
      Rebase is an UCM merge being done being a branch from a parent stream to a branch from a child stream. In the end, it is just a merge.

    • Revert => ??
      Not trivial… It is a substractive merge.

    • ?? => Deliver
      Deliver and Rebase are just merges between branch “source” and branch “destination”:
      The only advantage being you can “see” your merge workflow in advance be defineing a hierarchy of streams (which are nothing but a list of labels), knowing that any merge between:

      • branch from a child stream to a parent stream will be a “deliver”
      • branch from a parent stream to a child stream will be a “rebase”
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So far I have only been updated a view from within its controller. I
So far I have been using in tutorials, examples and sample code only packages
So far I've been setting up redirects for single pages on my ASP.NET site
So far I know that FileSystemWatcher can look into a folder and if any
As far as my understanding after reading and researching, the purpose of using salt
As far as I know there is no way to migrate existing Facebook comments
So far I've got: :notice :alert :error but is there definitive list, that can
As far as I remember, in pure W3C event model (that means, using addEventListener),
So far i wrote a code to download a file from ftp server then
So far I have not been able to find an answer, but I wanted

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.