Copying a process to a new process

This subcommand copies the properties and process rules from a specified process to a new process.

Before you begin

You must be in the build_mgr or ccm_admin role to use this subcommand.

About this task

ccm process -cp|-copy -new [(-apr|-add_process_rule|
            -add_process_rules process_rule_spec)...] 
            [(-rpr|-remove_process_rule|-remove_process_rules 
            process_rule_spec)...] 
            process_spec new_process_spec
-apr|-add_process_rule|-add_process_rules process_rule_spec...
Specifies to add the process rules copied from the source process to the new process.
new_process_spec
Specifies the name of the process to create. See Process specification for details.
process_spec
Specifies the process to copy. See Process specification for details.
process_rule_spec
Specifies the process rule to copy. See Process rule specification for details.
-rpr|-remove_process_rule|-remove_process_rules process_rule_spec...
Specifies to remove the process rules in the source process before copying it to the new process.

Example


Feedback