#   -u prog    Run "prog" on "cvs update" of module.

( "prog"  ''cvs update" )

#   -d dir     Place module in directory "dir" instead of module name.

(      "dir",     )

#   -1         Top-level directory only -- do not recurse.

("     --  )
4t

# And "directory" is a path to a directory relative to $CVSROOT.

[W. "" -     $CVSROOT)
t
t The "-a" option specifies an alias. An alias is interpreted as if

# everything on the right of the "-a" had been typed on the command line.
( "-"  .   ,
     "-"    .)

#

#

# You can encode a module within a module by using the special '&'

# character to interpose another module into the current module. This

#ft can be useful for creating a module that consists of many directories

# spread out over the entire source repository.

(    '&'     ,
      .   
   ,     ,
   .)

# Convenient aliases     ( )
world      -a .

# CVSROOT support; run mkmodules whenever anything changes.

( CVSROOT;  - ,  mkmodules)
CVSROOT -i mkmodules CVSROOT
modules -i mkmodules CVSROOT modules
loginfo -i mkmodules CVSROOT loginfo
commitinfo -i mkmodules CVSROOT commitinfo
rcsinfo -i mkmodules CVSROOT rcsinfo
editinfo -i mkmodules CVSROOT editinfo

# Add other modules here...     (   )

testgen testgen
testdatal testdatal
testdata2 testdata2
testdata3 testdata3
testdata4 testdata4
testcode testgen/_code
cvs cvs

         
 . ,     world  -
  CVS:

world      -a .

  CVS     ,   , 
      (, ,   
):

$ cvs checkout world

 27.                                          861