Deleting a release

About this task

This subcommand deletes one ore more release definitions. To delete a release used by projects, files, folders or baselines, use the -force option. If the -force option is omitted, the command only succeeds if the release is only referenced by other releases or by process rules. If the release has any successor releases, the history for the release is collapsed. You must be in the build_mgr or ccm_admin role to use this subcommand.

ccm release -d|-delete [-force] release_spec...
-force
Specifies that the release should be deleted even if the release is referenced from objects other than releases or process rules. If projects or files use that release and -force is not specified, the deletion will fail.
release_spec
Specifies the releases to delete. See Release specification for details.

Example

About this task

  • Delete the release definition for sue/6.5, whether or not objects use the specified release.

    ccm release -delete -force sue/6.5


Feedback