What is the difference between Full baseline and Incremental baseline in Clearcase UCM?

It will contain all changes. Except an incremental baselines will compute those changes by adding: unique modifications introduced by the few changes (that is what an “incremental baseline” is: a label set only on the new versions since the previous baseline) all the other changes already references by the previous baselines up to a full … Read more

Python and ClearCase setview

I wouldn’t recommend setting a view, because setview itself spawn a new process. I really prefer working with /view/viewTag/aVob/… after starting the view (cleartool startview viewTag ) The “spawn process” issue makes the all thing too complex in my opinion, and explains why you have technotes like: “Setting into a view from a shell script … Read more

What are the basic clearcase concepts every developer should know? [closed]

Core concepts? centralized(-replicated) VCS: ClearCase is halfway between the centralized VCS world (one or several “centralized” repos or VOBS – Version Object Bases – every developer must access to commit) and the distributed VCS world. But it also supports a “replicated” mode allowing you to replicate a repo in a distant site (MultiSite ClearCase), sending … Read more