· ClearCase is a program for software configuration management and version control of all types of files & directories (elements).
· It enables parallel development on geographically distributed sites.
· ClearCase runs in both Unix and Windows. There is two interfaces in UNIX, command line (CLI) and graphical (GUI).
· It enables access to files and directories as usual, but if you would like to change elements you must use ClearCase.
· The method to work with elements is check-out/edit/check-in.
· A VOB (Version Object Base) is a database (repository) that stores version-controlled elements, such as source files, binary files, directories etc.
· You must mount a VOB (make a connection) before accessing the elements in it.
· A VOB can be mounted on some or all workstations. A project can have more than one VOB.
· ClearCase protects files in the VOB from accidental modification, thereby all the elements is stored as read-only.
· Each VOB must have a descriptive name, called a VOB-tag. When accessing elements or working with VOBs, you use the VOB-tag. When listing VOBs you see the tag and the storage path like this:
/vobs/cc_vobtest /net/wrnsg03/export/vobs/vob1/cc_vobtest.vbs
VOB-tag Storage path