Creating and Setting UCM Activities (Linux and UNIX)
Before you can create a directory structure and add the elements under DevOps Code ClearCase® source control, you need to to create and set a UCM activity.
To accomplish this, you perform the following tasks:
- Set your integration view if it is a dynamic view using the cleartool setview command.
- Create an activity using the cleartool mkactivity command.
The following sections guide you in creating a UCM activity.
Try it!
- The first task is to set your integration view. At the system
prompt of a terminal window, type:
cleartool setview your-username_denali_release_integration
- The activity you are going to create is one for creating
a directory. To create the activity create_directories, type the following
command:
cleartool mkactivity -headline "Create directories" create_directories
The system's response is similar to the following:
Created activity "create_directories" Set activity "create_directories" in view "fhembert_denali_release_integration".