The rmcomp command deletes a component object. Elements of the component and the VOB associated with the component are not deleted.
If a UCM project lists the component that you are attempting to delete, the warning Project project-name lists this component as a modified component is displayed. If you confirm the deletion (or use –force), the component is removed from the project's list of modifiable components.
The UNIX system and Linux examples in this section are written for use in csh. If you use another shell, you may need to use different quoting and escaping conventions.
The Windows examples that include wildcards or quoting are written for use in cleartool interactive mode. If you use cleartool single-command mode, you may need to change the wildcards and quoting to make your command interpreter process the command appropriately.
In cleartool single-command mode, cmd-context represents the UNIX system and Linux shells or Windows command interpreter prompt, followed by the cleartool command. In cleartool interactive mode, cmd-context represents the interactive cleartool prompt.
cmd-context rmcomp parser@/usr1/tmp/foo_project Remove component "parser@/usr1/tmp/foo_project"? [no] yes cleartool: Error: Cannot remove component that has baselines other than the initial baseline. cleartool: Error: Unable to remove component "parser@/usr1/tmp/foo_project".
cmd-context lsbl –component parser@/usr1/tmp/foo_project
2007-09-07T10:47:47 parser_INITIAL.109 bill "parser_INITIAL"
component: parser
2007-09-07T10:49:06 START.109 bill "START"
component: parser
cmd-context rmbl –f START.109@/usr1/tmp/foo_project
Removed baseline "START.109@/usr1/tmp/foo_project".
cmd-context rmcomp –f parser@/usr1/tmp/foo_project
Removed component "parser@/usr1/tmp/foo_project".