DFCommandsDoc.tioga
Russ Atkinson (RRA) January 21, 1985 10:18:32 pm PST
DFCommands
CEDAR 6.0 — FOR INTERNAL XEROX USE ONLY
DFCommands Documentation
The BringOver, SModel, and VerifyDF commands
Russ Atkinson
© Copyright 1985 Xerox Corporation. All rights reserved.
Abstract: DFCommands provides a Commander-style interface to three common DF functions: BringOver, SModel, and VerifyDF. Various options are available through switches.
Keywords: DFCommands, BringOver, SModel, VerifyDF, DF files
XEROX  Xerox Corporation
   Palo Alto Research Center
   3333 Coyote Hill Road
   Palo Alto, California 94304

For Internal Xerox Use Only
1. BringOver
syntax
BringOver switchOrFile*
-b (origin: derived) - accept only derived files (*.bcd, *.boot, *.press, *.signals)
-f (action: fetch) - force the actual transfer of the accepted files
-o (selected files) - accept only the files following the -o switch up to the last file specified or the -x switch (the last file listed OR the file following the -x switch is the DF file)
-p (access: public) - accept only exported files
-r (reference: imported) - accept only imported files
-s (origin: source) - accept only non-derived files
-v (action: check) - check existence on server (more expensive)
-w (reference: defining) - accept only files directly listed in the DF file (not imports)
-x (execute) - start execution with the next file (useful after the -o switch when used on multiple files)
description
BringOver is the command used to bring the files listed in a list of DF files into the local naming environment. BringOver normally works by making attachments in the current working directory to the files described by the specified DF files. The switches mostly govern the filters used, but -f can also be used to force fetching of the files.
examples
BringOver -p /Indigo/Cedar6.0/Top/DFCommands.df
takes the exported files specified by /Indigo/Cedar6.0/Top/DFCommands.df and creates local attachments for them in the current working directory
BringOver Rope -p IO
takes all files described by Rope.df and the exported files described by IO.df and creates local attachments for them in the current working directory
BringOver -o RopeDoc.tioga Rope
takes the version of RopeDoc.tioga described by Rope.df and creates a local attachment for it in the current working directory
2. SModel
syntax
SModel switchOrFile*
-d (Check on server: no)
-n (Store changed files: no)
description
SModel is the command used to store changes to the set of files described by the specified DF files. Normal users should avoid giving any switches, since using them can cause inconsistencies in the DF files.
examples
SModel Foo
stores the changed version of files described by Foo.df to the remote server given in Foo.df, and stores the updated version of Foo.df as well
SModel Foo Bar
stores the changed version of files described by Foo.df and Bar.df to the remote server(s) given in Foo.df and Bar.df, and stores the updated version of Foo.df and Bar.df as well
3. VerifyDF
syntax
VerifyDF file*
description
VerifyDF is the command used to check the specified DF files for consistency. VerifyDF that each of the specified DF files has been SModel'd before being checked.