." ." Copyright (c) 1991 by Sun Microsystems, Inc. ." ." @(#)args.4 1.5 92/03/03 SMI ." .TH ARGS 4 "01 December 1992" .SH NAME args \- TeamWare argument caching file .SH SYNOPSIS .B Codemgr_wsdata/args .LP .SH DESCRIPTION TeamWare was formerly known as CodeManager. To save users the trouble of specifying file and directory arguments every time the .B bringover and .B putback commands are used, the arguments are cached in the .IB cws /Codemgr_wsdata/args file. If .IR file , .I dir or .I flp (\fB-f\fP) arguments are not specified to subsequent invocations of .BR bringover , the arguments are taken from the .B args file as if they were specified on the command-line. The .B args file contains a list of file or directory names, specified exactly as they were on the command-line, one name per line. .LP The .B args file is maintained by the .B bringover and .B putback commands; they update the file whenever new arguments are specified that cause additional files to be copied. For example, if you create a workspace with the following command: .sp .in +3 \fBexample% bringover -w your_ws -p their_ws /usr/man/man1\fP .in -3 .sp the .B Codemgr_wsdata/args file in .B your_ws contains: .sp .in +3 .SM VERSION 1 .sp 0 /usr/man/man1 .in -3 .sp if you subsequently bring over .BR /usr/man4 : .sp .in +3 \fBexample% bringover -w my_ws -p their_ws /usr/man4\fP .in -3 .sp the args file is changed to contain: .sp .in +3 .SM VERSION 1 .sp 0 /usr/man1 .sp 0 /usr/man4 .in -3 .sp .LP Note that if no arguments are specified, and the .B Codemgr_wsdata/args file does not exist, .B bringover will report an error. .LP Users can edit the .B args file at any time to change its contents. .SH "SEE ALSO" .IR "Sun WorkShop TeamWare User's Guide" .LP .sp .nf bringover(1), codemgr(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), children(4), conflicts(4), description(4), freezepointfile(4), history(4), locks(4), nametable(4), notification(4), parent(4), putback.cmt(4) .LP