annotate CVSROOT/taginfo @ 23:6daffd081b7e
Addition of the documentation
author |
friseb123 |
date |
Tue, 07 Oct 2003 20:02:22 +0000 |
parents |
391d4ae068d9 |
children |
|
rev |
line source |
root@1
|
1 # The "taginfo" file is used to control pre-tag checks.
|
root@1
|
2 # The filter on the right is invoked with the following arguments:
|
root@1
|
3 #
|
root@1
|
4 # $1 -- tagname
|
root@1
|
5 # $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
|
root@1
|
6 # $3 -- repository
|
root@1
|
7 # $4-> file revision [file revision ...]
|
root@1
|
8 #
|
root@1
|
9 # A non-zero exit of the filter program will cause the tag to be aborted.
|
root@1
|
10 #
|
root@1
|
11 # The first entry on a line is a regular expression which is tested
|
root@1
|
12 # against the directory that the change is being committed to, relative
|
root@1
|
13 # to the $CVSROOT. For the first match that is found, then the remainder
|
root@1
|
14 # of the line is the name of the filter to run.
|
root@1
|
15 #
|
root@1
|
16 # If the repository name does not match any of the regular expressions in this
|
root@1
|
17 # file, the "DEFAULT" line is used, if it is specified.
|
root@1
|
18 #
|
root@1
|
19 # If the name "ALL" appears as a regular expression it is always used
|
root@1
|
20 # in addition to the first matching regex or "DEFAULT".
|