C.5 TaginfoThe `taginfo' file defines programs to execute when someone executes atag or rtag
command. The `taginfo' file has the standard form
for administrative files (see section C.3.1 The common syntax),
where each line is a regular expression
followed by a command to execute. The arguments passed
to the command are, in order, the tagname,
operation (add for tag,
mov for tag -F, and del for
tag -d), repository, and any remaining are
pairs of filename revision. A non-zero
exit of the filter program will cause the tag to be
aborted.
Here is an example of using the `taginfo' file
to log
Where `/usr/local/cvsroot/CVSROOT/loggit' contains the following script:
This document was generated by Frank Budszuhn on 10/28/2004 using slightly modified texi2html |