Updating project members

You can update project members from the directory or project level. Update uses the baseline and tasks of project groupings to find the candidates and selection rules to select appropriate object versions.

About this task

ccm u|update|update_members|reconf|reconfigure -p|-project 
            ([-ks|-keep_subprojects] | [-rs|-replace_subprojects])
            [-r|-recurse] [-v|-verbose] project_spec...
project_spec...
Specifies the projects to be updated. You can set project_spec to multiple projects. The project_spec takes the forms described in Project specification.
-ks|-keep_subprojects
Specifies to keep subprojects in their current place. If you do not specify
-keep_subprojects or -replace_subprojects, the default depends on how you have set replace_subproj.
-rs|-replace_subprojects
Specifies to replace subprojects with new subprojects. Subprojects are replaced only if the selection rules choose other versions of those subprojects. If you do not specify
-keep_subprojects or -replace_subprojects, the default depends on how you have set replace_subprojects.
-r|-recurse
Specifies to include subprojects.
-v|-verbose
Shows detailed undo update messages.

Example


Feedback