You can specify the stream as a simple name or as an object selector of the form [stream:]name@vob-selector, where vob-selector specifies a project VOB (see the cleartool reference page). If you specify a simple name and the current directory is not a project VOB, this command assumes that the stream resides in the project VOB associated with the current view. If the current directory is a project VOB, that project VOB is the context for identifying the stream.
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 rmstream -f html_parser_int
cleartool: Error: Cannot remove stream that has a view
("html_parser_int_view") attached to it.
cleartool: Error: Unable to remove stream "html_parser_int".
cmd-context describe stream:html_parser_int
stream "html_parser_int"
created 2007-09-11T11:27:01 by JFMuggs
owner: jfm
group: user
project: html_parser
title: html_parser_int
contains activities:
foundation baselines:
views:
html_parser_int_view
Guarding: brtype:html_parser_int@/usr1/tmp/foo_project
cmd-context rmview -tag html_parser_int_view
Removing references from VOB "/usr1/tmp/foo_project" ...
Removed references to view "/net/propane/usr1/tmp/html_parser_int.vws"
from VOB "/usr1/tmp/foo_project".
cmd-context rmstream -f html_parser_int
Removed stream "html_parser_int".