annotate CVSROOT/modules @ 69:8febbfb1148c

KDiff3 0.9.89
author joachim99
date Mon, 10 Apr 2006 08:40:51 +0000
parents 391d4ae068d9
children
rev   line source
root@1 1 # Three different line formats are valid:
root@1 2 # key -a aliases...
root@1 3 # key [options] directory
root@1 4 # key [options] directory files...
root@1 5 #
root@1 6 # Where "options" are composed of:
root@1 7 # -i prog Run "prog" on "cvs commit" from top-level of module.
root@1 8 # -o prog Run "prog" on "cvs checkout" of module.
root@1 9 # -e prog Run "prog" on "cvs export" of module.
root@1 10 # -t prog Run "prog" on "cvs rtag" of module.
root@1 11 # -u prog Run "prog" on "cvs update" of module.
root@1 12 # -d dir Place module in directory "dir" instead of module name.
root@1 13 # -l Top-level directory only -- do not recurse.
root@1 14 #
root@1 15 # NOTE: If you change any of the "Run" options above, you'll have to
root@1 16 # release and re-checkout any working directories of these modules.
root@1 17 #
root@1 18 # And "directory" is a path to a directory relative to $CVSROOT.
root@1 19 #
root@1 20 # The "-a" option specifies an alias. An alias is interpreted as if
root@1 21 # everything on the right of the "-a" had been typed on the command line.
root@1 22 #
root@1 23 # You can encode a module within a module by using the special '&'
root@1 24 # character to interpose another module into the current module. This
root@1 25 # can be useful for creating a module that consists of many directories
root@1 26 # spread out over the entire source repository.