rcsinfo -- CVS---Concurrent Versions System



Next: cvsignore Prev: loginfo Up: Administrative files Top: Top

Rcsinfo

The rcsinfo file can be used to specify a form to edit when filling out the commit log. The rcsinfo file has a syntax similar to the editinfo, commitinfo and loginfo files. See syntax. Unlike the other files the second part is not a command-line template. Instead, the part after the regular expression should be a full pathname to a file containing the log message template.

If the repository name does not match any of the regular expressions in this file, the `DEFAULT' line is used, if it is specified.

All occurances of the name `ALL' appearing as a regular expression are used in addition to the first matching regular expression or `DEFAULT'.

The log message template will be used as a default log message. If you specify a log message with `cvs commit -m message' or `cvs commit -f file' that log message will override the template.

See editinfo example, for an example rcsinfo file.

Note: when CVS is accessing a remote repository, rcsinfo will be run on the remote (i.e., server) side, not the client side (see Remote repositories).



Next: cvsignore Prev: loginfo Up: Administrative files Top: Top