1head 1.1; 2access ; 3symbols ; 4locks ; strict; 5comment @# @; 6 7 81.1 9date 2008.09.04.16.09.17; author austvik; state Exp; 10branches; 11next ; 12commitid 3XIAdD8FSh3Pitht; 13 14desc 15@@ 16 17 18 191.1 20log 21@initial checkin@ 22text 23@# Three different line formats are valid: 24# key -a aliases... 25# key [options] directory 26# key [options] directory files... 27# 28# Where "options" are composed of: 29# -i prog Run "prog" on "cvs commit" from top-level of module. 30# -o prog Run "prog" on "cvs checkout" of module. 31# -e prog Run "prog" on "cvs export" of module. 32# -t prog Run "prog" on "cvs rtag" of module. 33# -u prog Run "prog" on "cvs update" of module. 34# -d dir Place module in directory "dir" instead of module name. 35# -l Top-level directory only -- do not recurse. 36# 37# NOTE: If you change any of the "Run" options above, you'll have to 38# release and re-checkout any working directories of these modules. 39# 40# And "directory" is a path to a directory relative to $CVSROOT. 41# 42# The "-a" option specifies an alias. An alias is interpreted as if 43# everything on the right of the "-a" had been typed on the command line. 44# 45# You can encode a module within a module by using the special '&' 46# character to interpose another module into the current module. This 47# can be useful for creating a module that consists of many directories 48# spread out over the entire source repository. 49@ 50 51