Manual browser: cvs(5)
cvs(5) | File Formats Manual | cvs(5) |
NAME
cvs - Concurrent Versions System support filesNOTE
This documentation may no longer be up to date. Please consult the Cederqvist (CVS Manual) as specified in cvs(1).SYNOPSIS
- $CVSROOT/CVSROOT/commitinfo,v
- $CVSROOT/CVSROOT/cvsignore,v
- $CVSROOT/CVSROOT/cvswrappers,v
- $CVSROOT/CVSROOT/editinfo,v
- $CVSROOT/CVSROOT/history
- $CVSROOT/CVSROOT/loginfo,v
- $CVSROOT/CVSROOT/modules,v
- $CVSROOT/CVSROOT/rcsinfo,v
- $CVSROOT/CVSROOT/taginfo,v
DESCRIPTION
cvs is a system for providing source control to hierarchical collections of source directories. Commands and procedures for using cvs are described in cvs(1).FILES
- modules
-
The `modules' file records your definitions of names for collections of source code. cvs will use these definitions if you use cvs to check in a file with the right format to ` $CVSROOT/CVSROOT/modules,v'.
mname [ options ] dir [ files... ] [ &module... ]
m4test unsupported/gnu/m4 foreach.m4 forloop.m4
- commitinfo, loginfo, rcsinfo, editinfo
-
These files all specify programs to call at different points in the ` cvs commit' process. They have a common structure. Each line is a pair of fields: a regular expression, separated by whitespace from a filename or command-line template. Whenever one of the regular expression matches a directory name in the repository, the rest of the line is used. If the line begins with a # character, the entire line is considered a comment and is ignored. Whitespace between the fields is also ignored.
- cvsignore, .cvsignore
- The default list of files (or sh(1) file name patterns) to ignore during ` cvs update'. At startup time, cvs loads the compiled in default list of file name patterns (see cvs(1)). Then the per-repository list included in $CVSROOT/CVSROOT/cvsignore is loaded, if it exists. Then the per-user list is loaded from `$HOME/.cvsignore'. Finally, as cvs traverses through your directories, it will load any per-directory `.cvsignore' files whenever it finds one. These per-directory files are only valid for exactly the directory that contains them, not for any sub-directories.
- history
- Create this file in $CVSROOT/CVSROOT to enable history logging (see the description of ` cvs history').
SEE ALSO
cvs(1),COPYING
Copyright © 1992 Cygnus Support, Brian Berliner, and Jeff PolkPermission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.
Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.
Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions, except that this permission notice may be included in translations approved by the Free Software Foundation instead of in the original English.
12 February 1992 |