Comparing baselines

About this task

This subcommand compares two baselines.

ccm baseline -compare [-tasks] [-objects] [-projects] [-change_requests]
             baseline_spec1 baseline_spec2
baseline_spec1
Specifies the first baseline to be compared. For more information, see Baseline specification.
baseline_spec2
Specifies the second baseline to be compared. For more information, see Baseline specification.
-cr|-change_request|-change_requests
Specifies that the baseline comparison should include details about change requests (CRs) that are partially included and fully included in the two baselines.
The default format is %displayname: %problem_synopsis.
-objects
Specifies to include a comparison of object members in the baseline.
-projects
Specifies to include a comparison of the projects between the two baselines.
-tasks
Specifies to include a comparison of the tasks between the two baselines.

Example

About this task

  • Compare the projects that are in a baseline named 20020401_1 and a baseline named 20020401_2.

    ccm baseline -compare 20020401_1 20020401_2 -projects


Feedback