Setting the auto-update mode for a project grouping

You can define whether the baseline and tasks are automatically updated for specified project groupings. By default, when members of a project or project grouping are updated, the baseline and tasks for the project grouping are also updated. However, you can clear or set the auto-update feature.

About this task

ccm pg|project_grouping -au|-auto_update_baseline_and_tasks|-thaw 
        project_grouping_spec...
ccm pg|project_grouping -no_au|-no_auto_update_baseline_and_tasks|-freeze 
        project_grouping_spec...
-au|-auto_update_baselines_and_tasks|-thaw
Specifies that the project grouping always updates the baseline and tasks during an update operation.

However, dependency analysis is not done, and required tasks are not calculated. Updating the baseline and tasks gives you a way to add the exact set of tasks to a different project grouping.

-no_au|-no_auto_update_baselines_and_tasks|-freeze
Specifies that the project grouping always uses the saved baseline and tasks.
project_grouping_spec
Specifies the project groupings to be updated. See Project grouping specification for details.

Feedback