cleartool edcs
The view config spec is opened in your default text editor.
load vob-tag/element-path
load name-of-component
load component-name [ path ... ]
For example, the rule "load /gui_vob" loads the /gui_vob component and all the files and directories it catalogs. To limit the scope of this load rule to a subordinate tree within the component, add the subordinate tree path. For example, the rule "load /gui_vob/batch/calc" loads the subordinate tree starting from the calc directory. You can use a load rule to specify a single file. For example, the rule "load /gui_vob/make/include.h" loads only the file include.h from the make directory.
load vob-tag/element-path [...]
For example, the rule "load /gui_vob" loads all files and directories in the VOB named /gui_vob. The rule "load /gui_vob/batch" loads only the batch directory recursively.
Load rules with a broader scope override rules with a narrower scope. For example, if your config spec contained "load /gui_vob" and "load /gui_vob/batch/calc", the entire /gui_vob VOB (in base ClearCase) or component (in UCM) is loaded.
No practical limit is imposed on the number of load rules you can use for any one view.