root@1: # Three different line formats are valid: root@1: # key -a aliases... root@1: # key [options] directory root@1: # key [options] directory files... root@1: # root@1: # Where "options" are composed of: root@1: # -i prog Run "prog" on "cvs commit" from top-level of module. root@1: # -o prog Run "prog" on "cvs checkout" of module. root@1: # -e prog Run "prog" on "cvs export" of module. root@1: # -t prog Run "prog" on "cvs rtag" of module. root@1: # -u prog Run "prog" on "cvs update" of module. root@1: # -d dir Place module in directory "dir" instead of module name. root@1: # -l Top-level directory only -- do not recurse. root@1: # root@1: # NOTE: If you change any of the "Run" options above, you'll have to root@1: # release and re-checkout any working directories of these modules. root@1: # root@1: # And "directory" is a path to a directory relative to $CVSROOT. root@1: # root@1: # The "-a" option specifies an alias. An alias is interpreted as if root@1: # everything on the right of the "-a" had been typed on the command line. root@1: # root@1: # You can encode a module within a module by using the special '&' root@1: # character to interpose another module into the current module. This root@1: # can be useful for creating a module that consists of many directories root@1: # spread out over the entire source repository.