Copying a process to an existing process

About this task

This subcommand copies the properties and process rules from a specified process to another process. You must be in the build_mgr or ccm_admin role to use this subcommand.

ccm process -cp|-copy -existing [(-apr|-add_process_rule|
            -add_process_rules generic_process_rule_spec)...] 
            [(-rpr|-remove_process_rule|-remove_process_rules 
            generic_process_rule_spec)...] 
            from_process_spec to_process_spec
-apr|-add_process_rule|-add_process_rules generic_process_rule_spec...
Specifies to add the generic process rules copied from the source process before copying it to the existing process.
from_process_spec
Specifies the process to copy. You can set the from_process_spec specification to a single process. See Process specification for details.
to_process_spec
Specifies the process to be updated. You can set the to_process_spec specification to a single process. See "Process specification" for details.
-rpr|-remove_process_rule|-remove_process_rules generic_process_rule_spec...
Specifies to remove the generic process rules in the source process before copying it to the existing process.

Example

About this task

  • Copy the standard process to an existing process called custom, so that it uses the process rules for the standard process.

    ccm process -copy standard -existing custom


Feedback