To create a directory structure on UNIX, your integration view must be set to an activity. In the section Creating and Setting UCM Activities (UNIX Only) you create an activity "create_directories" and this activity is used when creating the directory structure for the denali_release project.
cleartool co -co "Creating directory structure" your-username_elements_vob
co is the short form of the checkout command.
-co is the short form of the -comment option.
The system's response is similar to the following:
Created branch "denali_release_integration" from "fhembert_element_vob" version "/main/denali_release_integration/0" Checked Out "fhembert_element_vob" from version "/main/denali_release_integration/0" Attached activities: activity:create_directories@/var/tmp/fhembert_cctut_ucm_pvob "Create Directories"
cleartool mkelem -co "Prototype directory" -eltype directory design
The mkelem command creates an element.
The -eltype option, meaning element type, specifies that the element to be created is a directory.
design is the name of the directory to be created.
The system's response is similar to the following:
Created element "design" (type "directory") Created branch "denali_release_integration" from "design" version "/main/0". Checked out "design" from version "/main/denali_release_integration/0". Attached activities: activity:create_directories@/var/tmp/fhembert_cctut_ucm_pvob "Create Directories"
ClearCase® leaves the directories checked out, so you need to check them in.
So far, you have completed the following tasks:
Your next, and final, task is to define an integration baseline so that UCM developers can join the UCM project.