Index: trunk/CVSROOT/cvswrappers |
— | — | @@ -0,0 +1,23 @@ |
| 2 | +# This file affects handling of files based on their names. |
| 3 | +# |
| 4 | +# The -t/-f options allow one to treat directories of files |
| 5 | +# as a single file, or to transform a file in other ways on |
| 6 | +# its way in and out of CVS. |
| 7 | +# |
| 8 | +# The -m option specifies whether CVS attempts to merge files. |
| 9 | +# |
| 10 | +# The -k option specifies keyword expansion (e.g. -kb for binary). |
| 11 | +# |
| 12 | +# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers) |
| 13 | +# |
| 14 | +# wildcard [option value][option value]... |
| 15 | +# |
| 16 | +# where option is one of |
| 17 | +# -f from cvs filter value: path to filter |
| 18 | +# -t to cvs filter value: path to filter |
| 19 | +# -m update methodology value: MERGE or COPY |
| 20 | +# -k expansion mode value: b, o, kkv, &c |
| 21 | +# |
| 22 | +# and value is a single-quote delimited value. |
| 23 | +# For example: |
| 24 | +#*.gif -k 'b' |
Property changes on: trunk/CVSROOT/cvswrappers |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 25 | + native |
Added: svn:keywords |
2 | 26 | + Author Date Id Revision |
Index: trunk/CVSROOT/editinfo |
— | — | @@ -0,0 +1,21 @@ |
| 2 | +# The "editinfo" file is used to allow verification of logging |
| 3 | +# information. It works best when a template (as specified in the |
| 4 | +# rcsinfo file) is provided for the logging procedure. Given a |
| 5 | +# template with locations for, a bug-id number, a list of people who |
| 6 | +# reviewed the code before it can be checked in, and an external |
| 7 | +# process to catalog the differences that were code reviewed, the |
| 8 | +# following test can be applied to the code: |
| 9 | +# |
| 10 | +# Making sure that the entered bug-id number is correct. |
| 11 | +# Validating that the code that was reviewed is indeed the code being |
| 12 | +# checked in (using the bug-id number or a seperate review |
| 13 | +# number to identify this particular code set.). |
| 14 | +# |
| 15 | +# If any of the above test failed, then the commit would be aborted. |
| 16 | +# |
| 17 | +# Actions such as mailing a copy of the report to each reviewer are |
| 18 | +# better handled by an entry in the loginfo file. |
| 19 | +# |
| 20 | +# One thing that should be noted is the the ALL keyword is not |
| 21 | +# supported. There can be only one entry that matches a given |
| 22 | +# repository. |
Property changes on: trunk/CVSROOT/editinfo |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 23 | + native |
Added: svn:keywords |
2 | 24 | + Author Date Id Revision |
Index: trunk/CVSROOT/rcsinfo |
— | — | @@ -0,0 +1,13 @@ |
| 2 | +# The "rcsinfo" file is used to control templates with which the editor |
| 3 | +# is invoked on commit and import. |
| 4 | +# |
| 5 | +# The first entry on a line is a regular expression which is tested |
| 6 | +# against the directory that the change is being made to, relative to the |
| 7 | +# $CVSROOT. For the first match that is found, then the remainder of the |
| 8 | +# line is the name of the file that contains the template. |
| 9 | +# |
| 10 | +# If the repository name does not match any of the regular expressions in this |
| 11 | +# file, the "DEFAULT" line is used, if it is specified. |
| 12 | +# |
| 13 | +# If the name "ALL" appears as a regular expression it is always used |
| 14 | +# in addition to the first matching regex or "DEFAULT". |
Property changes on: trunk/CVSROOT/rcsinfo |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 15 | + native |
Added: svn:keywords |
2 | 16 | + Author Date Id Revision |
Index: trunk/CVSROOT/commitinfo |
— | — | @@ -0,0 +1,15 @@ |
| 2 | +# The "commitinfo" file is used to control pre-commit checks. |
| 3 | +# The filter on the right is invoked with the repository and a list |
| 4 | +# of files to check. A non-zero exit of the filter program will |
| 5 | +# cause the commit to be aborted. |
| 6 | +# |
| 7 | +# The first entry on a line is a regular expression which is tested |
| 8 | +# against the directory that the change is being committed to, relative |
| 9 | +# to the $CVSROOT. For the first match that is found, then the remainder |
| 10 | +# of the line is the name of the filter to run. |
| 11 | +# |
| 12 | +# If the repository name does not match any of the regular expressions in this |
| 13 | +# file, the "DEFAULT" line is used, if it is specified. |
| 14 | +# |
| 15 | +# If the name "ALL" appears as a regular expression it is always used |
| 16 | +# in addition to the first matching regex or "DEFAULT". |
Property changes on: trunk/CVSROOT/commitinfo |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 17 | + native |
Added: svn:keywords |
2 | 18 | + Author Date Id Revision |
Index: trunk/CVSROOT/config |
— | — | @@ -0,0 +1,11 @@ |
| 2 | +# Set this to "no" if pserver shouldn't check system users/passwords |
| 3 | +#SystemAuth=no |
| 4 | + |
| 5 | +# Set `PreservePermissions' to `yes' to save file status information |
| 6 | +# in the repository. |
| 7 | +#PreservePermissions=no |
| 8 | + |
| 9 | +# Set `TopLevelAdmin' to `yes' to create a CVS directory at the top |
| 10 | +# level of the new working directory when using the `cvs checkout' |
| 11 | +# command. |
| 12 | +#TopLevelAdmin=no |
Property changes on: trunk/CVSROOT/config |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 13 | + native |
Added: svn:keywords |
2 | 14 | + Author Date Id Revision |
Index: trunk/CVSROOT/taginfo |
— | — | @@ -0,0 +1,20 @@ |
| 2 | +# The "taginfo" file is used to control pre-tag checks. |
| 3 | +# The filter on the right is invoked with the following arguments: |
| 4 | +# |
| 5 | +# $1 -- tagname |
| 6 | +# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d |
| 7 | +# $3 -- repository |
| 8 | +# $4-> file revision [file revision ...] |
| 9 | +# |
| 10 | +# A non-zero exit of the filter program will cause the tag to be aborted. |
| 11 | +# |
| 12 | +# The first entry on a line is a regular expression which is tested |
| 13 | +# against the directory that the change is being committed to, relative |
| 14 | +# to the $CVSROOT. For the first match that is found, then the remainder |
| 15 | +# of the line is the name of the filter to run. |
| 16 | +# |
| 17 | +# If the repository name does not match any of the regular expressions in this |
| 18 | +# file, the "DEFAULT" line is used, if it is specified. |
| 19 | +# |
| 20 | +# If the name "ALL" appears as a regular expression it is always used |
| 21 | +# in addition to the first matching regex or "DEFAULT". |
Property changes on: trunk/CVSROOT/taginfo |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 22 | + native |
Added: svn:keywords |
2 | 23 | + Author Date Id Revision |
Index: trunk/CVSROOT/modules |
— | — | @@ -0,0 +1,26 @@ |
| 2 | +# Three different line formats are valid: |
| 3 | +# key -a aliases... |
| 4 | +# key [options] directory |
| 5 | +# key [options] directory files... |
| 6 | +# |
| 7 | +# Where "options" are composed of: |
| 8 | +# -i prog Run "prog" on "cvs commit" from top-level of module. |
| 9 | +# -o prog Run "prog" on "cvs checkout" of module. |
| 10 | +# -e prog Run "prog" on "cvs export" of module. |
| 11 | +# -t prog Run "prog" on "cvs rtag" of module. |
| 12 | +# -u prog Run "prog" on "cvs update" of module. |
| 13 | +# -d dir Place module in directory "dir" instead of module name. |
| 14 | +# -l Top-level directory only -- do not recurse. |
| 15 | +# |
| 16 | +# NOTE: If you change any of the "Run" options above, you'll have to |
| 17 | +# release and re-checkout any working directories of these modules. |
| 18 | +# |
| 19 | +# And "directory" is a path to a directory relative to $CVSROOT. |
| 20 | +# |
| 21 | +# The "-a" option specifies an alias. An alias is interpreted as if |
| 22 | +# everything on the right of the "-a" had been typed on the command line. |
| 23 | +# |
| 24 | +# You can encode a module within a module by using the special '&' |
| 25 | +# character to interpose another module into the current module. This |
| 26 | +# can be useful for creating a module that consists of many directories |
| 27 | +# spread out over the entire source repository. |
Property changes on: trunk/CVSROOT/modules |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 28 | + native |
Added: svn:keywords |
2 | 29 | + Author Date Id Revision |
Index: trunk/CVSROOT/verifymsg |
— | — | @@ -0,0 +1,21 @@ |
| 2 | +# The "verifymsg" file is used to allow verification of logging |
| 3 | +# information. It works best when a template (as specified in the |
| 4 | +# rcsinfo file) is provided for the logging procedure. Given a |
| 5 | +# template with locations for, a bug-id number, a list of people who |
| 6 | +# reviewed the code before it can be checked in, and an external |
| 7 | +# process to catalog the differences that were code reviewed, the |
| 8 | +# following test can be applied to the code: |
| 9 | +# |
| 10 | +# Making sure that the entered bug-id number is correct. |
| 11 | +# Validating that the code that was reviewed is indeed the code being |
| 12 | +# checked in (using the bug-id number or a seperate review |
| 13 | +# number to identify this particular code set.). |
| 14 | +# |
| 15 | +# If any of the above test failed, then the commit would be aborted. |
| 16 | +# |
| 17 | +# Actions such as mailing a copy of the report to each reviewer are |
| 18 | +# better handled by an entry in the loginfo file. |
| 19 | +# |
| 20 | +# One thing that should be noted is the the ALL keyword is not |
| 21 | +# supported. There can be only one entry that matches a given |
| 22 | +# repository. |
Property changes on: trunk/CVSROOT/verifymsg |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 23 | + native |
Added: svn:keywords |
2 | 24 | + Author Date Id Revision |