GNU Info

Info Node: (cvsbook.info)commitinfo

(cvsbook.info)commitinfo


Next: config Prev: checkoutlist Up: Repository Administrative Files
Enter node , (file) or (file)node

commitinfo
----------

Specifies programs to run at commit time, based on what's being
committed.  Each line consists of a regular expression followed by a
command template:

     REGULAR_EXPRESSION PROGRAM [ARGUMENTS]

The PROGRAM is passed additional arguments following any arguments you
may have written into the template.  These additional arguments are the
full path to the repository, followed by the name of each file about to
be committed.  These files can be examined by PROGRAM; their contents
are the same as those of the working copy files about to be committed.
If PROGRAM exits with nonzero status, the commit fails; otherwise, it
succeeds.  (See also Note: Shared Syntax earlier in this chapter.)


automatically generated by info2www version 1.2.2.9