The setactivity command sets or unsets a current activity for a view. The current activity is one whose change set records your current work. Each view can have no more than one current activity. Likewise, each activity can be set in no more than one view. When you check out an element, it is associated with the current activity.
Before resetting to another activity, the setactivity command determines whether any elements of the current activity are checked out in the view and, if so, issues a warning before proceeding.
You can set an activity for a view while the activity is being delivered, but the changes made to the activity are not delivered.
To clear the current activity, specify a new activity or use the –none option.
You cannot reset an integration activity that is in use as part of a deliver or rebase operation (nor can you clear it with –none).
When executed in a view that is associated with a project enabled for ClearQuest®, this command takes an activity-selector that is a ClearQuest record ID (for example, SAMPL123456) of an existing ClearQuest record. If the ClearQuest record is not already linked to an activity, the command causes an activity to be created and linked to the ClearQuest record.
You can specify an activity as a simple name or as an object selector of the form [activity]:name@vob-selector, where vob-selector specifies a project VOB (see the cleartool reference page). If you specify a simple name and the current directory is not a project VOB, this command assumes that the activity resides in the project VOB associated with the stream attached to the current view. If the current directory is a project VOB, that project VOB is the context for identifying the activity.
The UNIX system and Linux examples in this section are written for use in csh. If you use another shell, you may need to use different quoting and escaping conventions.
The Windows examples that include wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.
In cleartool single-command mode, cmd-context represents the UNIX system and Linux shells or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt.