." ." Copyright (c) 1991 by Sun Microsystems, Inc. ." ." @(#)codemgr.1 92/05/18 SMI ." .TH CODEMGR 1 "00/03/28 Sun WorkShop 6" .SH NAME codemgr \- The TeamWare "umbrella" command. .SH SYNOPSIS .B codemgr .RI [ " command " ] .SH DESCRIPTION .IX "CodeManager" "TeamWare" "codemgr" "" "\fBcodemgr\fP" .TP 7 Note: The .B man pages for TeamWare commands are referenced by specifying the individual command name. TeamWare was formerly known as CodeManager. The command .B man pages are listed in the .SM "SEE ALSO" section of this man page. .LP Like .SM SCCS commands, all TeamWare .SM CLI commands can be executed through a central "umbrella" command. The individual commands may also be executed directly by specifying the individual command name. The umbrella command named .B codemgr provides a unified method of execution that enables you to conveniently list TeamWare commands. .LP TeamWare commands can be listed along with their usage summaries by executing .B codemgr without specifying any arguments. You can achieve the same results by executing .B codemgr with the .B help subcommand. .LP To use the umbrella command to execute commands, type .B codemgr followed by the name of the subcommand you wish to execute. For example: .IP \fBexample% codemgr bringover -w my_child -p their_parent .\fP .LP Since using the .B codemgr umbrella command requires extra typing, you may also execute the commands directly (without typing .BR codemgr ")." For example: .IP \fBexample% bringover -w my_child -p their_parent .\fP .LP Parameter '.' means the whole workspace. .SS TeamWare SCCS Restrictions .LP Avoid using the sccs subcommands cdc, comb, fix, and rmdel in TeamWare workspaces. .LP Using these commands can alter SCCS history files in ways which will make them impossible for TeamWare to track. These commands also have undesirable side effects when used on files that exist in multiple workspaces that eventually may be merged. .TP 10 .B cdc Can cause unnecessary branching and confusing histories. .TP .B comb Completely rebuilds the SCCS history file. .TP .B fix A front-end for rmdel. .TP .B rmdel SCCS restricts the use of the rmdel command to remove only the most recent (leaf) delta on a branch. If you remove a delta that also exists in another workspace, it is possible that another user will add a delta in the other workspace. The delta that was removed in your workspace will no longer be a leaf delta when the files are merged. .SH USAGE .TP 12n .B help Specify the .B help subcommand to cause the .B codemgr command to list the TeamWare commands with a usage summary for each. You can achieve the same results by executing .B codemgr without specifying any arguments. .SH ENVIRONMENT .TP 25 .SM CODEMGR_PATH_ONLY TeamWare commands first search for other TeamWare binaries relative to where their own binary is located in the file system, they then search in the directories specified in the .SM PATH environment variable. Setting this variable causes TeamWare commands to search for other TeamWare binaries only in .SM PATH. .SH "SEE ALSO" .IR "Sun WorkShop TeamWare User's Guide" .LP .sp .nf bringover(1), def.dir.flp(1), dmake(1), freezept(1), putback(1), rcs2ws(1), resolve(1), teamware(1), twbuild(1), twfreeze(1), twmerge(1), twversion(1), workspace(1), ws_undo(1), access_control(4), args(4), children(4), conflicts(4), description(4), freezepointfile(4), history(4), locks(4), nametable(4), notification(4), parent(4), putback.cmt(4) .LP