Updating the baseline, tasks, and baseline projects for a project grouping

You can update the baseline, tasks, and the baseline projects for specified project groupings. If the process rule associated with the project grouping uses a search mode of latest baseline, the latest baseline matching the criteria that are specified on the process rule is evaluated and selected for the project grouping. The tasks that are specified by the associated process rule are used for the project grouping.

About this task

Synopsis for version 7.2:
ccm pg|project_grouping -ubt|-update_baseline_and_tasks 
        project_grouping_spec...
Synopsis for version 7.2.1:
ccm pg|project_grouping -ubt|-update_baseline_and_tasks [-bp|-baseline_projects]
    project_grouping_spec...
-bp|-baseline_projects
This option is available only in version 7.2.1. Specifies to update the baseline projects of the projects in the project groupings.
project_grouping_spec
Specifies the project groupings to be updated. See Project grouping specification for details.

Example

Version 7.2:
  • Update the baselines and tasks for the project grouping.

    ccm pg -ubt "All Base/1.0 Integration Testing Projects from Database G"

  • Update the baseline and tasks of a project grouping named My CM/7.0 Collaborative Development.

    ccm project_grouping -ubt "My CM/7.0 Collaborative Development"

Version 7.2.1:
  • Update the baselines and tasks for the project grouping.

    ccm pg -ubt "All Base/1.0 Integration Testing Projects from Database G"

  • Update the baseline, tasks, and baseline projects of a project grouping named My CM/7.0 Collaborative Development.

    ccm project_grouping -ubt -bp "My CM/7.0 Collaborative Development"


Feedback