Annotation of CVSROOT/modules, revision 1.1
1.1 ! cvs 1: # Three different line formats are valid:
! 2: # key -a aliases...
! 3: # key [options] directory
! 4: # key [options] directory files...
! 5: #
! 6: # Where "options" are composed of:
! 7: # -o prog Run "prog" on "cvs checkout" of module.
! 8: # -e prog Run "prog" on "cvs export" of module.
! 9: # -s status Assign a status to the module.
! 10: # -t prog Run "prog" on "cvs rtag" of module.
! 11: # -d dir Place module in directory "dir" instead of module name.
! 12: # -l Top-level directory only -- do not recurse.
! 13: #
! 14: # NOTE: If you change any of the "Run" options above, you'll have to
! 15: # release and re-checkout any working directories of these modules.
! 16: #
! 17: # And "directory" is a path to a directory relative to $CVSROOT.
! 18: #
! 19: # The "-a" option specifies an alias. An alias is interpreted as if
! 20: # everything on the right of the "-a" had been typed on the command line.
! 21: #
! 22: # You can encode a module within a module by using the special '&'
! 23: # character to interpose another module into the current module. This
! 24: # can be useful for creating a module that consists of many directories
! 25: # spread out over the entire source repository.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>