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