Develop and Download Open Source Software

Browse CVS Repository

Contents of /geeklogjp/CVSROOT/modules

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (show annotations) (download)
Sat Sep 23 02:30:41 2006 UTC (17 years, 6 months ago) by taca
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -0 lines
Add a CVS's keyword; $Id$.

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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26