chproject

Modifies a UCM project

APPLICABILITY


Product

Command Type

ClearCase


cleartool subcommand


ClearCase LT


cleartool subcommand


Platform

UNIX


Windows

SYNOPSIS

chproj·ect [ -c·omment comment | -cfi·le pname | -cq·uery | -cqe·ach | -nc·omment ]

{
[ -amo·dcomp component-selector[,...] ] [ -dmo·dcomp component-selector[,...] ]
[ -to to-folder-selector ] [ -reb·ase_level promotion-level ]
[ -pol·icy policy-keyword[,...] ] [ -npo·licy policy-keyword[,...] ]
[ -spo·licy policy-keyword[,...] ]
[ -crm·enable ClearQuest-user-database-name | -ncr·menable ]
}
project-selector
...

DESCRIPTION

The chproject command modifies one or more UCM projects in the following ways:

For information about changing the project's name, see rename.

Adding Modifiable Components

Over time, a project's scope can expand, and you may need to add modifiable components to the project. The -amodcomp option allows you to add one or more modifiable components. For the streams in the project to capture the changes in component modifiability, do one of two things:

Converting Components from Modifiable to Read-Only

If you made some components modifiable when you set up a project and later change your mind, the -dmodcomp option allows you to remove one or more components from the project's modifiable component list. A component cannot be removed from the list if any changes have been made to it in the project. Before performing this operation, verify that no development stream has changes to the component. A warning is issued if any of the following is true:

After you convert the components to read-only, reconfigure the views or streams as needed. See instructions in Adding Modifiable Components.

Setting Required Promotion Levels for Recommended Baselines

A project's rebase level is the minimum promotion level a baseline must have in order to be recommended by a stream in the project. For example, if Project A has three promotion levels- REJECTED, TESTED, and RELEASED (in ascending order)-and TESTED is the rebase level, the latest baselines labeled TESTED or RELEASED can be recommended by a stream with chstream -recommended -default. See rebase and setplevel for more information.

Using Rational ClearQuest with UCM Projects

You can link or unlink a UCM project to a ClearQuest database with the -crmenable or -ncrmenable options. When you enable ClearQuest for a UCM project that contains UCM activities, then for each UCM activity, a ClearQuest record of type UCMUtilityActivity is created and linked to the activity. This process is called activity migration. If you disable a link to ClearQuest from a UCM project that contains activities, all its activities are unlinked from their ClearQuest records.

The -crmenable and -ncrmenable options display a summary of the number of activities that have been migrated or unlinked.

In MultiSite, you are informed if activities cannot be migrated or linked because they are not mastered in the current UCM project VOB replica. If there are any, they are listed along with a list of replicas from which to run the command again to correct the problem.

You can also use the -crmenable and -ncrmenable options to check for possible linking errors. If you believe that your project enabled for ClearQuest may contain activities that are not linked to a ClearQuest record, run chproject -crmenable. This operation scans all activities in the project, migrating all activities that are not linked. To check for linked activities in projects that have been disabled for use with ClearQuest, run chproject -ncrmenable. This operation removes links between activities as needed. See Managing Software Projects for more information.

RESTRICTIONS

Identities: You must have one of the following identities:

Locks: An error occurs if there are locks on any of the following objects: the project, the UCM project VOB.

Mastership: (Replicated VOBs only) Your current replica must master the project.

OPTIONS AND ARGUMENTS

EVENT RECORDS AND COMMENTS. Default: Creates one or more event records, with commenting controlled by your .clearcase_profile file (default: -cq). See the comments reference page. Comments can be edited with chevent.

-c·omment comment | -cfi·le comment-file-pname |-cq·uery | -cqe·ach | -nc·omment

Overrides the default with the option you specify. See the comments reference page.
ADDING TO THE LIST OF MODIFIABLE COMPONENTS FOR A PROJECT. Default: None.
-amo·dcomp component-selector[,... ]

Adds one or more components to the project's set of modifiable components.
component-selector is of the form [component:]component-name[@vob-selector], where vob-selector specifies the component's project VOB.
REMOVING FROM THE LIST OF MODIFIABLE COMPONENTS FOR A PROJECT. Default: None.

-dmo·dcomp component-selector[,... ]
Removes one or more components from the project's set of modifiable components.

component-selector is of the form [component:]component-name[@vob-selector], where vob-selector specifies the component's project VOB.

MOVING THE PROJECT TO ANOTHER FOLDER. Default: None.

-to to-folder-selector

Moves one or more projects to the specified folder. The to-folder and project must have the same UCM project VOB.
folder-selector is of the form [folder:]folder-name[@vob-selector], where vob-selector specifies the folder's project VOB.

CHANGING THE RECOMMENDED PROMOTION LEVEL FOR A REBASE OPERATION. Default: None.

-reb·ase_level promotion-level

Changes the promotion level required for baselines to be recommended by a stream in the project. For each component, the latest baseline in the integration stream at or above this promotion level is recommended.

SETTING PROJECT POLICY. Default: None.

-pol·icy policy-keyword

Enables the specified policy. For information about project policies, see mkproject.
-npo·licy policy-keyword

Disables the specified policy. For information about project policies, see mkproject.
-spo·licy policy-keyword

Allows the specified policy to be enabled or disabled by individual streams. For information about project policies, see mkproject.
LINKING A PROJECT TO RATIONAL CLEARQUEST. Default: No linking.
-crm·enable ClearQuest-user-database-name

Enables a link from the project to the specified Rational ClearQuest database. The schema of the ClearQuest database must be enabled for UCM, and your system must be configured for the correct schema repository.
-ncr·menable

Disables use of Rational ClearQuest for the specified project.

SELECTING A PROJECT. Default: None.

project-selector ...

Specifies one or more projects to modify.
project-selector is of the form [project:]project-name[@vob-selector], where vob-selector specifies the project's project VOB.

EXAMPLES

The UNIX 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 shell or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt. In Attache, cmd-context represents the workspace prompt.

NOTE: In the UNIX examples that follow, arguments and output that show multicomponent VOB tags are not applicable to ClearCase LT, which recognizes only single-component VOB tags. In this manual, a multicomponent VOB tag is by convention a two-component VOB tag of the form /vobs/vob-tag-leaf-for example, /vobs/src. A single-component VOB tag consists of a leaf only-for example, /src. In all other respects, the examples are valid for ClearCase LT.

SEE ALSO

chbl, deliver, lscomp, lsproject, mkproject, mkcomp, rebase, rmproject