[NEW] Initial Revision
[obnox/ohloh/ohloh_scm.git] / test / repositories / cvs / CVSROOT / taginfo,v
1 head     1.1;
2 access   ;
3 symbols ;
4 locks    ; strict;
5 comment  @# @;
6
7
8 1.1
9 date     2006.06.29.16.19.58;  author robin;  state Exp;
10 branches;
11 next     ;
12 kopt   kv;
13 deltatype   text;
14 permissions     664;
15
16 desc
17 @@
18
19
20
21 1.1
22 log
23 @initial checkin@
24 text
25 @# The "taginfo" file is used to control pre-tag checks.
26 # The filter on the right is invoked with the following arguments:
27 #
28 # $1 -- tagname
29 # $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
30 # $3 -- repository
31 #
32 # The filter is passed a series of filename/version pairs on its standard input
33 #
34 # A non-zero exit of the filter program will cause the tag to be aborted.
35 #
36 # The first entry on a line is a regular expression which is tested
37 # against the directory that the change is being committed to, relative
38 # to the $CVSROOT.  For the first match that is found, then the remainder
39 # of the line is the name of the filter to run.
40 #
41 # If the repository name does not match any of the regular expressions in this
42 # file, the "DEFAULT" line is used, if it is specified.
43 #
44 # If the name "ALL" appears as a regular expression it is always used
45 # in addition to the first matching regex or "DEFAULT".
46 @
47