Sun WorkShop TeamWare 2.1 User's Guide

TeamWare Configuring Command-Line Interface

The TeamWare Configuring CLI is accessible from any Solaris shell. The CLI is useful when you are not working on a window-based system.

Like SCCS commands, all CLI commands may be executed through a central "umbrella" command. The individual commands may also be executed directly by specifying the individual command name.

The umbrella command codemgr lets you list Configuring commands. You can list Configuring commands with their use summaries by typing codemgr without specifying any arguments. You can achieve the same results by typing codemgr with the help subcommand.


example% codemgr
			bringover ...
			codemgrtool
			help	
			putback ...
			resolve ...
			ws_undo ....
			workspace ....

To use the umbrella command to execute commands, type codemgr followed by the name of the subcommand you wish to execute. For example:

% codemgr bringover -w my_child -p their_parent /usr/ws/project

You can also execute the commands directly (without typing codemgr). For example:

% bringover -w my_child -p their_parent /usr/ws/project


Note -

You must use the individual command name when you access TeamWare man pages.


TeamWare provides several ways to reduce typing long command-lines, including environment variables and argument files that store previously specified arguments. See the respective man pages for details.