<div id="Top"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="SEC_Top"></div>
== CVS&mdash;Concurrent Versions System v4.2 ==

<p>This info manual describes how to use and administer
<small>CVS</small> version 4.2.
</p>

<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Overview| Overview]]::<nowiki>                    An introduction to CVS
</nowiki>&bull;[[#Repository| Repository]]::<nowiki>                  Where all your sources are stored
</nowiki>&bull;[[#Starting-a-new-project| Starting a new project]]::<nowiki>      Starting a project with CVS
</nowiki>&bull;[[#Revisions| Revisions]]::<nowiki>                   Numeric and symbolic names for revisions
</nowiki>&bull;[[#Branching-and-merging| Branching and merging]]::<nowiki>       Diverging/rejoining branches of development
</nowiki>&bull;[[#Recursive-behavior| Recursive behavior]]::<nowiki>          CVS descends directories
</nowiki>&bull;[[#Adding-and-removing| Adding and removing]]::<nowiki>         Adding/removing/renaming files/directories
</nowiki>&bull;[[#History-browsing| History browsing]]::<nowiki>            Viewing the history of files in various ways

CVS and the Real World.
-----------------------
</nowiki>&bull;[[#Binary-files| Binary files]]::<nowiki>                CVS can handle binary files
</nowiki>&bull;[[#Multiple-developers| Multiple developers]]::<nowiki>         How CVS helps a group of developers
</nowiki>&bull;[[#Revision-management| Revision management]]::<nowiki>         Policy questions for revision management
</nowiki>&bull;[[#Keyword-substitution| Keyword substitution]]::<nowiki>        CVS can include the revision inside the file
</nowiki>&bull;[[#Tracking-sources| Tracking sources]]::<nowiki>            Tracking third-party sources
</nowiki>&bull;[[#Builds| Builds]]::<nowiki>                      Issues related to CVS and builds
</nowiki>&bull;[[#Special-Files| Special Files]]::<nowiki>		Devices, links and other non-regular files

References.
-----------
</nowiki>&bull;[[#CVS-commands| CVS commands]]::<nowiki>                CVS commands share some things
</nowiki>&bull;[[#Invoking-CVS| Invoking CVS]]::<nowiki>                Quick reference to CVS commands
</nowiki>&bull;[[#Administrative-files| Administrative files]]::<nowiki>        Reference manual for the Administrative files
</nowiki>&bull;[[#Environment-variables| Environment variables]]::<nowiki>       All environment variables which affect CVS
</nowiki>&bull;[[#Compatibility| Compatibility]]::<nowiki>               Upgrading CVS versions
</nowiki>&bull;[[#Troubleshooting| Troubleshooting]]::<nowiki>             Some tips when nothing works
</nowiki>&bull;[[#Credits| Credits]]::<nowiki>                     Some of the contributors to this manual
</nowiki>&bull;[[#BUGS| BUGS]]::<nowiki>                        Dealing with bugs in CVS or this manual
</nowiki>&bull;[[#Index| Index]]::<nowiki>                       Index
</nowiki></pre>
<hr size="1">
<div id="Overview"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Top| &lt; ]]|</td>
<td valign="middle" align="left">|[[#What-is-CVS_003f| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Overview-1"></div>
== Overview ==
<div id="index-Overview"></div>

<p>This chapter is for people who have never used
<small>CVS</small>, and perhaps have never used version control
software before.
</p>
<p>If you are already familiar with <small>CVS</small> and are just
trying to learn a particular feature or remember a
certain command, you can probably skip everything here.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#What-is-CVS_003f| What is CVS?]]::<nowiki>                What you can do with CVS
</nowiki>&bull;[[#What-is-CVS-not_003f| What is CVS not?]]::<nowiki>            Problems CVS doesn't try to solve
</nowiki>&bull;[[#A-sample-session| A sample session]]::<nowiki>            A tour of basic CVS usage
</nowiki></pre>
<hr size="6">
<div id="What-is-CVS_003f"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Overview| &lt; ]]|</td>
<td valign="middle" align="left">|[[#What-is-CVS-not_003f| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Overview| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="What-is-CVS_003f-1"></div>
=== What is CVS? ===
<div id="index-What-is-CVS_003f"></div>
<div id="index-Introduction-to-CVS"></div>
<div id="index-CVS_002c-introduction-to"></div>

<p><small>CVS</small> is a version control system.  Using it, you can
record the history of your source files.
</p>

<p>For example, bugs sometimes creep in when
software is modified, and you might not detect the bug
until a long time after you make the modification.
With <small>CVS</small>, you can easily retrieve old versions to see
exactly which change caused the bug.  This can
sometimes be a big help.
</p>
<p>You could of course save every version of every file
you have ever created.  This would
however waste an enormous amount of disk space.  <small>CVS</small>
stores all the versions of a file in a single file in a
clever way that only stores the differences between
versions.
</p>
<p><small>CVS</small> also helps you if you are part of a group of people working
on the same project.  It is all too easy to overwrite
each others&rsquo; changes unless you are extremely careful.
Some editors, like <small>GNU</small> Emacs, try to make sure that
the same file is never modified by two people at the
same time.  Unfortunately, if someone is using another
editor, that safeguard will not work.  <small>CVS</small> solves this problem
by insulating the different developers from each other.  Every
developer works in his own directory, and <small>CVS</small> merges
the work when each developer is done.
</p>
<div id="index-History-of-CVS"></div>
<div id="index-CVS_002c-history-of"></div>
<div id="index-Credits-_0028CVS-program_0029"></div>
<div id="index-Contributors-_0028CVS-program_0029"></div>
<p><small>CVS</small> started out as a bunch of shell scripts written by
Dick Grune, posted to the newsgroup
<code>comp.sources.unix</code> in the volume 6
release of July, 1986.  While no actual code from
these shell scripts is present in the current version
of <small>CVS</small> much of the <small>CVS</small> conflict resolution algorithms
come from them.
</p>
<p>In April, 1989, Brian Berliner designed and coded <small>CVS</small>.
Jeff Polk later helped Brian with the design of the <small>CVS</small>
module and vendor branch support.
</p>
<div id="index-Source_002c-getting-CVS-source"></div>
<p>You can get <small>CVS</small> in a variety of ways, including
free download from the internet.  For more information
on downloading <small>CVS</small> and other <small>CVS</small> topics, see:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>http://www.cvshome.org/
http://www.loria.fr/~molli/cvs-index.html
</nowiki></pre></td></tr></table>

<div id="index-Mailing-list"></div>
<div id="index-List_002c-mailing-list"></div>
<div id="index-Newsgroups"></div>
<p>There is a mailing list, known as <code>info-cvs</code>,
devoted to <small>CVS</small>.  To subscribe or
unsubscribe
write to
<code>info-cvs-request@gnu.org</code>.
If you prefer a usenet group, the right
group is <code>comp.software.config-mgmt</code> which is for
<small>CVS</small> discussions (along with other configuration
management systems).  In the future, it might be
possible to create a
<code>comp.software.config-mgmt.cvs</code>, but probably only
if there is sufficient <small>CVS</small> traffic on
<code>comp.software.config-mgmt</code>.
</p>
<p>You can also subscribe to the <code>bug-cvs</code> mailing list,
described in more detail in [[#BUGS|Dealing with bugs in CVS or this manual]].  To subscribe
send mail to <code>bug-cvs-request@gnu.org</code>.
</p>
<hr size="6">
<div id="What-is-CVS-not_003f"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#What-is-CVS_003f| &lt; ]]|</td>
<td valign="middle" align="left">|[[#A-sample-session| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Overview| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="What-is-CVS-not_003f-1"></div>
=== What is CVS not? ===
<div id="index-What-is-CVS-not_003f"></div>

<p><small>CVS</small> can do a lot of things for you, but it does
not try to be everything for everyone.
</p>
<dl compact="compact">
<dt> <small>CVS</small> is not a build system.</dt>
<dd>
<p>Though the structure of your repository and modules
file interact with your build system
(e.g. &lsquo;<tt>Makefile</tt>&rsquo;s), they are essentially
independent.
</p>
<p><small>CVS</small> does not dictate how you build anything.  It
merely stores files for retrieval in a tree structure
you devise.
</p>
<p><small>CVS</small> does not dictate how to use disk space in the
checked out working directories.  If you write your
&lsquo;<tt>Makefile</tt>&rsquo;s or scripts in every directory so they
have to know the relative positions of everything else,
you wind up requiring the entire repository to be
checked out.
</p>
<p>If you modularize your work, and construct a build
system that will share files (via links, mounts,
<code>VPATH</code> in &lsquo;<tt>Makefile</tt>&rsquo;s, etc.), you can
arrange your disk usage however you like.
</p>
<p>But you have to remember that <em>any</em> such system is
a lot of work to construct and maintain.  <small>CVS</small> does
not address the issues involved.
</p>
<p>Of course, you should place the tools created to
support such a build system (scripts, &lsquo;<tt>Makefile</tt>&rsquo;s,
etc) under <small>CVS</small>.
</p>
<p>Figuring out what files need to be rebuilt when
something changes is, again, something to be handled
outside the scope of <small>CVS</small>.  One traditional
approach is to use <code>make</code> for building, and use
some automated tool for generating the dependencies which
<code>make</code> uses.
</p>
<p>See [[#Builds|How your build system interacts with CVS]], for more information on doing builds
in conjunction with <small>CVS</small>.
</p>
</dd>
<dt> <small>CVS</small> is not a substitute for management.</dt>
<dd>
<p>Your managers and project leaders are expected to talk
to you frequently enough to make certain you are aware
of schedules, merge points, branch names and release
dates.  If they don&rsquo;t, <small>CVS</small> can&rsquo;t help.
</p>
<p><small>CVS</small> is an instrument for making sources dance to
your tune.  But you are the piper and the composer.  No
instrument plays itself or writes its own music.
</p>
</dd>
<dt> <small>CVS</small> is not a substitute for developer communication.</dt>
<dd>
<p>When faced with conflicts within a single file, most
developers manage to resolve them without too much
effort.  But a more general definition of &ldquo;conflict&rdquo;
includes problems too difficult to solve without
communication between developers.
</p>
<p><small>CVS</small> cannot determine when simultaneous changes
within a single file, or across a whole collection of
files, will logically conflict with one another.  Its
concept of a <em>conflict</em> is purely textual, arising
when two changes to the same base file are near enough
to spook the merge (i.e. <code>diff3</code>) command.
</p>
<p><small>CVS</small> does not claim to help at all in figuring out
non-textual or distributed conflicts in program logic.
</p>
<p>For example: Say you change the arguments to function
<code>X</code> defined in file &lsquo;<tt>A</tt>&rsquo;.  At the same time,
someone edits file &lsquo;<tt>B</tt>&rsquo;, adding new calls to
function <code>X</code> using the old arguments.  You are
outside the realm of <small>CVS</small>&rsquo;s competence.
</p>
<p>Acquire the habit of reading specs and talking to your
peers.
</p>

</dd>
<dt> <small>CVS</small> does not have change control</dt>
<dd>
<p>Change control refers to a number of things.  First of
all it can mean <em>bug-tracking</em>, that is being able
to keep a database of reported bugs and the status of
each one (is it fixed?  in what release?  has the bug
submitter agreed that it is fixed?).  For interfacing
<small>CVS</small> to an external bug-tracking system, see the
&lsquo;<tt>rcsinfo</tt>&rsquo; and &lsquo;<tt>verifymsg</tt>&rsquo; files
(see section [[#Administrative-files|Reference manual for Administrative files]]).
</p>
<p>Another aspect of change control is keeping track of
the fact that changes to several files were in fact
changed together as one logical change.  If you check
in several files in a single <code>cvs commit</code>
operation, <small>CVS</small> then forgets that those files were
checked in together, and the fact that they have the
same log message is the only thing tying them
together.  Keeping a <small>GNU</small> style &lsquo;<tt>ChangeLog</tt>&rsquo;
can help somewhat.
</p>
<p>Another aspect of change control, in some systems, is
the ability to keep track of the status of each
change.  Some changes have been written by a developer,
others have been reviewed by a second developer, and so
on.  Generally, the way to do this with <small>CVS</small> is to
generate a diff (using <code>cvs diff</code> or <code>diff</code>)
and email it to someone who can then apply it using the
<code>patch</code> utility.  This is very flexible, but
depends on mechanisms outside <small>CVS</small> to make sure
nothing falls through the cracks.
</p>
</dd>
<dt> <small>CVS</small> is not an automated testing program</dt>
<dd>
<p>It should be possible to enforce mandatory use of a
testsuite using the <code>commitinfo</code> file.  I haven&rsquo;t
heard a lot about projects trying to do that or whether
there are subtle gotchas, however.
</p>
</dd>
<dt> <small>CVS</small> does not have a builtin process model</dt>
<dd>
<p>Some systems provide ways to ensure that changes or
releases go through various steps, with various
approvals as needed.  Generally, one can accomplish
this with <small>CVS</small> but it might be a little more work.
In some cases you&rsquo;ll want to use the &lsquo;<tt>commitinfo</tt>&rsquo;,
&lsquo;<tt>loginfo</tt>&rsquo;, &lsquo;<tt>rcsinfo</tt>&rsquo;, or &lsquo;<tt>verifymsg</tt>&rsquo;
files, to require that certain steps be performed
before cvs will allow a checkin.  Also consider whether
features such as branches and tags can be used to
perform tasks such as doing work in a development tree
and then merging certain changes over to a stable tree
only once they have been proven.
</p></dd>
</dl>

<hr size="6">
<div id="A-sample-session"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#What-is-CVS-not_003f| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Getting-the-source| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Overview| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="A-sample-session-1"></div>
=== A sample session ===
<div id="index-Example-of-a-work_002dsession"></div>
<div id="index-Getting-started"></div>
<div id="index-Work_002dsession_002c-example-of"></div>
<div id="index-tc_002c-Trivial-Compiler-_0028example_0029"></div>
<div id="index-Trivial-Compiler-_0028example_0029"></div>


<p>As a way of introducing <small>CVS</small>, we&rsquo;ll go through a
typical work-session using <small>CVS</small>.  The first thing
to understand is that <small>CVS</small> stores all files in a
centralized <em>repository</em> (see section [[#Repository|The Repository]]); this
section assumes that a repository is set up.
</p>
<p>Suppose you are working on a simple compiler.  The source
consists of a handful of C files and a &lsquo;<tt>Makefile</tt>&rsquo;.
The compiler is called &lsquo;<samp>tc</samp>&rsquo; (Trivial Compiler),
and the repository is set up so that there is a module
called &lsquo;<samp>tc</samp>&rsquo;.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Getting-the-source| Getting the source]]::<nowiki>          Creating a workspace
</nowiki>&bull;[[#Committing-your-changes| Committing your changes]]::<nowiki>     Making your work available to others
</nowiki>&bull;[[#Cleaning-up| Cleaning up]]::<nowiki>                 Cleaning up
</nowiki>&bull;[[#Viewing-differences| Viewing differences]]::<nowiki>         Viewing differences
</nowiki></pre>
<hr size="6">
<div id="Getting-the-source"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#A-sample-session| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Committing-your-changes| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#A-sample-session| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Getting-the-source-1"></div>
==== Getting the source ====
<div id="index-Getting-the-source"></div>
<div id="index-Checking-out-source"></div>
<div id="index-Fetching-source"></div>
<div id="index-Source_002c-getting-from-CVS"></div>
<div id="index-Checkout_002c-example"></div>

<p>The first thing you must do is to get your own working copy of the
source for &lsquo;<samp>tc</samp>&rsquo;.  For this, you use the <code>checkout</code> command:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout tc
</nowiki></pre></td></tr></table>

<p>This will create a new directory called &lsquo;<tt>tc</tt>&rsquo; and populate it with
the source files.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd tc
$ ls
CVS         Makefile    backend.c   driver.c    frontend.c  parser.c
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>CVS</tt>&rsquo; directory is used internally by
<small>CVS</small>.  Normally, you should not modify or remove
any of the files in it.
</p>
<p>You start your favorite editor, hack away at &lsquo;<tt>backend.c</tt>&rsquo;, and a couple
of hours later you have added an optimization pass to the compiler.
A note to <small>RCS</small> and <small>SCCS</small> users: There is no need to lock the files that
you want to edit.  See section [[#Multiple-developers|Multiple developers]], for an explanation.
</p>
<hr size="6">
<div id="Committing-your-changes"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Getting-the-source| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Cleaning-up| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#A-sample-session| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Committing-your-changes-1"></div>
==== Committing your changes ====
<div id="index-Committing-changes-to-files"></div>
<div id="index-Log-message-entry"></div>

<p>When you have checked that the compiler is still compilable you decide
to make a new version of &lsquo;<tt>backend.c</tt>&rsquo;.  This will
store your new &lsquo;<tt>backend.c</tt>&rsquo; in the repository and
make it available to anyone else who is using that same
repository.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit backend.c
</nowiki></pre></td></tr></table>

<p><small>CVS</small> starts an editor, to allow you to enter a log
message.  You type in &ldquo;Added an optimization pass.&rdquo;,
save the temporary file, and exit the editor.
</p>
<div id="index-CVSEDITOR_002c-environment-variable"></div>
<div id="index-EDITOR_002c-environment-variable"></div>
<p>The environment variable <code>$CVSEDITOR</code> determines
which editor is started.  If <code>$CVSEDITOR</code> is not
set, then if the environment variable <code>$EDITOR</code> is
set, it will be used. If both <code>$CVSEDITOR</code> and
<code>$EDITOR</code> are not set then there is a default
which will vary with your operating system, for example
<code>vi</code> for unix or <code>notepad</code> for Windows
NT/95.
</p>
<div id="index-VISUAL_002c-environment-variable"></div>
<p>In addition, <small>CVS</small> checks the <code>$VISUAL</code> environment
variable.  Opinions vary on whether this behavior is desirable and
whether future releases of <small>CVS</small> should check <code>$VISUAL</code> or
ignore it.  You will be OK either way if you make sure that
<code>$VISUAL</code> is either unset or set to the same thing as
<code>$EDITOR</code>.
</p>
<p>When <small>CVS</small> starts the editor, it includes a list of
files which are modified.  For the <small>CVS</small> client,
this list is based on comparing the modification time
of the file against the modification time that the file
had when it was last gotten or updated.  Therefore, if
a file&rsquo;s modification time has changed but its contents
have not, it will show up as modified.  The simplest
way to handle this is simply not to worry about it&mdash;if
you proceed with the commit <small>CVS</small> will detect that
the contents are not modified and treat it as an
unmodified file.  The next <code>update</code> will clue
<small>CVS</small> in to the fact that the file is unmodified,
and it will reset its stored timestamp so that the file
will not show up in future editor sessions.
</p>
<p>If you want to avoid
starting an editor you can specify the log message on
the command line using the &lsquo;<samp>-m</samp>&rsquo; flag instead, like
this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit -m &quot;Added an optimization pass&quot; backend.c
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Cleaning-up"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Committing-your-changes| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Viewing-differences| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#A-sample-session| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Cleaning-up-1"></div>
==== Cleaning up ====
<div id="index-Cleaning-up"></div>
<div id="index-Working-copy_002c-removing"></div>
<div id="index-Removing-your-working-copy"></div>
<div id="index-Releasing-your-working-copy"></div>

<p>Before you turn to other tasks you decide to remove your working copy of
tc.  One acceptable way to do that is of course
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd ..
$ rm -r tc
</nowiki></pre></td></tr></table>

<p>but a better way is to use the <code>release</code> command (see section [[#release|release&mdash;Indicate that a Module is no longer in use]]):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd ..
$ cvs release -d tc
M driver.c
? tc
You have [1] altered files in this repository.
Are you sure you want to release (and delete) directory `tc': n
** `release' aborted by user choice.
</nowiki></pre></td></tr></table>

<p>The <code>release</code> command checks that all your modifications have been
committed.  If history logging is enabled it also makes a note in the
history file.  See section [[#history-file|The history file]].
</p>
<p>When you use the &lsquo;<samp>-d</samp>&rsquo; flag with <code>release</code>, it
also removes your working copy.
</p>
<p>In the example above, the <code>release</code> command wrote a couple of lines
of output.  &lsquo;<samp>? tc</samp>&rsquo; means that the file &lsquo;<tt>tc</tt>&rsquo; is unknown to <small>CVS</small>.
That is nothing to worry about: &lsquo;<tt>tc</tt>&rsquo; is the executable compiler,
and it should not be stored in the repository.  See section [[#cvsignore|Ignoring files via cvsignore]],
for information about how to make that warning go away.
See section [[#release-output|release output]], for a complete explanation of
all possible output from <code>release</code>.
</p>
<p>&lsquo;<samp>M driver.c</samp>&rsquo; is more serious.  It means that the
file &lsquo;<tt>driver.c</tt>&rsquo; has been modified since it was
checked out.
</p>
<p>The <code>release</code> command always finishes by telling
you how many modified files you have in your working
copy of the sources, and then asks you for confirmation
before deleting any files or making any note in the
history file.
</p>
<p>You decide to play it safe and answer <kbd>n &lt;RET&gt;</kbd>
when <code>release</code> asks for confirmation.
</p>
<hr size="6">
<div id="Viewing-differences"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Cleaning-up| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#A-sample-session| Up ]]|</td>
<td valign="middle" align="left">|[[#Repository| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Viewing-differences-1"></div>
==== Viewing differences ====
<div id="index-Viewing-differences"></div>
<div id="index-Diff"></div>

<p>You do not remember modifying &lsquo;<tt>driver.c</tt>&rsquo;, so you want to see what
has happened to that file.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd tc
$ cvs diff driver.c
</nowiki></pre></td></tr></table>

<p>This command runs <code>diff</code> to compare the version of &lsquo;<tt>driver.c</tt>&rsquo;
that you checked out with your working copy.  When you see the output
you remember that you added a command line option that enabled the
optimization pass.  You check it in, and release the module.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit -m &quot;Added an optimization pass&quot; driver.c
Checking in driver.c;
/usr/local/cvsroot/tc/driver.c,v  &lt;--  driver.c
new revision: 1.2; previous revision: 1.1
done
$ cd ..
$ cvs release -d tc
? tc
You have [0] altered files in this repository.
Are you sure you want to release (and delete) directory `tc': y
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Repository"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Viewing-differences| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Specifying-a-repository| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Overview| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-Repository"></div>
== The Repository ==
<div id="index-Repository-_0028intro_0029"></div>
<div id="index-Repository_002c-example"></div>
<div id="index-Layout-of-repository"></div>
<div id="index-Typical-repository"></div>
<div id="index-_002fusr_002flocal_002fcvsroot_002c-as-example-repository"></div>
<div id="index-cvsroot"></div>

<p>The <small>CVS</small> <em>repository</em> stores a complete copy of
all the files and directories which are under version
control.
</p>
<p>Normally, you never access any of the files in the
repository directly.  Instead, you use <small>CVS</small>
commands to get your own copy of the files into a
<em>working directory</em>, and then
work on that copy.  When you&rsquo;ve finished a set of
changes, you check (or <em>commit</em>) them back into the
repository.  The repository then contains the changes
which you have made, as well as recording exactly what
you changed, when you changed it, and other such
information.  Note that the repository is not a
subdirectory of the working directory, or vice versa;
they should be in separate locations.
</p>
<div id="index-_003alocal_003a_002c-setting-up"></div>
<p><small>CVS</small> can access a repository by a variety of
means.  It might be on the local computer, or it might
be on a computer across the room or across the world.
To distinguish various ways to access a repository, the
repository name can start with an <em>access method</em>.
For example, the access method <code>:local:</code> means to
access a repository directory, so the repository
<code>:local:/usr/local/cvsroot</code> means that the
repository is in &lsquo;<tt>/usr/local/cvsroot</tt>&rsquo; on the
computer running <small>CVS</small>.  For information on other
access methods, see [[#Remote-repositories|Remote repositories]].
</p>
<p>If the access method is omitted, then if the repository
starts with &lsquo;<samp>/</samp>&rsquo;, then <code>:local:</code> is
assumed.  If it does not start with &lsquo;<samp>/</samp>&rsquo; then either
<code>:ext:</code> or <code>:server:</code> is assumed.  For
example, if you have a local repository in
&lsquo;<tt>/usr/local/cvsroot</tt>&rsquo;, you can use
<code>/usr/local/cvsroot</code> instead of
<code>:local:/usr/local/cvsroot</code>.  But if (under
Windows NT, for example) your local repository is
&lsquo;<tt>c:\src\cvsroot</tt>&rsquo;, then you must specify the access
method, as in <code>:local:c:/src/cvsroot</code>.
</p>
<p>The repository is split in two parts.  &lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo; contains
administrative files for <small>CVS</small>.  The other directories contain the actual
user-defined modules.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Specifying-a-repository| Specifying a repository]]::<nowiki>     Telling CVS where your repository is
</nowiki>&bull;[[#Repository-storage| Repository storage]]::<nowiki>          The structure of the repository
</nowiki>&bull;[[#Working-directory-storage| Working directory storage]]::<nowiki>   The structure of working directories
</nowiki>&bull;[[#Intro-administrative-files| Intro administrative files]]::<nowiki>  Defining modules
</nowiki>&bull;[[#Multiple-repositories| Multiple repositories]]::<nowiki>       Multiple repositories
</nowiki>&bull;[[#Creating-a-repository| Creating a repository]]::<nowiki>       Creating a repository
</nowiki>&bull;[[#Backing-up| Backing up]]::<nowiki>                  Backing up a repository
</nowiki>&bull;[[#Moving-a-repository| Moving a repository]]::<nowiki>         Moving a repository
</nowiki>&bull;[[#Remote-repositories| Remote repositories]]::<nowiki>         Accessing repositories on remote machines
</nowiki>&bull;[[#Read_002donly-access| Read-only access]]::<nowiki>            Granting read-only access to the repository
</nowiki>&bull;[[#Server-temporary-directory| Server temporary directory]]::<nowiki>  The server creates temporary directories
</nowiki></pre>
<hr size="6">
<div id="Specifying-a-repository"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Repository| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Telling-CVS-where-your-repository-is"></div>
=== Telling CVS where your repository is ===

<p>There are several ways to tell <small>CVS</small>
where to find the repository.  You can name the
repository on the command line explicitly, with the
<code>-d</code> (for &quot;directory&quot;) option:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d /usr/local/cvsroot checkout yoyodyne/tc
</nowiki></pre></td></tr></table>

<div id="index-_002eprofile_002c-setting-CVSROOT-in"></div>
<div id="index-_002ecshrc_002c-setting-CVSROOT-in"></div>
<div id="index-_002etcshrc_002c-setting-CVSROOT-in"></div>
<div id="index-_002ebashrc_002c-setting-CVSROOT-in"></div>
<div id="index-CVSROOT_002c-environment-variable"></div>
<p>        Or you can set the <code>$CVSROOT</code> environment
variable to an absolute path to the root of the
repository, &lsquo;<tt>/usr/local/cvsroot</tt>&rsquo; in this example.
To set <code>$CVSROOT</code>, <code>csh</code> and <code>tcsh</code>
users should have this line in their &lsquo;<tt>.cshrc</tt>&rsquo; or
&lsquo;<tt>.tcshrc</tt>&rsquo; files:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>setenv CVSROOT /usr/local/cvsroot
</nowiki></pre></td></tr></table>

<p><code>sh</code> and <code>bash</code> users should instead have these lines in their
&lsquo;<tt>.profile</tt>&rsquo; or &lsquo;<tt>.bashrc</tt>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>CVSROOT=/usr/local/cvsroot
export CVSROOT
</nowiki></pre></td></tr></table>

<div id="index-Root-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fRoot-file"></div>
<p>        A repository specified with <code>-d</code> will
override the <code>$CVSROOT</code> environment variable.
Once you&rsquo;ve checked a working copy out from the
repository, it will remember where its repository is
(the information is recorded in the
&lsquo;<tt>CVS/Root</tt>&rsquo; file in the working copy).
</p>
<p>The <code>-d</code> option and the &lsquo;<tt>CVS/Root</tt>&rsquo; file both
override the <code>$CVSROOT</code> environment variable.  If
<code>-d</code> option differs from &lsquo;<tt>CVS/Root</tt>&rsquo;, the
former is used.  Of course, for proper operation they
should be two ways of referring to the same repository.
</p>
<hr size="6">
<div id="Repository-storage"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Specifying-a-repository| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-data-is-stored-in-the-repository"></div>
=== How data is stored in the repository ===
<div id="index-Repository_002c-how-data-is-stored"></div>

<p>For most purposes it isn&rsquo;t important <em>how</em>
<small>CVS</small> stores information in the repository.  In
fact, the format has changed in the past, and is likely
to change in the future.  Since in almost all cases one
accesses the repository via <small>CVS</small> commands, such
changes need not be disruptive.
</p>
<p>However, in some cases it may be necessary to
understand how <small>CVS</small> stores data in the repository,
for example you might need to track down <small>CVS</small> locks
(see section [[#Concurrency|Several developers simultaneously attempting to run CVS]]) or you might need to deal with
the file permissions appropriate for the repository.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Repository-files| Repository files]]::<nowiki>            What files are stored in the repository
</nowiki>&bull;[[#File-permissions| File permissions]]::<nowiki>            File permissions
</nowiki>&bull;[[#Windows-permissions| Windows permissions]]::<nowiki>         Issues specific to Windows
</nowiki>&bull;[[#Attic| Attic]]::<nowiki>                       Some files are stored in the Attic
</nowiki>&bull;[[#CVS-in-repository| CVS in repository]]::<nowiki>           Additional information in CVS directory
</nowiki>&bull;[[#Locks| Locks]]::<nowiki>                       CVS locks control concurrent accesses
</nowiki>&bull;[[#CVSROOT-storage| CVSROOT storage]]::<nowiki>             A few things about CVSROOT are different
</nowiki></pre>
<hr size="6">
<div id="Repository-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Repository-storage| &lt; ]]|</td>
<td valign="middle" align="left">|[[#File-permissions| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Where-files-are-stored-within-the-repository"></div>
==== Where files are stored within the repository ====


<p>The overall structure of the repository is a directory
tree corresponding to the directories in the working
directory.  For example, supposing the repository is in
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>/usr/local/cvsroot
</nowiki></pre></td></tr></table>

<p>here is a possible directory tree (showing only the
directories):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki><tt>/usr</tt>
 |
 +--<tt>local</tt>
 |   |
 |   +--<tt>cvsroot</tt>
 |   |    |
 |   |    +--<tt>CVSROOT</tt>
          |      (administrative files)
          |
          +--<tt>gnu</tt>
          |   |
          |   +--<tt>diff</tt>
          |   |   (source code to GNU diff)
          |   |
          |   +--<tt>rcs</tt>
          |   |   (source code to RCS)
          |   |
          |   +--<tt>cvs</tt>
          |       (source code to CVS)
          |
          +--<tt>yoyodyne</tt>
              |
              +--<tt>tc</tt>
              |    |
              |    +--<tt>man</tt>
              |    |
              |    +--<tt>testing</tt>
              |
              +--(other Yoyodyne software)
</nowiki></pre></td></tr></table>

<p>With the directories are <em>history files</em> for each file
under version control.  The name of the history file is
the name of the corresponding file with &lsquo;<samp>,v</samp>&rsquo;
appended to the end.  Here is what the repository for
the &lsquo;<tt>yoyodyne/tc</tt>&rsquo; directory might look like:
</p><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>  <code>$CVSROOT</code>
    |
    +--<tt>yoyodyne</tt>
    |   |
    |   +--<tt>tc</tt>
    |   |   |
            +--<tt>Makefile,v</tt>
            +--<tt>backend.c,v</tt>
            +--<tt>driver.c,v</tt>
            +--<tt>frontend.c,v</tt>
            +--<tt>parser.c,v</tt>
            +--<tt>man</tt>
            |    |
            |    +--<tt>tc.1,v</tt>
            |
            +--<tt>testing</tt>
                 |
                 +--<tt>testpgm.t,v</tt>
                 +--<tt>test2.t,v</tt>
</nowiki></pre></td></tr></table>

<div id="index-History-files"></div>
<div id="index-RCS-history-files"></div>
<p>The history files contain, among other things, enough
information to recreate any revision of the file, a log
of all commit messages and the user-name of the person
who committed the revision.  The history files are
known as <em>RCS files</em>, because the first program to
store files in that format was a version control system
known as <small>RCS</small>.  For a full
description of the file format, see the <code>man</code> page
<cite>rcsfile(5)</cite>, distributed with <small>RCS</small>, or the
file &lsquo;<tt>doc/RCSFILES</tt>&rsquo; in the <small>CVS</small> source
distribution.  This
file format has become very common&mdash;many systems other
than <small>CVS</small> or <small>RCS</small> can at least import history
files in this format.
</p>
<p>The <small>RCS</small> files used in <small>CVS</small> differ in a few
ways from the standard format.  The biggest difference
is magic branches; for more information see [[#Magic-branch-numbers|Magic branch numbers]].  Also in <small>CVS</small> the valid tag names
are a subset of what <small>RCS</small> accepts; for <small>CVS</small>&rsquo;s
rules see [[#Tags|Tags&ndash;Symbolic revisions]].
</p>
<hr size="6">
<div id="File-permissions"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Repository-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Windows-permissions| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="File-permissions-1"></div>
==== File permissions ====
<div id="index-Security_002c-file-permissions-in-repository"></div>
<div id="index-File-permissions_002c-general"></div>
<div id="index-Permissions_002c-general"></div>
<div id="index-Group"></div>
<div id="index-Read_002donly-files_002c-in-repository"></div>
<p>All &lsquo;<samp>,v</samp>&rsquo; files are created read-only, and you
should not change the permission of those files.  The
directories inside the repository should be writable by
the persons that have permission to modify the files in
each directory.  This normally means that you must
create a UNIX group (see group(5)) consisting of the
persons that are to edit the files in a project, and
set up the repository so that it is that group that
owns the directory.
(On some systems, you also need to set the set-group-ID-on-execution bit
on the repository directories (see chmod(1)) so that newly-created files
and directories get the group-ID of the parent directory rather than
that of the current process.)
</p>

<p>This means that you can only control access to files on
a per-directory basis.
</p>
<p>Note that users must also have write access to check
out files, because <small>CVS</small> needs to create lock files
(see section [[#Concurrency|Several developers simultaneously attempting to run CVS]]).  You can use LockDir in CVSROOT/config
to put the lock files somewhere other than in the repository
if you want to allow read-only access to some directories
(see section [[#config|The CVSROOT/config configuration file]]).
</p>
<p>Also note that users must have write access to the
&lsquo;<tt>CVSROOT/val-tags</tt>&rsquo; file.  <small>CVS</small> uses it to keep
track of what tags are valid tag names (it is sometimes
updated when tags are used, as well as when they are
created).
</p>
<p>Each <small>RCS</small> file will be owned by the user who last
checked it in.  This has little significance; what
really matters is who owns the directories.
</p>
<div id="index-CVSUMASK_002c-environment-variable"></div>
<div id="index-Umask_002c-for-repository-files"></div>
<p><small>CVS</small> tries to set up reasonable file permissions
for new directories that are added inside the tree, but
you must fix the permissions manually when a new
directory should have different permissions than its
parent directory.  If you set the <code>CVSUMASK</code>
environment variable that will control the file
permissions which <small>CVS</small> uses in creating directories
and/or files in the repository.  <code>CVSUMASK</code> does
not affect the file permissions in the working
directory; such files have the permissions which are
typical for newly created files, except that sometimes
<small>CVS</small> creates them read-only (see the sections on
watches, [[#Setting-a-watch|Telling CVS to watch certain files]]; -r, [[#Global-options|Global options]]; or <code>CVSREAD</code>, [[#Environment-variables|All environment variables which affect CVS]]).
</p>
<p>Note that using the client/server <small>CVS</small>
(see section [[#Remote-repositories|Remote repositories]]), there is no good way to
set <code>CVSUMASK</code>; the setting on the client machine
has no effect.  If you are connecting with <code>rsh</code>, you
can set <code>CVSUMASK</code> in &lsquo;<tt>.bashrc</tt>&rsquo; or &lsquo;<tt>.cshrc</tt>&rsquo;, as
described in the documentation for your operating
system.  This behavior might change in future versions
of <small>CVS</small>; do not rely on the setting of
<code>CVSUMASK</code> on the client having no effect.
</p>
<p>Using pserver, you will generally need stricter
permissions on the <small>CVSROOT</small> directory and
directories above it in the tree; see [[#Password-authentication-security|Security considerations with password authentication]].
</p>
<div id="index-Setuid"></div>
<div id="index-Setgid"></div>
<div id="index-Security_002c-setuid"></div>
<div id="index-Installed-images-_0028VMS_0029"></div>
<p>Some operating systems have features which allow a
particular program to run with the ability to perform
operations which the caller of the program could not.
For example, the set user ID (setuid) or set group ID
(setgid) features of unix or the installed image
feature of VMS.  <small>CVS</small> was not written to use such
features and therefore attempting to install <small>CVS</small> in
this fashion will provide protection against only
accidental lapses; anyone who is trying to circumvent
the measure will be able to do so, and depending on how
you have set it up may gain access to more than just
<small>CVS</small>.  You may wish to instead consider pserver.  It
shares some of the same attributes, in terms of
possibly providing a false sense of security or opening
security holes wider than the ones you are trying to
fix, so read the documentation on pserver security
carefully if you are considering this option
([[#Password-authentication-security|Security considerations with password authentication]]).
</p>
<hr size="6">
<div id="Windows-permissions"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#File-permissions| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Attic| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="File-Permission-issues-specific-to-Windows"></div>
==== File Permission issues specific to Windows ====
<div id="index-Windows_002c-and-permissions"></div>
<div id="index-File-permissions_002c-Windows_002dspecific"></div>
<div id="index-Permissions_002c-Windows_002dspecific"></div>

<p>Some file permission issues are specific to Windows
operating systems (Windows 95, Windows NT, and
presumably future operating systems in this family.
Some of the following might apply to OS/2 but I&rsquo;m not
sure).
</p>
<p>If you are using local <small>CVS</small> and the repository is on a
networked file system which is served by the Samba SMB
server, some people have reported problems with
permissions.  Enabling WRITE=YES in the samba
configuration is said to fix/workaround it.
Disclaimer: I haven&rsquo;t investigated enough to know the
implications of enabling that option, nor do I know
whether there is something which <small>CVS</small> could be doing
differently in order to avoid the problem.  If you find
something out, please let us know as described in
[[#BUGS|Dealing with bugs in CVS or this manual]].
</p>
<hr size="6">
<div id="Attic"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Windows-permissions| &lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-in-repository| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-attic"></div>
==== The attic ====
<div id="index-Attic"></div>

<p>You will notice that sometimes <small>CVS</small> stores an
<small>RCS</small> file in the <code>Attic</code>.  For example, if the
<small>CVSROOT</small> is &lsquo;<tt>/usr/local/cvsroot</tt>&rsquo; and we are
talking about the file &lsquo;<tt>backend.c</tt>&rsquo; in the
directory &lsquo;<tt>yoyodyne/tc</tt>&rsquo;, then the file normally
would be in
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>/usr/local/cvsroot/yoyodyne/tc/backend.c,v
</nowiki></pre></td></tr></table>

<p>but if it goes in the attic, it would be in
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>/usr/local/cvsroot/yoyodyne/tc/Attic/backend.c,v
</nowiki></pre></td></tr></table>

<div id="index-Dead-state"></div>
<p>instead.  It should not matter from a user point of
view whether a file is in the attic; <small>CVS</small> keeps
track of this and looks in the attic when it needs to.
But in case you want to know, the rule is that the RCS
file is stored in the attic if and only if the head
revision on the trunk has state <code>dead</code>.  A
<code>dead</code> state means that file has been removed, or
never added, for that revision.  For example, if you
add a file on a branch, it will have a trunk revision
in <code>dead</code> state, and a branch revision in a
non-<code>dead</code> state.
</p>
<hr size="6">
<div id="CVS-in-repository"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Attic| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Locks| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-CVS-directory-in-the-repository"></div>
==== The CVS directory in the repository ====
<div id="index-CVS-directory_002c-in-repository"></div>

<p>The &lsquo;<tt>CVS</tt>&rsquo; directory in each repository directory
contains information such as file attributes (in a file
called &lsquo;<tt>CVS/fileattr</tt>&rsquo;.  In the
future additional files may be added to this directory,
so implementations should silently ignore additional
files.
</p>
<p>This behavior is implemented only by <small>CVS</small> 1.7 and
later; for details see [[#Watches-Compatibility|Using watches with old versions of CVS]].
</p>
<p>The format of the fileattr file is a series of entries
of the following form (where &lsquo;<samp>{</samp>&rsquo; and &lsquo;<samp>}</samp>&rsquo;
means the text between the braces can be repeated zero
or more times):
</p>
<p><var>ent-type</var> <var>filename</var> &lt;tab&gt; <var>attrname</var> = <var>attrval</var>
  {; <var>attrname</var> = <var>attrval</var>} &lt;linefeed&gt;
</p>
<p><var>ent-type</var> is &lsquo;<samp>F</samp>&rsquo; for a file, in which case the entry specifies the
attributes for that file.
</p>
<p><var>ent-type</var> is &lsquo;<samp>D</samp>&rsquo;,
and <var>filename</var> empty, to specify default attributes
to be used for newly added files.
</p>
<p>Other <var>ent-type</var> are reserved for future expansion.  <small>CVS</small> 1.9 and older
will delete them any time it writes file attributes.
<small>CVS</small> 1.10 and later will preserve them.
</p>
<p>Note that the order of the lines is not significant;
a program writing the fileattr file may
rearrange them at its convenience.
</p>
<p>There is currently no way of quoting tabs or linefeeds in the
filename, &lsquo;<samp>=</samp>&rsquo; in <var>attrname</var>,
&lsquo;<samp>;</samp>&rsquo; in <var>attrval</var>, etc.  Note: some implementations also
don&rsquo;t handle a NUL character in any of the fields, but
implementations are encouraged to allow it.
</p>
<p>By convention, <var>attrname</var> starting with &lsquo;<samp>_</samp>&rsquo; is for an attribute given
special meaning by <small>CVS</small>; other <var>attrname</var>s are for user-defined attributes
(or will be, once implementations start supporting user-defined attributes).
</p>
<p>Builtin attributes:
</p>
<dl compact="compact">
<dt> <code>_watched</code></dt>
<dd><p>Present means the file is watched and should be checked out
read-only.
</p>
</dd>
<dt> <code>_watchers</code></dt>
<dd><p>Users with watches for this file.  Value is
<var>watcher</var> &gt; <var>type</var> { , <var>watcher</var> &gt; <var>type</var> }
where <var>watcher</var> is a username, and <var>type</var>
is zero or more of edit,unedit,commit separated by
&lsquo;<samp>+</samp>&rsquo; (that is, nothing if none; there is no &quot;none&quot; or &quot;all&quot; keyword).
</p>
</dd>
<dt> <code>_editors</code></dt>
<dd><p>Users editing this file.  Value is
<var>editor</var> &gt; <var>val</var> { , <var>editor</var> &gt; <var>val</var> }
where <var>editor</var> is a username, and <var>val</var> is
<var>time</var>+<var>hostname</var>+<var>pathname</var>, where
<var>time</var> is when the <code>cvs edit</code> command (or
equivalent) happened,
and <var>hostname</var> and <var>pathname</var> are for the working directory.
</p></dd>
</dl>

<p>Example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>Ffile1 _watched=;_watchers=joe&gt;edit,mary&gt;commit
Ffile2 _watched=;_editors=sue&gt;8 Jan 1975+workstn1+/home/sue/cvs
D _watched=
</nowiki></pre></td></tr></table>

<p>means that the file &lsquo;<tt>file1</tt>&rsquo; should be checked out
read-only.  Furthermore, joe is watching for edits and
mary is watching for commits.  The file &lsquo;<tt>file2</tt>&rsquo;
should be checked out read-only; sue started editing it
on 8 Jan 1975 in the directory &lsquo;<tt>/home/sue/cvs</tt>&rsquo; on
the machine <code>workstn1</code>.  Future files which are
added should be checked out read-only.  To represent
this example here, we have shown a space after
&lsquo;<samp>D</samp>&rsquo;, &lsquo;<samp>Ffile1</samp>&rsquo;, and &lsquo;<samp>Ffile2</samp>&rsquo;, but in fact
there must be a single tab character there and no spaces.
</p>
<hr size="6">
<div id="Locks"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#CVS-in-repository| &lt; ]]|</td>
<td valign="middle" align="left">|[[#CVSROOT-storage| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="CVS-locks-in-the-repository"></div>
==== CVS locks in the repository ====

<div id="index-_0023cvs_002erfl_002c-technical-details"></div>
<div id="index-_0023cvs_002ewfl_002c-technical-details"></div>
<div id="index-_0023cvs_002elock_002c-technical-details"></div>
<div id="index-Locks_002c-cvs_002c-technical-details"></div>
<p>For an introduction to <small>CVS</small> locks focusing on
user-visible behavior, see [[#Concurrency|Several developers simultaneously attempting to run CVS]].  The
following section is aimed at people who are writing
tools which want to access a <small>CVS</small> repository without
interfering with other tools accessing the same
repository.  If you find yourself confused by concepts
described here, like <em>read lock</em>, <em>write lock</em>,
and <em>deadlock</em>, you might consult the literature on
operating systems or databases.
</p>
<div id="index-_0023cvs_002etfl"></div>
<p>Any file in the repository with a name starting
with &lsquo;<tt>#cvs.rfl.</tt>&rsquo; is a read lock.  Any file in
the repository with a name starting with
&lsquo;<tt>#cvs.wfl</tt>&rsquo; is a write lock.  Old versions of <small>CVS</small>
(before <small>CVS</small> 1.5) also created files with names starting
with &lsquo;<tt>#cvs.tfl</tt>&rsquo;, but they are not discussed here.
The directory &lsquo;<tt>#cvs.lock</tt>&rsquo; serves as a master
lock.  That is, one must obtain this lock first before
creating any of the other locks.
</p>
<p>To obtain a readlock, first create the &lsquo;<tt>#cvs.lock</tt>&rsquo;
directory.  This operation must be atomic (which should
be true for creating a directory under most operating
systems).  If it fails because the directory already
existed, wait for a while and try again.  After
obtaining the &lsquo;<tt>#cvs.lock</tt>&rsquo; lock, create a file
whose name is &lsquo;<tt>#cvs.rfl.</tt>&rsquo; followed by information
of your choice (for example, hostname and process
identification number).  Then remove the
&lsquo;<tt>#cvs.lock</tt>&rsquo; directory to release the master lock.
Then proceed with reading the repository.  When you are
done, remove the &lsquo;<tt>#cvs.rfl</tt>&rsquo; file to release the
read lock.
</p>
<p>To obtain a writelock, first create the
&lsquo;<tt>#cvs.lock</tt>&rsquo; directory, as with a readlock.  Then
check that there are no files whose names start with
&lsquo;<tt>#cvs.rfl.</tt>&rsquo;.  If there are, remove
&lsquo;<tt>#cvs.lock</tt>&rsquo;, wait for a while, and try again.  If
there are no readers, then create a file whose name is
&lsquo;<tt>#cvs.wfl</tt>&rsquo; followed by information of your choice
(for example, hostname and process identification
number).  Hang on to the &lsquo;<tt>#cvs.lock</tt>&rsquo; lock.  Proceed
with writing the repository.  When you are done, first
remove the &lsquo;<tt>#cvs.wfl</tt>&rsquo; file and then the
&lsquo;<tt>#cvs.lock</tt>&rsquo; directory. Note that unlike the
&lsquo;<tt>#cvs.rfl</tt>&rsquo; file, the &lsquo;<tt>#cvs.wfl</tt>&rsquo; file is just
informational; it has no effect on the locking operation
beyond what is provided by holding on to the
&lsquo;<tt>#cvs.lock</tt>&rsquo; lock itself.
</p>
<p>Note that each lock (writelock or readlock) only locks
a single directory in the repository, including
&lsquo;<tt>Attic</tt>&rsquo; and &lsquo;<tt>CVS</tt>&rsquo; but not including
subdirectories which represent other directories under
version control.  To lock an entire tree, you need to
lock each directory (note that if you fail to obtain
any lock you need, you must release the whole tree
before waiting and trying again, to avoid deadlocks).
</p>
<p>Note also that <small>CVS</small> expects writelocks to control
access to individual &lsquo;<tt>foo,v</tt>&rsquo; files.  <small>RCS</small> has
a scheme where the &lsquo;<tt>,foo,</tt>&rsquo; file serves as a lock,
but <small>CVS</small> does not implement it and so taking out a
<small>CVS</small> writelock is recommended.  See the comments at
rcs_internal_lockfile in the <small>CVS</small> source code for
further discussion/rationale.
</p>
<hr size="6">
<div id="CVSROOT-storage"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Locks| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Working-directory-storage| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository-storage| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-files-are-stored-in-the-CVSROOT-directory"></div>
==== How files are stored in the CVSROOT directory ====
<div id="index-CVSROOT_002c-storage-of-files"></div>

<p>The &lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo; directory contains the
various administrative files.  In some ways this
directory is just like any other directory in the
repository; it contains <small>RCS</small> files whose names end
in &lsquo;<samp>,v</samp>&rsquo;, and many of the <small>CVS</small> commands operate
on it the same way.  However, there are a few
differences.
</p>
<p>For each administrative file, in addition to the
<small>RCS</small> file, there is also a checked out copy of the
file.  For example, there is an <small>RCS</small> file
&lsquo;<tt>loginfo,v</tt>&rsquo; and a file &lsquo;<tt>loginfo</tt>&rsquo; which
contains the latest revision contained in
&lsquo;<tt>loginfo,v</tt>&rsquo;.  When you check in an administrative
file, <small>CVS</small> should print
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs commit: Rebuilding administrative file database
</nowiki></pre></td></tr></table>

<p>and update the checked out copy in
&lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo;.  If it does not, there is
something wrong (see section [[#BUGS|Dealing with bugs in CVS or this manual]]).  To add your own files
to the files to be updated in this fashion, you can add
them to the &lsquo;<tt>checkoutlist</tt>&rsquo; administrative file
(see section [[#checkoutlist|The checkoutlist file]]).
</p>
<div id="index-modules_002edb"></div>
<div id="index-modules_002epag"></div>
<div id="index-modules_002edir"></div>
<p>By default, the &lsquo;<tt>modules</tt>&rsquo; file behaves as
described above.  If the modules file is very large,
storing it as a flat text file may make looking up
modules slow (I&rsquo;m not sure whether this is as much of a
concern now as when <small>CVS</small> first evolved this
feature; I haven&rsquo;t seen benchmarks).  Therefore, by
making appropriate edits to the <small>CVS</small> source code
one can store the modules file in a database which
implements the <code>ndbm</code> interface, such as Berkeley
db or GDBM.  If this option is in use, then the modules
database will be stored in the files &lsquo;<tt>modules.db</tt>&rsquo;,
&lsquo;<tt>modules.pag</tt>&rsquo;, and/or &lsquo;<tt>modules.dir</tt>&rsquo;.
</p>
<p>For information on the meaning of the various
administrative files, see [[#Administrative-files|Reference manual for Administrative files]].
</p>
<hr size="6">
<div id="Working-directory-storage"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#CVSROOT-storage| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Intro-administrative-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-data-is-stored-in-the-working-directory"></div>
=== How data is stored in the working directory ===


<div id="index-CVS-directory_002c-in-working-directory"></div>
<p>While we are discussing <small>CVS</small> internals which may
become visible from time to time, we might as well talk
about what <small>CVS</small> puts in the &lsquo;<tt>CVS</tt>&rsquo; directories
in the working directories.  As with the repository,
<small>CVS</small> handles this information and one can usually
access it via <small>CVS</small> commands.  But in some cases it
may be useful to look at it, and other programs, such
as the <code>jCVS</code> graphical user interface or the
<code>VC</code> package for emacs, may need to look at it.
Such programs should follow the recommendations in this
section if they hope to be able to work with other
programs which use those files, including future
versions of the programs just mentioned and the
command-line <small>CVS</small> client.
</p>
<p>The &lsquo;<tt>CVS</tt>&rsquo; directory contains several files.
Programs which are reading this directory should
silently ignore files which are in the directory but
which are not documented here, to allow for future
expansion.
</p>
<p>The files are stored according to the text file
convention for the system in question.  This means that
working directories are not portable between systems
with differing conventions for storing text files.
This is intentional, on the theory that the files being
managed by <small>CVS</small> probably will not be portable between
such systems either.
</p>
<dl compact="compact">
<dt> &lsquo;<tt>Root</tt>&rsquo;</dt>
<dd><p>This file contains the current <small>CVS</small> root, as
described in [[#Specifying-a-repository|Telling CVS where your repository is]].
</p>
<div id="index-Repository-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fRepository-file"></div>
</dd>
<dt> &lsquo;<tt>Repository</tt>&rsquo;</dt>
<dd><p>This file contains the directory within the repository
which the current directory corresponds with.  It can
be either an absolute pathname or a relative pathname;
<small>CVS</small> has had the ability to read either format
since at least version 1.3 or so.  The relative
pathname is relative to the root, and is the more
sensible approach, but the absolute pathname is quite
common and implementations should accept either.  For
example, after the command
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :local:/usr/local/cvsroot checkout yoyodyne/tc
</nowiki></pre></td></tr></table>

<p>&lsquo;<tt>Root</tt>&rsquo; will contain
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>:local:/usr/local/cvsroot
</nowiki></pre></td></tr></table>

<p>and &lsquo;<tt>Repository</tt>&rsquo; will contain either
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>/usr/local/cvsroot/yoyodyne/tc
</nowiki></pre></td></tr></table>

<p>or
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>yoyodyne/tc
</nowiki></pre></td></tr></table>

<p>If the particular working directory does not correspond
to a directory in the repository, then &lsquo;<tt>Repository</tt>&rsquo;
should contain &lsquo;<tt>CVSROOT/Emptydir</tt>&rsquo;.
<div id="index-Emptydir_002c-in-CVSROOT-directory"></div>
<div id="index-CVSROOT_002fEmptydir-directory"></div>
</p>
<div id="index-Entries-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fEntries-file"></div>
</dd>
<dt> &lsquo;<tt>Entries</tt>&rsquo;</dt>
<dd><p>This file lists the files and directories in the
working directory.
The first character of each line indicates what sort of
line it is.  If the character is unrecognized, programs
reading the file should silently skip that line, to
allow for future expansion.
</p>
<p>If the first character is &lsquo;<samp>/</samp>&rsquo;, then the format is:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>/<var>name</var>/<var>revision</var>/<var>timestamp</var>[+<var>conflict</var>]/<var>options</var>/<var>tagdate</var>
</nowiki></pre></td></tr></table>

<p>where &lsquo;<samp>[</samp>&rsquo; and &lsquo;<samp>]</samp>&rsquo; are not part of the entry,
but instead indicate that the &lsquo;<samp>+</samp>&rsquo; and conflict
marker are optional.  <var>name</var> is the name of the
file within the directory.  <var>revision</var> is the
revision that the file in the working derives from, or
&lsquo;<samp>0</samp>&rsquo; for an added file, or &lsquo;<samp>-</samp>&rsquo; followed by a
revision for a removed file.  <var>timestamp</var> is the
timestamp of the file at the time that <small>CVS</small> created
it; if the timestamp differs with the actual
modification time of the file it means the file has
been modified.  It is stored in
the format used by the ISO C asctime() function (for
example, &lsquo;<samp>Sun Apr  7 01:29:26 1996</samp>&rsquo;).  One may
write a string which is not in that format, for
example, &lsquo;<samp>Result of merge</samp>&rsquo;, to indicate that the
file should always be considered to be modified.  This
is not a special case; to see whether a file is
modified a program should take the timestamp of the file
and simply do a string compare with <var>timestamp</var>.
If there was a conflict, <var>conflict</var> can be set to
the modification time of the file after the file has been
written with conflict markers (see section [[#Conflicts-example|Conflicts example]]).
Thus if <var>conflict</var> is subsequently the same as the actual
modification time of the file it means that the user
has obviously not resolved the conflict.  <var>options</var>
contains sticky options (for example &lsquo;<samp>-kb</samp>&rsquo; for a
binary file).  <var>tagdate</var> contains &lsquo;<samp>T</samp>&rsquo; followed
by a tag name, or &lsquo;<samp>D</samp>&rsquo; for a date, followed by a
sticky tag or date.  Note that if <var>timestamp</var>
contains a pair of timestamps separated by a space,
rather than a single timestamp, you are dealing with a
version of <small>CVS</small> earlier than <small>CVS</small> 1.5 (not
documented here).
</p>
<p>The timezone on the timestamp in CVS/Entries (local or
universal) should be the same as the operating system
stores for the timestamp of the file itself.  For
example, on Unix the file&rsquo;s timestamp is in universal
time (UT), so the timestamp in CVS/Entries should be
too.  On <small>VMS</small>, the file&rsquo;s timestamp is in local
time, so <small>CVS</small> on <small>VMS</small> should use local time.
This rule is so that files do not appear to be modified
merely because the timezone changed (for example, to or
from summer time).
</p>
<p>If the first character of a line in &lsquo;<tt>Entries</tt>&rsquo; is
&lsquo;<samp>D</samp>&rsquo;, then it indicates a subdirectory.  &lsquo;<samp>D</samp>&rsquo;
on a line all by itself indicates that the program
which wrote the &lsquo;<tt>Entries</tt>&rsquo; file does record
subdirectories (therefore, if there is such a line and
no other lines beginning with &lsquo;<samp>D</samp>&rsquo;, one knows there
are no subdirectories).  Otherwise, the line looks
like:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>D/<var>name</var>/<var>filler1</var>/<var>filler2</var>/<var>filler3</var>/<var>filler4</var>
</nowiki></pre></td></tr></table>

<p>where <var>name</var> is the name of the subdirectory, and
all the <var>filler</var> fields should be silently ignored,
for future expansion.  Programs which modify
<code>Entries</code> files should preserve these fields.
</p>
<p>The lines in the &lsquo;<tt>Entries</tt>&rsquo; file can be in any order.
</p>
<div id="index-Entries_002eLog-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fEntries_002eLog-file"></div>
</dd>
<dt> &lsquo;<tt>Entries.Log</tt>&rsquo;</dt>
<dd><p>This file does not record any information beyond that
in &lsquo;<tt>Entries</tt>&rsquo;, but it does provide a way to update
the information without having to rewrite the entire
&lsquo;<tt>Entries</tt>&rsquo; file, including the ability to preserve
the information even if the program writing
&lsquo;<tt>Entries</tt>&rsquo; and &lsquo;<tt>Entries.Log</tt>&rsquo; abruptly aborts.
Programs which are reading the &lsquo;<tt>Entries</tt>&rsquo; file
should also check for &lsquo;<tt>Entries.Log</tt>&rsquo;.  If the latter
exists, they should read &lsquo;<tt>Entries</tt>&rsquo; and then apply
the changes mentioned in &lsquo;<tt>Entries.Log</tt>&rsquo;.  After
applying the changes, the recommended practice is to
rewrite &lsquo;<tt>Entries</tt>&rsquo; and then delete &lsquo;<tt>Entries.Log</tt>&rsquo;.
The format of a line in &lsquo;<tt>Entries.Log</tt>&rsquo; is a single
character command followed by a space followed by a
line in the format specified for a line in
&lsquo;<tt>Entries</tt>&rsquo;.  The single character command is
&lsquo;<samp>A</samp>&rsquo; to indicate that the entry is being added,
&lsquo;<samp>R</samp>&rsquo; to indicate that the entry is being removed,
or any other character to indicate that the entire line
in &lsquo;<tt>Entries.Log</tt>&rsquo; should be silently ignored (for
future expansion).  If the second character of the line
in &lsquo;<tt>Entries.Log</tt>&rsquo; is not a space, then it was
written by an older version of <small>CVS</small> (not documented
here).
</p>
<p>Programs which are writing rather than reading can
safely ignore &lsquo;<tt>Entries.Log</tt>&rsquo; if they so choose.
</p>
<div id="index-Entries_002eBackup-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fEntries_002eBackup-file"></div>
</dd>
<dt> &lsquo;<tt>Entries.Backup</tt>&rsquo;</dt>
<dd><p>This is a temporary file.  Recommended usage is to
write a new entries file to &lsquo;<tt>Entries.Backup</tt>&rsquo;, and
then to rename it (atomically, where possible) to &lsquo;<tt>Entries</tt>&rsquo;.
</p>
<div id="index-Entries_002eStatic-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fEntries_002eStatic-file"></div>
</dd>
<dt> &lsquo;<tt>Entries.Static</tt>&rsquo;</dt>
<dd><p>The only relevant thing about this file is whether it
exists or not.  If it exists, then it means that only
part of a directory was gotten and <small>CVS</small> will
not create additional files in that directory.  To
clear it, use the <code>update</code> command with the
&lsquo;<samp>-d</samp>&rsquo; option, which will get the additional files
and remove &lsquo;<tt>Entries.Static</tt>&rsquo;.
</p>
<div id="index-Tag-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fTag-file"></div>
<div id="index-Sticky-tags_002fdates_002c-per_002ddirectory"></div>
<div id="index-Per_002ddirectory-sticky-tags_002fdates"></div>
</dd>
<dt> &lsquo;<tt>Tag</tt>&rsquo;</dt>
<dd><p>This file contains per-directory sticky tags or dates.
The first character is &lsquo;<samp>T</samp>&rsquo; for a branch tag,
&lsquo;<samp>N</samp>&rsquo; for a non-branch tag, or &lsquo;<samp>D</samp>&rsquo; for a date,
or another character to mean the file should be
silently ignored, for future expansion.  This character
is followed by the tag or date.  Note that
per-directory sticky tags or dates are used for things
like applying to files which are newly added; they
might not be the same as the sticky tags or dates on
individual files.  For general information on sticky
tags and dates, see [[#Sticky-tags|Sticky tags]].
</p>
<div id="index-Notify-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fNotify-file"></div>
</dd>
<dt> &lsquo;<tt>Notify</tt>&rsquo;</dt>
<dd><p>This file stores notifications (for example, for
<code>edit</code> or <code>unedit</code>) which have not yet been
sent to the server.  Its format is not yet documented
here.
</p>
<div id="index-Notify_002etmp-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fNotify_002etmp-file"></div>
</dd>
<dt> &lsquo;<tt>Notify.tmp</tt>&rsquo;</dt>
<dd><p>This file is to &lsquo;<tt>Notify</tt>&rsquo; as &lsquo;<tt>Entries.Backup</tt>&rsquo;
is to &lsquo;<tt>Entries</tt>&rsquo;.  That is, to write &lsquo;<tt>Notify</tt>&rsquo;,
first write the new contents to &lsquo;<tt>Notify.tmp</tt>&rsquo; and
then (atomically where possible), rename it to
&lsquo;<tt>Notify</tt>&rsquo;.
</p>
<div id="index-Base-directory_002c-in-CVS-directory"></div>
<div id="index-CVS_002fBase-directory"></div>
</dd>
<dt> &lsquo;<tt>Base</tt>&rsquo;</dt>
<dd><p>If watches are in use, then an <code>edit</code> command
stores the original copy of the file in the &lsquo;<tt>Base</tt>&rsquo;
directory.  This allows the <code>unedit</code> command to
operate even if it is unable to communicate with the
server.
</p>
<div id="index-Baserev-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fBaserev-file"></div>
</dd>
<dt> &lsquo;<tt>Baserev</tt>&rsquo;</dt>
<dd><p>The file lists the revision for each of the files in
the &lsquo;<tt>Base</tt>&rsquo; directory.  The format is:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>B<var>name</var>/<var>rev</var>/<var>expansion</var>
</nowiki></pre></td></tr></table>

<p>where <var>expansion</var> should be ignored, to allow for
future expansion.
</p>
<div id="index-Baserev_002etmp-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fBaserev_002etmp-file"></div>
</dd>
<dt> &lsquo;<tt>Baserev.tmp</tt>&rsquo;</dt>
<dd><p>This file is to &lsquo;<tt>Baserev</tt>&rsquo; as &lsquo;<tt>Entries.Backup</tt>&rsquo;
is to &lsquo;<tt>Entries</tt>&rsquo;.  That is, to write &lsquo;<tt>Baserev</tt>&rsquo;,
first write the new contents to &lsquo;<tt>Baserev.tmp</tt>&rsquo; and
then (atomically where possible), rename it to
&lsquo;<tt>Baserev</tt>&rsquo;.
</p>
<div id="index-Template-file_002c-in-CVS-directory"></div>
<div id="index-CVS_002fTemplate-file"></div>
</dd>
<dt> &lsquo;<tt>Template</tt>&rsquo;</dt>
<dd><p>This file contains the template specified by the
&lsquo;<tt>rcsinfo</tt>&rsquo; file (see section [[#rcsinfo|Rcsinfo]]).  It is only used
by the client; the non-client/server <small>CVS</small> consults
&lsquo;<tt>rcsinfo</tt>&rsquo; directly.
</p></dd>
</dl>

<hr size="6">
<div id="Intro-administrative-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Working-directory-storage| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Editing-administrative-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-administrative-files"></div>
=== The administrative files ===
<div id="index-Administrative-files-_0028intro_0029"></div>
<div id="index-Modules-file"></div>
<div id="index-CVSROOT_002c-module-name"></div>
<div id="index-Defining-modules-_0028intro_0029"></div>


<p>The directory &lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo; contains some <em>administrative
files</em>.  See section [[#Administrative-files|Reference manual for Administrative files]], for a complete description.
You can use <small>CVS</small> without any of these files, but
some commands work better when at least the
&lsquo;<tt>modules</tt>&rsquo; file is properly set up.
</p>
<p>The most important of these files is the &lsquo;<tt>modules</tt>&rsquo;
file.  It defines all modules in the repository.  This
is a sample &lsquo;<tt>modules</tt>&rsquo; file.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>CVSROOT         CVSROOT
modules         CVSROOT modules
cvs             gnu/cvs
rcs             gnu/rcs
diff            gnu/diff
tc              yoyodyne/tc
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>modules</tt>&rsquo; file is line oriented.  In its
simplest form each line contains the name of the
module, whitespace, and the directory where the module
resides.  The directory is a path relative to
<code>$CVSROOT</code>.  The last four lines in the example
above are examples of such lines.
</p>

<p>The line that defines the module called &lsquo;<samp>modules</samp>&rsquo;
uses features that are not explained here.
See section [[#modules|The modules file]], for a full explanation of all the
available features.
</p>
<hr size="6">
<div id="Editing-administrative-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Intro-administrative-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-repositories| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Intro-administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
==== Editing administrative files ====
<div id="index-Editing-administrative-files"></div>
<div id="index-Administrative-files_002c-editing-them"></div>

<p>You edit the administrative files in the same way that you would edit
any other module.  Use &lsquo;<samp>cvs checkout CVSROOT</samp>&rsquo; to get a working
copy, edit it, and commit your changes in the normal way.
</p>
<p>It is possible to commit an erroneous administrative
file.  You can often fix the error and check in a new
revision, but sometimes a particularly bad error in the
administrative file makes it impossible to commit new
revisions.
</p>
<hr size="6">
<div id="Multiple-repositories"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Editing-administrative-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Creating-a-repository| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Multiple-repositories-1"></div>
=== Multiple repositories ===
<div id="index-Multiple-repositories"></div>
<div id="index-Repositories_002c-multiple"></div>
<div id="index-Many-repositories"></div>
<div id="index-Parallel-repositories"></div>
<div id="index-Disjoint-repositories"></div>
<div id="index-CVSROOT_002c-multiple-repositories"></div>

<p>In some situations it is a good idea to have more than
one repository, for instance if you have two
development groups that work on separate projects
without sharing any code.  All you have to do to have
several repositories is to specify the appropriate
repository, using the <code>CVSROOT</code> environment
variable, the &lsquo;<samp>-d</samp>&rsquo; option to <small>CVS</small>, or (once
you have checked out a working directory) by simply
allowing <small>CVS</small> to use the repository that was used
to check out the working directory
(see section [[#Specifying-a-repository|Telling CVS where your repository is]]).
</p>
<p>The big advantage of having multiple repositories is
that they can reside on different servers.  With <small>CVS</small>
version 1.10, a single command cannot recurse into
directories from different repositories.  With development
versions of <small>CVS</small>, you can check out code from multiple
servers into your working directory.  <small>CVS</small> will
recurse and handle all the details of making
connections to as many server machines as necessary to
perform the requested command.  Here is an example of
how to set up a working directory:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d server1:/cvs co dir1
cd dir1
cvs -d server2:/root co sdir
cvs update
</nowiki></pre></td></tr></table>

<p>The <code>cvs co</code> commands set up the working
directory, and then the <code>cvs update</code> command will
contact server2, to update the dir1/sdir subdirectory,
and server1, to update everything else.
</p>

<hr size="6">
<div id="Creating-a-repository"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Multiple-repositories| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Backing-up| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Creating-a-repository-1"></div>
=== Creating a repository ===

<div id="index-Repository_002c-setting-up"></div>
<div id="index-Creating-a-repository"></div>
<div id="index-Setting-up-a-repository"></div>

<p>To set up a <small>CVS</small> repository, first choose the
machine and disk on which you want to store the
revision history of the source files.  CPU and memory
requirements are modest, so most machines should be
adequate.  For details see [[#Server-requirements|Server requirements]].
</p>
<p>To estimate disk space
requirements, if you are importing RCS files from
another system, the size of those files is the
approximate initial size of your repository, or if you
are starting without any version history, a rule of
thumb is to allow for the server approximately three
times the size of the code to be under <small>CVS</small> for the
repository (you will eventually outgrow this, but not
for a while).  On the machines on which the developers
will be working, you&rsquo;ll want disk space for
approximately one working directory for each developer
(either the entire tree or a portion of it, depending
on what each developer uses).
</p>
<p>The repository should be accessible
(directly or via a networked file system) from all
machines which want to use <small>CVS</small> in server or local
mode; the client machines need not have any access to
it other than via the <small>CVS</small> protocol.  It is not
possible to use <small>CVS</small> to read from a repository
which one only has read access to; <small>CVS</small> needs to be
able to create lock files (see section [[#Concurrency|Several developers simultaneously attempting to run CVS]]).
</p>
<div id="index-init-_0028subcommand_0029"></div>
<p>To create a repository, run the <code>cvs init</code>
command.  It will set up an empty repository in the
<small>CVS</small> root specified in the usual way
(see section [[#Repository|The Repository]]).  For example,
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d /usr/local/cvsroot init
</nowiki></pre></td></tr></table>

<p><code>cvs init</code> is careful to never overwrite any
existing files in the repository, so no harm is done if
you run <code>cvs init</code> on an already set-up
repository.
</p>
<p><code>cvs init</code> will enable history logging; if you
don&rsquo;t want that, remove the history file after running
<code>cvs init</code>.  See section [[#history-file|The history file]].
</p>
<hr size="6">
<div id="Backing-up"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Creating-a-repository| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Moving-a-repository| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Backing-up-a-repository"></div>
=== Backing up a repository ===
<div id="index-Repository_002c-backing-up"></div>
<div id="index-Backing-up_002c-repository"></div>

<p>There is nothing particularly magical about the files
in the repository; for the most part it is possible to
back them up just like any other files.  However, there
are a few issues to consider.
</p>
<div id="index-Locks_002c-cvs_002c-and-backups"></div>
<div id="index-_0023cvs_002erfl_002c-and-backups"></div>
<p>The first is that to be paranoid, one should either not
use <small>CVS</small> during the backup, or have the backup
program lock <small>CVS</small> while doing the backup.  To not
use <small>CVS</small>, you might forbid logins to machines which
can access the repository, turn off your <small>CVS</small>
server, or similar mechanisms.  The details would
depend on your operating system and how you have
<small>CVS</small> set up.  To lock <small>CVS</small>, you would create
&lsquo;<tt>#cvs.rfl</tt>&rsquo; locks in each repository directory.
See [[#Concurrency|Several developers simultaneously attempting to run CVS]], for more on <small>CVS</small> locks.
Having said all this, if you just back up without any
of these precautions, the results are unlikely to be
particularly dire.  Restoring from backup, the
repository might be in an inconsistent state, but this
would not be particularly hard to fix manually.
</p>
<p>When you restore a repository from backup, assuming
that changes in the repository were made after the time
of the backup, working directories which were not
affected by the failure may refer to revisions which no
longer exist in the repository.  Trying to run <small>CVS</small>
in such directories will typically produce an error
message.  One way to get those changes back into the
repository is as follows:
</p>
<ul>
<li>
Get a new working directory.

</li><li>
Copy the files from the working directory from before
the failure over to the new working directory (do not
copy the contents of the &lsquo;<tt>CVS</tt>&rsquo; directories, of
course).

</li><li>
Working in the new working directory, use commands such
as <code>cvs update</code> and <code>cvs diff</code> to figure out
what has changed, and then when you are ready, commit
the changes into the repository.
</li></ul>

<hr size="6">
<div id="Moving-a-repository"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Backing-up| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Moving-a-repository-1"></div>
=== Moving a repository ===
<div id="index-Repository_002c-moving"></div>
<div id="index-Moving-a-repository"></div>
<div id="index-Copying-a-repository"></div>

<p>Just as backing up the files in the repository is
pretty much like backing up any other files, if you
need to move a repository from one place to another it
is also pretty much like just moving any other
collection of files.
</p>
<p>The main thing to consider is that working directories
point to the repository.  The simplest way to deal with
a moved repository is to just get a fresh working
directory after the move.  Of course, you&rsquo;ll want to
make sure that the old working directory had been
checked in before the move, or you figured out some
other way to make sure that you don&rsquo;t lose any
changes.  If you really do want to reuse the existing
working directory, it should be possible with manual
surgery on the &lsquo;<tt>CVS/Repository</tt>&rsquo; files.  You can
see [[#Working-directory-storage|How data is stored in the working directory]], for information on
the &lsquo;<tt>CVS/Repository</tt>&rsquo; and &lsquo;<tt>CVS/Root</tt>&rsquo; files, but
unless you are sure you want to bother, it probably
isn&rsquo;t worth it.
</p>
<hr size="6">
<div id="Remote-repositories"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Moving-a-repository| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Server-requirements| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Remote-repositories-1"></div>
=== Remote repositories ===
<div id="index-Repositories_002c-remote"></div>
<div id="index-Remote-repositories"></div>
<div id="index-Client_002fServer-Operation"></div>
<div id="index-Server_002c-CVS"></div>
<div id="index-Remote-repositories_002c-port-specification"></div>
<div id="index-Repositories_002c-remote_002c-port-specification"></div>
<div id="index-Client_002fServer-Operation_002c-port-specification"></div>
<div id="index-pserver-_0028client_002fserver-connection-method_0029_002c-port-specification"></div>
<div id="index-kserver-_0028client_002fserver-connection-method_0029_002c-port-specification"></div>
<div id="index-gserver-_0028client_002fserver-connection-method_0029_002c-port-specification"></div>
<div id="index-port_002c-specifying-for-remote-repositories"></div>

<p>        Your working copy of the sources can be on a
different machine than the repository.  Using <small>CVS</small>
in this manner is known as <em>client/server</em>
operation.  You run <small>CVS</small> on a machine which can
mount your working directory, known as the
<em>client</em>, and tell it to communicate to a machine
which can mount the repository, known as the
<em>server</em>.  Generally, using a remote
repository is just like using a local one, except that
the format of the repository name is:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>[:<var>method</var>:][[<var>user</var>][:<var>password</var>]@]<var>hostname</var>[:[<var>port</var>]]/path/to/repository
</nowiki></pre></td></tr></table>

<p>Specifying a password in the repository name is not recommended during
checkout, since this will cause <small>CVS</small> to store a cleartext copy of the
password in each created directory.  <code>cvs login</code> first instead
(see section [[#Password-authentication-client|Using the client with password authentication]]).
</p>
<p>The details of exactly what needs to be set up depend
on how you are connecting to the server.
</p>
<p>If <var>method</var> is not specified, and the repository
name contains &lsquo;<samp>:</samp>&rsquo;, then the default is <code>ext</code>
or <code>server</code>, depending on your platform; both are
described in [[#Connecting-via-rsh|Connecting with rsh]].
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Server-requirements| Server requirements]]::<nowiki>         Memory and other resources for servers
</nowiki>&bull;[[#Connecting-via-rsh| Connecting via rsh]]::<nowiki>          Using the <code>rsh</code> program to connect
</nowiki>&bull;[[#Password-authenticated| Password authenticated]]::<nowiki>      Direct connections using passwords
</nowiki>&bull;[[#GSSAPI-authenticated| GSSAPI authenticated]]::<nowiki>        Direct connections using GSSAPI
</nowiki>&bull;[[#Kerberos-authenticated| Kerberos authenticated]]::<nowiki>      Direct connections with kerberos
</nowiki>&bull;[[#Connecting-via-fork| Connecting via fork]]::<nowiki>         Using a forked <code>cvs server</code> to connect
</nowiki></pre>
<hr size="6">
<div id="Server-requirements"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Remote-repositories| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Connecting-via-rsh| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Server-requirements-1"></div>
==== Server requirements ====

<p>The quick answer to what sort of machine is suitable as
a server is that requirements are modest&mdash;a server
with 32M of memory or even less can handle a fairly
large source tree with a fair amount of activity.
</p>
<p>The real answer, of course, is more complicated.
Estimating the known areas of large memory consumption
should be sufficient to estimate memory requirements.
There are two such areas documented here; other memory
consumption should be small by comparison (if you find
that is not the case, let us know, as described in
[[#BUGS|Dealing with bugs in CVS or this manual]], so we can update this documentation).
</p>
<p>The first area of big memory consumption is large
checkouts, when using the <small>CVS</small> server.  The server
consists of two processes for each client that it is
serving.  Memory consumption on the child process
should remain fairly small.  Memory consumption on the
parent process, particularly if the network connection
to the client is slow, can be expected to grow to
slightly more than the size of the sources in a single
directory, or two megabytes, whichever is larger.
</p>
<p>Multiplying the size of each <small>CVS</small> server by the
number of servers which you expect to have active at
one time should give an idea of memory requirements for
the server.  For the most part, the memory consumed by
the parent process probably can be swap space rather
than physical memory.
</p>

<p>The second area of large memory consumption is
<code>diff</code>, when checking in large files.  This is
required even for binary files.  The rule of thumb is
to allow about ten times the size of the largest file
you will want to check in, although five times may be
adequate.  For example, if you want to check in a file
which is 10 megabytes, you should have 100 megabytes of
memory on the machine doing the checkin (the server
machine for client/server, or the machine running
<small>CVS</small> for non-client/server).  This can be swap
space rather than physical memory.  Because the memory
is only required briefly, there is no particular need
to allow memory for more than one such checkin at a
time.
</p>
<p>Resource consumption for the client is even more
modest&mdash;any machine with enough capacity to run the
operating system in question should have little
trouble.
</p>
<p>For information on disk space requirements, see
[[#Creating-a-repository|Creating a repository]].
</p>
<hr size="6">
<div id="Connecting-via-rsh"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Server-requirements| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authenticated| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Connecting-with-rsh"></div>
==== Connecting with rsh ====

<div id="index-rsh"></div>
<p><small>CVS</small> uses the &lsquo;<samp>rsh</samp>&rsquo; protocol to perform these
operations, so the remote user host needs to have a
&lsquo;<tt>.rhosts</tt>&rsquo; file which grants access to the local
user. Note that the program that <small>CVS</small> uses for this
purpose may be specified using the &lsquo;<tt>--with-rsh</tt>&rsquo;
flag to configure.
</p>
<p>For example, suppose you are the user &lsquo;<samp>mozart</samp>&rsquo; on
the local machine &lsquo;<samp>toe.example.com</samp>&rsquo;, and the
server machine is &lsquo;<samp>faun.example.org</samp>&rsquo;.  On
faun, put the following line into the file
&lsquo;<tt>.rhosts</tt>&rsquo; in &lsquo;<samp>bach</samp>&rsquo;&rsquo;s home directory:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>toe.example.com  mozart
</nowiki></pre></td></tr></table>

<p>Then test that &lsquo;<samp>rsh</samp>&rsquo; is working with
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>rsh -l bach faun.example.org 'echo $PATH'
</nowiki></pre></td></tr></table>

<div id="index-CVS_005fSERVER_002c-environment-variable"></div>
<p>Next you have to make sure that <code>rsh</code> will be able
to find the server.  Make sure that the path which
<code>rsh</code> printed in the above example includes the
directory containing a program named <code>cvs</code> which
is the server.  You need to set the path in
&lsquo;<tt>.bashrc</tt>&rsquo;, &lsquo;<tt>.cshrc</tt>&rsquo;, etc., not &lsquo;<tt>.login</tt>&rsquo;
or &lsquo;<tt>.profile</tt>&rsquo;.  Alternately, you can set the
environment variable <code>CVS_SERVER</code> on the client
machine to the filename of the server you want to use,
for example &lsquo;<tt>/usr/local/bin/cvs-1.6</tt>&rsquo;.
</p>
<p>There is no need to edit &lsquo;<tt>inetd.conf</tt>&rsquo; or start a
<small>CVS</small> server daemon.
</p>
<div id="index-_003aserver_003a_002c-setting-up"></div>
<div id="index-_003aext_003a_002c-setting-up"></div>
<div id="index-Kerberos_002c-using-kerberized-rsh"></div>
<div id="index-SSH-_0028rsh-replacement_0029"></div>
<div id="index-rsh-replacements-_0028Kerberized_002c-SSH_002c-_0026c_0029"></div>
<p>There are two access methods that you use in <code>CVSROOT</code>
for rsh.  <code>:server:</code> specifies an internal rsh
client, which is supported only by some <small>CVS</small> ports.
<code>:ext:</code> specifies an external rsh program.  By
default this is <code>rsh</code> (unless otherwise specified
by the &lsquo;<tt>--with-rsh</tt>&rsquo; flag to configure) but you may set the
<code>CVS_RSH</code> environment variable to invoke another
program which can access the remote server (for
example, <code>remsh</code> on HP-UX 9 because <code>rsh</code> is
something different).  It must be a program which can
transmit data to and from the server without modifying
it; for example the Windows NT <code>rsh</code> is not
suitable since it by default translates between CRLF
and LF.  The OS/2 <small>CVS</small> port has a hack to pass &lsquo;<samp>-b</samp>&rsquo;
to <code>rsh</code> to get around this, but since this could
potentially cause problems for programs other than the
standard <code>rsh</code>, it may change in the future.  If
you set <code>CVS_RSH</code> to <code>SSH</code> or some other rsh
replacement, the instructions in the rest of this
section concerning &lsquo;<tt>.rhosts</tt>&rsquo; and so on are likely
to be inapplicable; consult the documentation for your rsh
replacement.
</p>
<p>Continuing our example, supposing you want to access
the module &lsquo;<tt>foo</tt>&rsquo; in the repository
&lsquo;<tt>/usr/local/cvsroot/</tt>&rsquo;, on machine
&lsquo;<tt>faun.example.org</tt>&rsquo;, you are ready to go:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :ext:bach@faun.example.org:/usr/local/cvsroot checkout foo
</nowiki></pre></td></tr></table>

<p>(The &lsquo;<tt>bach@</tt>&rsquo; can be omitted if the username is
the same on both the local and remote hosts.)
</p>

<hr size="6">
<div id="Password-authenticated"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Connecting-via-rsh| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authentication-server| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Direct-connection-with-password-authentication"></div>
==== Direct connection with password authentication ====

<p>The <small>CVS</small> client can also connect to the server
using a password protocol.  This is particularly useful
if using <code>rsh</code> is not feasible (for example,
the server is behind a firewall), and Kerberos also is
not available.
</p>
<p>        To use this method, it is necessary to make
some adjustments on both the server and client sides.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Password-authentication-server| Password authentication server]]::<nowiki>     Setting up the server
</nowiki>&bull;[[#Password-authentication-client| Password authentication client]]::<nowiki>     Using the client
</nowiki>&bull;[[#Password-authentication-security| Password authentication security]]::<nowiki>   What this method does and does not do
</nowiki></pre>
<hr size="6">
<div id="Password-authentication-server"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Password-authenticated| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authentication-client| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authenticated| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Setting-up-the-server-for-password-authentication"></div>
===== Setting up the server for password authentication =====

<p>First of all, you probably want to tighten the
permissions on the &lsquo;<tt>$CVSROOT</tt>&rsquo; and
&lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo; directories.  See [[#Password-authentication-security|Security considerations with password authentication]], for more details.
</p>
<div id="index-pserver-_0028subcommand_0029"></div>
<div id="index-Remote-repositories_002c-port-specification-1"></div>
<div id="index-Repositories_002c-remote_002c-port-specification-1"></div>
<div id="index-Client_002fServer-Operation_002c-port-specification-1"></div>
<div id="index-pserver-_0028client_002fserver-connection-method_0029_002c-port-specification-1"></div>
<div id="index-kserver-_0028client_002fserver-connection-method_0029_002c-port-specification-1"></div>
<div id="index-gserver-_0028client_002fserver-connection-method_0029_002c-port-specification-1"></div>
<div id="index-port_002c-specifying-for-remote-repositories-1"></div>
<div id="index-Password-server_002c-setting-up"></div>
<div id="index-Authenticating-server_002c-setting-up"></div>
<div id="index-inetd_002c-configuring-for-pserver"></div>
<div id="index-xinetd_002c-configuring-for-pserver"></div>
<p>On the server side, the file &lsquo;<tt>/etc/inetd.conf</tt>&rsquo;
needs to be edited so <code>inetd</code> knows to run the
command <code>cvs pserver</code> when it receives a
connection on the right port.  By default, the port
number is 2401; it would be different if your client
were compiled with <code>CVS_AUTH_PORT</code> defined to
something else, though.  This can also be specified in the CVSROOT variable
(see section [[#Remote-repositories|Remote repositories]]) or overridden with the CVS_CLIENT_PORT
environment variable (see section [[#Environment-variables|All environment variables which affect CVS]]).
</p>
<p>        If your <code>inetd</code> allows raw port numbers in
&lsquo;<tt>/etc/inetd.conf</tt>&rsquo;, then the following (all on a
single line in &lsquo;<tt>inetd.conf</tt>&rsquo;) should be sufficient:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>2401  stream  tcp  nowait  root  /usr/local/bin/cvs
cvs -f --allow-root=/usr/cvsroot pserver
</nowiki></pre></td></tr></table>

<p>(You could also use the
&lsquo;<samp>-T</samp>&rsquo; option to specify a temporary directory.)
</p>
<p>The &lsquo;<samp>--allow-root</samp>&rsquo; option specifies the allowable
<small>CVSROOT</small> directory.  Clients which attempt to use a
different <small>CVSROOT</small> directory will not be allowed to
connect.  If there is more than one <small>CVSROOT</small>
directory which you want to allow, repeat the option.
(Unfortunately, many versions of <code>inetd</code> have very small
limits on the number of arguments and/or the total length
of the command.  The usual solution to this problem is
to have <code>inetd</code> run a shell script which then invokes
<small>CVS</small> with the necessary arguments.)
</p>
<p>        If your <code>inetd</code> wants a symbolic service
name instead of a raw port number, then put this in
&lsquo;<tt>/etc/services</tt>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvspserver      2401/tcp
</nowiki></pre></td></tr></table>

<p>and put <code>cvspserver</code> instead of <code>2401</code> in &lsquo;<tt>inetd.conf</tt>&rsquo;.
</p>
<p>If your system uses <code>xinetd</code> instead of <code>inetd</code>,
the procedure is slightly different.
Create a file called &lsquo;<tt>/etc/xinetd.d/cvspserver</tt>&rsquo; containing the following:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>service cvspserver
{
   port        = 2401
   socket_type = stream
   protocol    = tcp
   wait        = no
   user        = root
   passenv     = PATH
   server      = /usr/local/bin/cvs
   server_args = -f --allow-root=/usr/cvsroot pserver
}
</nowiki></pre></td></tr></table>

<p>(If <code>cvspserver</code> is defined in &lsquo;<tt>/etc/services</tt>&rsquo;, you can omit
the <code>port</code> line.)
</p>
<p>        Once the above is taken care of, restart your
<code>inetd</code>, or do whatever is necessary to force it
to reread its initialization files.
</p>
<p>If you are having trouble setting this up, see
[[#Connection|Trouble making a connection to a CVS server]].
</p>
<div id="index-CVS-passwd-file"></div>
<div id="index-passwd-_0028admin-file_0029"></div>
<p>Because the client stores and transmits passwords in
cleartext (almost&mdash;see [[#Password-authentication-security|Security considerations with password authentication]], for details), a separate <small>CVS</small> password
file is generally used, so people don&rsquo;t compromise
their regular passwords when they access the
repository.  This file is
&lsquo;<tt>$CVSROOT/CVSROOT/passwd</tt>&rsquo; (see section [[#Intro-administrative-files|The administrative files]]).  It uses a colon-separated
format, similar to &lsquo;<tt>/etc/passwd</tt>&rsquo; on Unix systems,
except that it has fewer fields: <small>CVS</small> username,
optional password, and an optional system username for
<small>CVS</small> to run as if authentication succeeds.  Here is
an example &lsquo;<tt>passwd</tt>&rsquo; file with five entries:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>anonymous:
bach:ULtgRLXo7NRxs
spwang:1sOp854gDF3DY
melissa:tGX1fS8sun6rY:pubcvs
qproj:XR4EZcEs0szik:pubcvs
</nowiki></pre></td></tr></table>

<p>(The passwords are encrypted according to the standard
Unix <code>crypt()</code> function, so it is possible to
paste in passwords directly from regular Unix
&lsquo;<tt>/etc/passwd</tt>&rsquo; files.)
</p>
<p>The first line in the example will grant access to any
<small>CVS</small> client attempting to authenticate as user
<code>anonymous</code>, no matter what password they use,
including an empty password.  (This is typical for
sites granting anonymous read-only access; for
information on how to do the &quot;read-only&quot; part, see
[[#Read_002donly-access|Read-only repository access]].)
</p>
<p>The second and third lines will grant access to
<code>bach</code> and <code>spwang</code> if they supply their
respective plaintext passwords.
</p>
<div id="index-User-aliases"></div>
<p>The fourth line will grant access to <code>melissa</code>, if
she supplies the correct password, but her <small>CVS</small>
operations will actually run on the server side under
the system user <code>pubcvs</code>.  Thus, there need not be
any system user named <code>melissa</code>, but there
<em>must</em> be one named <code>pubcvs</code>.
</p>
<p>The fifth line shows that system user identities can be
shared: any client who successfully authenticates as
<code>qproj</code> will actually run as <code>pubcvs</code>, just
as <code>melissa</code> does.  That way you could create a
single, shared system user for each project in your
repository, and give each developer their own line in
the &lsquo;<tt>$CVSROOT/CVSROOT/passwd</tt>&rsquo; file.  The <small>CVS</small>
username on each line would be different, but the
system username would be the same.  The reason to have
different <small>CVS</small> usernames is that <small>CVS</small> will log their
actions under those names: when <code>melissa</code> commits
a change to a project, the checkin is recorded in the
project&rsquo;s history under the name <code>melissa</code>, not
<code>pubcvs</code>.  And the reason to have them share a
system username is so that you can arrange permissions
in the relevant area of the repository such that only
that account has write-permission there.
</p>
<p>If the system-user field is present, all
password-authenticated <small>CVS</small> commands run as that
user; if no system user is specified, <small>CVS</small> simply
takes the <small>CVS</small> username as the system username and
runs commands as that user.  In either case, if there
is no such user on the system, then the <small>CVS</small>
operation will fail (regardless of whether the client
supplied a valid password).
</p>
<p>The password and system-user fields can both be omitted
(and if the system-user field is omitted, then also
omit the colon that would have separated it from the
encrypted password).  For example, this would be a
valid &lsquo;<tt>$CVSROOT/CVSROOT/passwd</tt>&rsquo; file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>anonymous::pubcvs
fish:rKa5jzULzmhOo:kfogel
sussman:1sOp854gDF3DY
</nowiki></pre></td></tr></table>

<p>When the password field is omitted or empty, then the
client&rsquo;s authentication attempt will succeed with any
password, including the empty string.  However, the
colon after the <small>CVS</small> username is always necessary,
even if the password is empty.
</p>
<p><small>CVS</small> can also fall back to use system authentication.
When authenticating a password, the server first checks
for the user in the &lsquo;<tt>$CVSROOT/CVSROOT/passwd</tt>&rsquo;
file.  If it finds the user, it will use that entry for
authentication as described above.  But if it does not
find the user, or if the <small>CVS</small> &lsquo;<tt>passwd</tt>&rsquo; file
does not exist, then the server can try to authenticate
the username and password using the operating system&rsquo;s
user-lookup routines (this &quot;fallback&quot; behavior can be
disabled by setting <code>SystemAuth=no</code> in the
<small>CVS</small> &lsquo;<tt>config</tt>&rsquo; file, see section [[#config|The CVSROOT/config configuration file]]).
</p>
<p>The default fallback behaviour is to look in 
&lsquo;<tt>/etc/passwd</tt>&rsquo; for this system password unless your
system has PAM (Pluggable Authentication Modules)
and your <small>CVS</small> server executable was configured to
use it at compile time (using <code>./configure --enable-pam</code> - see the
INSTALL file for more).  In this case, PAM will be consulted instead.
This means that <small>CVS</small> can be configured to use any password
authentication source PAM can be configured to use (possibilities
include a simple UNIX password, NIS, LDAP, and others) in its
global configuration file (usually &lsquo;<tt>/etc/pam.conf</tt>&rsquo;
or possibly &lsquo;<tt>/etc/pam.d/cvs</tt>&rsquo;).  See your PAM documentation
for more details on PAM configuration.
</p>
<p>Note that PAM is an experimental feature in <small>CVS</small> and feedback is
encouraged.  Please send a mail to one of the <small>CVS</small> mailing lists
(<code>info-cvs@gnu.org</code> or <code>bug-cvs@gnu.org</code>) if you use the 
<small>CVS</small> PAM support.
</p>
<p><strong>WARNING: Using PAM gives the system administrator much more 
flexibility about how <small>CVS</small> users are authenticated but 
no more security than other methods.  See below for more.</strong> 
</p>
<p>CVS needs an &quot;auth&quot; and &quot;account&quot; module in the 
PAM configuration file. A typical PAM configuration 
would therefore have the following lines 
in &lsquo;<tt>/etc/pam.conf</tt>&rsquo; to emulate the standard <small>CVS</small> 
system &lsquo;<tt>/etc/passwd</tt>&rsquo; authentication:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs	auth	    required	pam_unix.so
cvs	account	    required	pam_unix.so
</nowiki></pre></td></tr></table>

<p>The the equivalent &lsquo;<tt>/etc/pam.d/cvs</tt>&rsquo; would contain
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>auth	    required	pam_unix.so
account	    required	pam_unix.so
</nowiki></pre></td></tr></table>

<p>Some systems require a full path to the module so that
&lsquo;<tt>pam_unix.so</tt>&rsquo; (Linux) would become something like 
&lsquo;<tt>/usr/lib/security/$ISA/pam_unix.so.1</tt>&rsquo; (Sun Solaris).
See the &lsquo;<tt>contrib/pam</tt>&rsquo; subdirectory of the <small>CVS</small>
source distribution for further example configurations.
</p>
<p>The PAM service name given above as &quot;cvs&quot; is just
the service name in the default configuration amd can be
set using
<code>./configure --with-hardcoded-pam-service-name=&lt;pam-service-name&gt;</code>
before compiling.  <small>CVS</small> can also be configured to use whatever
name it is invoked as as its PAM service name using
<code>./configure --without-hardcoded-pam-service-name</code>, but this
feature should not be used if you may not have control of the name
<small>CVS</small> will be invoked as.
</p>
<p>Be aware, also, that falling back to system
authentication might be a security risk: <small>CVS</small>
operations would then be authenticated with that user&rsquo;s
regular login password, and the password flies across
the network in plaintext.  See [[#Password-authentication-security|Security considerations with password authentication]] for more on this.
This may be more of a problem with PAM authentication
because it is likely that the source of the system 
password is some central authentication service like
LDAP which is also used to authenticate other services.
</p>
<p>On the other hand, PAM makes it very easy to change your password
regularly.  If they are given the option of a one-password system for
all of their activities, users are often more willing to change their
password on a regular basis.
</p>
<p>In the non-PAM configuration where the password is stored in the
&lsquo;<tt>CVSROOT/passwd</tt>&rsquo; file, it is difficult to change passwords on a
regular basis since only administrative users (or in some cases
processes that act as an administrative user) are typicaly given
access to modify this file.  Either there needs to be some
hand-crafted web page or set-uid program to update the file, or the
update needs to be done by submitting a request to an administrator to
perform the duty by hand.  In the first case, having to remember to
update a separate password on a periodic basis can be difficult.  In
the second case, the manual nature of the change will typically mean
that the password will not be changed unless it is absolutely
necessary.
</p>
<p>Note that PAM administrators should probably avoid configuring
one-time-passwords (OTP) for <small>CVS</small> authentication/authorization.  If
OTPs are desired, the administrator may wish to encourage the use of
one of the other Client/Server access methods.  See the section on
see section [[#Remote-repositories|Remote repositories]] for a list of other methods.
</p>
<p>Right now, the only way to put a password in the
<small>CVS</small> &lsquo;<tt>passwd</tt>&rsquo; file is to paste it there from
somewhere else.  Someday, there may be a <code>cvs
passwd</code> command.
</p>
<p>Unlike many of the files in &lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo;, it
is normal to edit the &lsquo;<tt>passwd</tt>&rsquo; file in-place,
rather than via <small>CVS</small>.  This is because of the
possible security risks of having the &lsquo;<tt>passwd</tt>&rsquo;
file checked out to people&rsquo;s working copies.  If you do
want to include the &lsquo;<tt>passwd</tt>&rsquo; file in checkouts of
&lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo;, see [[#checkoutlist|The checkoutlist file]].
</p>

<hr size="6">
<div id="Password-authentication-client"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Password-authentication-server| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authentication-security| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authenticated| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Using-the-client-with-password-authentication"></div>
===== Using the client with password authentication =====
<div id="index-Login-_0028subcommand_0029"></div>
<div id="index-Password-client_002c-using"></div>
<div id="index-Authenticated-client_002c-using"></div>
<div id="index-_003apserver_003a_002c-setting-up"></div>
<p>To run a <small>CVS</small> command on a remote repository via
the password-authenticating server, one specifies the
<code>pserver</code> protocol, optional username, repository host, an
optional port number, and path to the repository.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :pserver:faun.example.org:/usr/local/cvsroot checkout someproj
</nowiki></pre></td></tr></table>

<p>or
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>CVSROOT=:pserver:bach@faun.example.org:2401/usr/local/cvsroot
cvs checkout someproj
</nowiki></pre></td></tr></table>

<p>However, unless you&rsquo;re connecting to a public-access
repository (i.e., one where that username doesn&rsquo;t
require a password), you&rsquo;ll need to supply a password or <em>log in</em> first.
Logging in verifies your password with the repository and stores it in a file.
It&rsquo;s done with the <code>login</code> command, which will
prompt you interactively for the password if you didn&rsquo;t supply one as part of
<var>$CVSROOT</var>:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :pserver:bach@faun.example.org:/usr/local/cvsroot login
CVS password:
</nowiki></pre></td></tr></table>

<p>or
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :pserver:bach:p4ss30rd@faun.example.org:/usr/local/cvsroot login
</nowiki></pre></td></tr></table>

<p>After you enter the password, <small>CVS</small> verifies it with
the server.  If the verification succeeds, then that
combination of username, host, repository, and password
is permanently recorded, so future transactions with
that repository won&rsquo;t require you to run <code>cvs
login</code>.  (If verification fails, <small>CVS</small> will exit
complaining that the password was incorrect, and
nothing will be recorded.)
</p>
<p>The records are stored, by default, in the file
&lsquo;<tt>$HOME/.cvspass</tt>&rsquo;.  That file&rsquo;s format is
human-readable, and to a degree human-editable, but
note that the passwords are not stored in
cleartext&mdash;they are trivially encoded to protect them
from &quot;innocent&quot; compromise (i.e., inadvertent viewing
by a system administrator or other non-malicious
person).
</p>
<div id="index-CVS_005fPASSFILE_002c-environment-variable"></div>
<p>You can change the default location of this file by
setting the <code>CVS_PASSFILE</code> environment variable.
If you use this variable, make sure you set it
<em>before</em> <code>cvs login</code> is run.  If you were to
set it after running <code>cvs login</code>, then later
<small>CVS</small> commands would be unable to look up the
password for transmission to the server.
</p>  
<p>Once you have logged in, all <small>CVS</small> commands using
that remote repository and username will authenticate
with the stored password.  So, for example
</p>  
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :pserver:bach@faun.example.org:/usr/local/cvsroot checkout foo
</nowiki></pre></td></tr></table>

<p>should just work (unless the password changes on the
server side, in which case you&rsquo;ll have to re-run
<code>cvs login</code>).
</p>
<p>Note that if the &lsquo;<samp>:pserver:</samp>&rsquo; were not present in
the repository specification, <small>CVS</small> would assume it
should use <code>rsh</code> to connect with the server
instead (see section [[#Connecting-via-rsh|Connecting with rsh]]).
</p>
<p>Of course, once you have a working copy checked out and
are running <small>CVS</small> commands from within it, there is
no longer any need to specify the repository
explicitly, because <small>CVS</small> can deduce the repository
from the working copy&rsquo;s &lsquo;<tt>CVS</tt>&rsquo; subdirectory.
</p>
<div id="index-Logout-_0028subcommand_0029"></div>
<p>The password for a given remote repository can be
removed from the <code>CVS_PASSFILE</code> by using the
<code>cvs logout</code> command.
</p>
<hr size="6">
<div id="Password-authentication-security"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Password-authentication-client| &lt; ]]|</td>
<td valign="middle" align="left">|[[#GSSAPI-authenticated| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Password-authenticated| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Security-considerations-with-password-authentication"></div>
===== Security considerations with password authentication =====

<div id="index-Security_002c-of-pserver"></div>
<p>The passwords are stored on the client side in a
trivial encoding of the cleartext, and transmitted in
the same encoding.  The encoding is done only to
prevent inadvertent password compromises (i.e., a
system administrator accidentally looking at the file),
and will not prevent even a naive attacker from gaining
the password.
</p>
<p>The separate <small>CVS</small> password file (see section [[#Password-authentication-server|Setting up the server for password authentication]]) allows people
to use a different password for repository access than
for login access.  On the other hand, once a user has
non-read-only
access to the repository, she can execute programs on
the server system through a variety of means.  Thus, repository
access implies fairly broad system access as well.  It
might be possible to modify <small>CVS</small> to prevent that,
but no one has done so as of this writing.
</p>
<p>Note that because the &lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo; directory
contains &lsquo;<tt>passwd</tt>&rsquo; and other files which are used
to check security, you must control the permissions on
this directory as tightly as the permissions on
&lsquo;<tt>/etc</tt>&rsquo;.  The same applies to the &lsquo;<tt>$CVSROOT</tt>&rsquo;
directory itself and any directory
above it in the tree.  Anyone who has write access to
such a directory will have the ability to become any
user on the system.  Note that these permissions are
typically tighter than you would use if you are not
using pserver.
</p>
<p>In summary, anyone who gets the password gets
repository access (which may imply some measure of general system
access as well).  The password is available to anyone
who can sniff network packets or read a protected
(i.e., user read-only) file.  If you want real
security, get Kerberos.
</p>
<hr size="6">
<div id="GSSAPI-authenticated"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Password-authentication-security| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Kerberos-authenticated| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Direct-connection-with-GSSAPI"></div>
==== Direct connection with GSSAPI ====

<div id="index-GSSAPI"></div>
<div id="index-Security_002c-GSSAPI"></div>
<div id="index-_003agserver_003a_002c-setting-up"></div>
<div id="index-Kerberos_002c-using-_003agserver_003a"></div>
<p>GSSAPI is a generic interface to network security
systems such as Kerberos 5.
If you have a working GSSAPI library, you can have
<small>CVS</small> connect via a direct <small>TCP</small> connection,
authenticating with GSSAPI.
</p>
<p>To do this, <small>CVS</small> needs to be compiled with GSSAPI
support; when configuring <small>CVS</small> it tries to detect
whether GSSAPI libraries using kerberos version 5 are
present.  You can also use the &lsquo;<tt>--with-gssapi</tt>&rsquo;
flag to configure.
</p>
<p>The connection is authenticated using GSSAPI, but the
message stream is <em>not</em> authenticated by default.
You must use the <code>-a</code> global option to request
stream authentication.
</p>
<p>The data transmitted is <em>not</em> encrypted by
default.  Encryption support must be compiled into both
the client and the server; use the
&lsquo;<tt>--enable-encrypt</tt>&rsquo; configure option to turn it on.
You must then use the <code>-x</code> global option to
request encryption.
</p>
<p>GSSAPI connections are handled on the server side by
the same server which handles the password
authentication server; see [[#Password-authentication-server|Setting up the server for password authentication]].  If you are using a GSSAPI mechanism such as
Kerberos which provides for strong authentication, you
will probably want to disable the ability to
authenticate via cleartext passwords.  To do so, create
an empty &lsquo;<tt>CVSROOT/passwd</tt>&rsquo; password file, and set
<code>SystemAuth=no</code> in the config file
(see section [[#config|The CVSROOT/config configuration file]]).
</p>
<p>The GSSAPI server uses a principal name of
cvs/<var>hostname</var>, where <var>hostname</var> is the
canonical name of the server host.  You will have to
set this up as required by your GSSAPI mechanism.
</p>
<p>To connect using GSSAPI, use &lsquo;<samp>:gserver:</samp>&rsquo;.  For
example,
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :gserver:faun.example.org:/usr/local/cvsroot checkout foo
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Kerberos-authenticated"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#GSSAPI-authenticated| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Connecting-via-fork| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Direct-connection-with-kerberos"></div>
==== Direct connection with kerberos ====

<div id="index-Kerberos_002c-using-_003akserver_003a"></div>
<div id="index-Security_002c-kerberos"></div>
<div id="index-_003akserver_003a_002c-setting-up"></div>
<p>The easiest way to use kerberos is to use the kerberos
<code>rsh</code>, as described in [[#Connecting-via-rsh|Connecting with rsh]].
The main disadvantage of using rsh is that all the data
needs to pass through additional programs, so it may be
slower.  So if you have kerberos installed you can
connect via a direct <small>TCP</small> connection,
authenticating with kerberos.
</p>
<p>This section concerns the kerberos network security
system, version 4.  Kerberos version 5 is supported via
the GSSAPI generic network security interface, as
described in the previous section.
</p>
<p>To do this, <small>CVS</small> needs to be compiled with kerberos
support; when configuring <small>CVS</small> it tries to detect
whether kerberos is present or you can use the
&lsquo;<tt>--with-krb4</tt>&rsquo; flag to configure.
</p>
<p>The data transmitted is <em>not</em> encrypted by
default.  Encryption support must be compiled into both
the client and server; use the
&lsquo;<tt>--enable-encryption</tt>&rsquo; configure option to turn it
on.  You must then use the <code>-x</code> global option to
request encryption.
</p>
<div id="index-CVS_005fCLIENT_005fPORT"></div>
<p>You need to edit &lsquo;<tt>inetd.conf</tt>&rsquo; on the server
machine to run <code>cvs kserver</code>.  The client uses
port 1999 by default; if you want to use another port
specify it in the <code>CVSROOT</code> (see section [[#Remote-repositories|Remote repositories]])
or the <code>CVS_CLIENT_PORT</code> environment variable
(see section [[#Environment-variables|All environment variables which affect CVS]]) on the client.
</p>
<div id="index-kinit"></div>
<p>When you want to use <small>CVS</small>, get a ticket in the
usual way (generally <code>kinit</code>); it must be a ticket
which allows you to log into the server machine.  Then
you are ready to go:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :kserver:faun.example.org:/usr/local/cvsroot checkout foo
</nowiki></pre></td></tr></table>

<p>Previous versions of <small>CVS</small> would fall back to a
connection via rsh; this version will not do so.
</p>
<hr size="6">
<div id="Connecting-via-fork"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Kerberos-authenticated| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Read_002donly-access| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Remote-repositories| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Connecting-with-fork"></div>
==== Connecting with fork ====

<div id="index-fork_002c-access-method"></div>
<div id="index-_003afork_003a_002c-setting-up"></div>
<p>This access method allows you to connect to a
repository on your local disk via the remote protocol.
In other words it does pretty much the same thing as
<code>:local:</code>, but various quirks, bugs and the like are
those of the remote <small>CVS</small> rather than the local
<small>CVS</small>.
</p>
<p>For day-to-day operations you might prefer either
<code>:local:</code> or <code>:fork:</code>, depending on your
preferences.  Of course <code>:fork:</code> comes in
particularly handy in testing or
debugging <code>cvs</code> and the remote protocol.
Specifically, we avoid all of the network-related
setup/configuration, timeouts, and authentication
inherent in the other remote access methods but still
create a connection which uses the remote protocol.
</p>
<p>To connect using the <code>fork</code> method, use
&lsquo;<samp>:fork:</samp>&rsquo; and the pathname to your local
repository.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -d :fork:/usr/local/cvsroot checkout foo
</nowiki></pre></td></tr></table>

<div id="index-CVS_005fSERVER_002c-and-_003afork_003a"></div>
<p>As with <code>:ext:</code>, the server is called &lsquo;<samp>cvs</samp>&rsquo;
by default, or the value of the <code>CVS_SERVER</code>
environment variable.
</p>
<hr size="6">
<div id="Read_002donly-access"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Connecting-via-fork| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Server-temporary-directory| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Read_002donly-repository-access"></div>
=== Read-only repository access ===
<div id="index-Read_002donly-repository-access"></div>
<div id="index-readers-_0028admin-file_0029"></div>
<div id="index-writers-_0028admin-file_0029"></div>

<p>        It is possible to grant read-only repository
access to people using the password-authenticated
server (see section [[#Password-authenticated|Direct connection with password authentication]]).  (The
other access methods do not have explicit support for
read-only users because those methods all assume login
access to the repository machine anyway, and therefore
the user can do whatever local file permissions allow
her to do.)
</p>
<p>        A user who has read-only access can do only
those <small>CVS</small> operations which do not modify the
repository, except for certain &ldquo;administrative&rdquo; files
(such as lock files and the history file).  It may be
desirable to use this feature in conjunction with
user-aliasing (see section [[#Password-authentication-server|Setting up the server for password authentication]]).
</p>
<p>Unlike with previous versions of <small>CVS</small>, read-only
users should be able merely to read the repository, and
not to execute programs on the server or otherwise gain
unexpected levels of access.  Or to be more accurate,
the <em>known</em> holes have been plugged.  Because this
feature is new and has not received a comprehensive
security audit, you should use whatever level of
caution seems warranted given your attitude concerning
security.
</p>
<p>        There are two ways to specify read-only access
for a user: by inclusion, and by exclusion.
</p>
<p>        &quot;Inclusion&quot; means listing that user
specifically in the &lsquo;<tt>$CVSROOT/CVSROOT/readers</tt>&rsquo;
file, which is simply a newline-separated list of
users.  Here is a sample &lsquo;<tt>readers</tt>&rsquo; file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>melissa
splotnik
jrandom
</nowiki></pre></td></tr></table>

<p>        (Don&rsquo;t forget the newline after the last user.)
</p>
<p>        &quot;Exclusion&quot; means explicitly listing everyone
who has <em>write</em> access&mdash;if the file
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$CVSROOT/CVSROOT/writers
</nowiki></pre></td></tr></table>

<p>exists, then only
those users listed in it have write access, and
everyone else has read-only access (of course, even the
read-only users still need to be listed in the
<small>CVS</small> &lsquo;<tt>passwd</tt>&rsquo; file).  The
&lsquo;<tt>writers</tt>&rsquo; file has the same format as the
&lsquo;<tt>readers</tt>&rsquo; file.
</p>
<p>        Note: if your <small>CVS</small> &lsquo;<tt>passwd</tt>&rsquo;
file maps cvs users onto system users (see section [[#Password-authentication-server|Setting up the server for password authentication]]), make sure you deny or grant
read-only access using the <em>cvs</em> usernames, not
the system usernames.  That is, the &lsquo;<tt>readers</tt>&rsquo; and
&lsquo;<tt>writers</tt>&rsquo; files contain cvs usernames, which may
or may not be the same as system usernames.
</p>
<p>        Here is a complete description of the server&rsquo;s
behavior in deciding whether to grant read-only or
read-write access:
</p>
<p>        If &lsquo;<tt>readers</tt>&rsquo; exists, and this user is
listed in it, then she gets read-only access.  Or if
&lsquo;<tt>writers</tt>&rsquo; exists, and this user is NOT listed in
it, then she also gets read-only access (this is true
even if &lsquo;<tt>readers</tt>&rsquo; exists but she is not listed
there).  Otherwise, she gets full read-write access.
</p>
<p>        Of course there is a conflict if the user is
listed in both files.  This is resolved in the more
conservative way, it being better to protect the
repository too much than too little: such a user gets
read-only access.
</p>
<hr size="6">
<div id="Server-temporary-directory"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Read_002donly-access| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Repository| Up ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Temporary-directories-for-the-server"></div>
=== Temporary directories for the server ===
<div id="index-Temporary-directories_002c-and-server"></div>
<div id="index-Server_002c-temporary-directories"></div>

<p>While running, the <small>CVS</small> server creates temporary
directories.  They are named
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs-serv<var>pid</var>
</nowiki></pre></td></tr></table>

<p>where <var>pid</var> is the process identification number of
the server.
They are located in the directory specified by 
the &lsquo;<samp>-T</samp>&rsquo; global option (see section [[#Global-options|Global options]]), 
the <code>TMPDIR</code> environment variable (see section [[#Environment-variables|All environment variables which affect CVS]]), 
or, failing that, &lsquo;<tt>/tmp</tt>&rsquo;.
</p>
<p>In most cases the server will remove the temporary
directory when it is done, whether it finishes normally
or abnormally.  However, there are a few cases in which
the server does not or cannot remove the temporary
directory, for example:
</p>
<ul>
<li>
If the server aborts due to an internal server error,
it may preserve the directory to aid in debugging

</li><li>
If the server is killed in a way that it has no way of
cleaning up (most notably, &lsquo;<samp>kill -KILL</samp>&rsquo; on unix).

</li><li>
If the system shuts down without an orderly shutdown,
which tells the server to clean up.
</li></ul>

<p>In cases such as this, you will need to manually remove
the &lsquo;<tt>cvs-serv<var>pid</var></tt>&rsquo; directories.  As long as
there is no server running with process identification
number <var>pid</var>, it is safe to do so.
</p>
<hr size="6">
<div id="Starting-a-new-project"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Server-temporary-directory| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Setting-up-the-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Repository| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Starting-a-project-with-CVS"></div>
== Starting a project with CVS ==
<div id="index-Starting-a-project-with-CVS"></div>
<div id="index-Creating-a-project"></div>

<p>Because renaming files and moving them between
directories is somewhat inconvenient, the first thing
you do when you start a new project should be to think
through your file organization.  It is not impossible
to rename or move files, but it does increase the
potential for confusion and <small>CVS</small> does have some
quirks particularly in the area of renaming
directories.  See section [[#Moving-files|Moving and renaming files]].
</p>
<p>What to do next depends on the situation at hand.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Setting-up-the-files| Setting up the files]]::<nowiki>        Getting the files into the repository
</nowiki>&bull;[[#Defining-the-module| Defining the module]]::<nowiki>         How to make a module of the files
</nowiki></pre>
<hr size="6">
<div id="Setting-up-the-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Starting-a-new-project| &lt; ]]|</td>
<td valign="middle" align="left">|[[#From-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| Up ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Setting-up-the-files-1"></div>
=== Setting up the files ===

<p>The first step is to create the files inside the repository.  This can
be done in a couple of different ways.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#From-files| From files]]::<nowiki>                  This method is useful with old projects
                                where files already exists.
</nowiki>&bull;[[#From-other-version-control-systems| From other version control systems]]::<nowiki>  Old projects where you want to
                                        preserve history from another system.
</nowiki>&bull;[[#From-scratch| From scratch]]::<nowiki>                Creating a directory tree from scratch.
</nowiki></pre>
<hr size="6">
<div id="From-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Setting-up-the-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#From-other-version-control-systems| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Setting-up-the-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Creating-a-directory-tree-from-a-number-of-files"></div>
==== Creating a directory tree from a number of files ====
<div id="index-Importing-files"></div>

<p>When you begin using <small>CVS</small>, you will probably already have several
projects that can be
put under <small>CVS</small> control.  In these cases the easiest way is to use the
<code>import</code> command.  An example is probably the easiest way to
explain how to use it.  If the files you want to install in
<small>CVS</small> reside in &lsquo;<tt><var>wdir</var></tt>&rsquo;, and you want them to appear in the
repository as &lsquo;<tt>$CVSROOT/yoyodyne/<var>rdir</var></tt>&rsquo;, you can do this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd <var>wdir</var>
$ cvs import -m &quot;Imported sources&quot; yoyodyne/<var>rdir</var> yoyo start
</nowiki></pre></td></tr></table>

<p>Unless you supply a log message with the &lsquo;<samp>-m</samp>&rsquo;
flag, <small>CVS</small> starts an editor and prompts for a
message.  The string &lsquo;<samp>yoyo</samp>&rsquo; is a <em>vendor tag</em>,
and &lsquo;<samp>start</samp>&rsquo; is a <em>release tag</em>.  They may fill
no purpose in this context, but since <small>CVS</small> requires
them they must be present.  See section [[#Tracking-sources|Tracking third-party sources]], for
more information about them.
</p>
<p>You can now verify that it worked, and remove your
original source directory.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd ..
$ cvs checkout yoyodyne/<var>rdir</var>       # <span class="roman">Explanation below</span>
$ diff -r <var>wdir</var> yoyodyne/<var>rdir</var>
$ rm -r <var>wdir</var>
</nowiki></pre></td></tr></table>

<p>Erasing the original sources is a good idea, to make sure that you do
not accidentally edit them in <var>wdir</var>, bypassing <small>CVS</small>.
Of course, it would be wise to make sure that you have
a backup of the sources before you remove them.
</p>
<p>The <code>checkout</code> command can either take a module
name as argument (as it has done in all previous
examples) or a path name relative to <code>$CVSROOT</code>,
as it did in the example above.
</p>
<p>It is a good idea to check that the permissions
<small>CVS</small> sets on the directories inside <code>$CVSROOT</code>
are reasonable, and that they belong to the proper
groups.  See section [[#File-permissions|File permissions]].
</p>
<p>If some of the files you want to import are binary, you
may want to use the wrappers features to specify which
files are binary and which are not.  See section [[#Wrappers|The cvswrappers file]].
</p>
<hr size="6">
<div id="From-other-version-control-systems"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#From-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#From-scratch| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Setting-up-the-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Creating-Files-From-Other-Version-Control-Systems"></div>
==== Creating Files From Other Version Control Systems ====
<div id="index-Importing-files_002c-from-other-version-control-systems"></div>

<p>If you have a project which you are maintaining with
another version control system, such as <small>RCS</small>, you
may wish to put the files from that project into
<small>CVS</small>, and preserve the revision history of the
files.
</p>
<dl compact="compact">
<dd><div id="index-RCS_002c-importing-files-from"></div>
</dd>
<dt> From RCS</dt>
<dd><p>If you have been using <small>RCS</small>, find the <small>RCS</small>
files&mdash;usually a file named &lsquo;<tt>foo.c</tt>&rsquo; will have its
<small>RCS</small> file in &lsquo;<tt>RCS/foo.c,v</tt>&rsquo; (but it could be
other places; consult the <small>RCS</small> documentation for
details).  Then create the appropriate directories in
<small>CVS</small> if they do not already exist.  Then copy the
files into the appropriate directories in the <small>CVS</small>
repository (the name in the repository must be the name
of the source file with &lsquo;<samp>,v</samp>&rsquo; added; the files go
directly in the appropriate directory of the repository,
not in an &lsquo;<tt>RCS</tt>&rsquo; subdirectory).  This is one of the
few times when it is a good idea to access the <small>CVS</small>
repository directly, rather than using <small>CVS</small>
commands.  Then you are ready to check out a new
working directory.
</p>
<p>The <small>RCS</small> file should not be locked when you move it
into <small>CVS</small>; if it is, <small>CVS</small> will have trouble
letting you operate on it.
</p>
</dd>
<dt> From another version control system</dt>
<dd><p>Many version control systems have the ability to export
<small>RCS</small> files in the standard format.  If yours does,
export the <small>RCS</small> files and then follow the above
instructions.
</p>
<p>Failing that, probably your best bet is to write a
script that will check out the files one revision at a
time using the command line interface to the other
system, and then check the revisions into <small>CVS</small>.
The &lsquo;<tt>sccs2rcs</tt>&rsquo; script mentioned below may be a
useful example to follow.
</p>
<div id="index-SCCS_002c-importing-files-from"></div>
</dd>
<dt> From SCCS</dt>
<dd><p>There is a script in the &lsquo;<tt>contrib</tt>&rsquo; directory of
the <small>CVS</small> source distribution called &lsquo;<tt>sccs2rcs</tt>&rsquo;
which converts <small>SCCS</small> files to <small>RCS</small> files.
Note: you must run it on a machine which has both
<small>SCCS</small> and <small>RCS</small> installed, and like everything
else in contrib it is unsupported (your mileage may
vary).
</p>
<div id="index-PVCS_002c-importing-files-from"></div>
</dd>
<dt> From PVCS</dt>
<dd><p>There is a script in the &lsquo;<tt>contrib</tt>&rsquo; directory of
the <small>CVS</small> source distribution called &lsquo;<tt>pvcs_to_rcs</tt>&rsquo;
which converts <small>PVCS</small> archives to <small>RCS</small> files.
You must run it on a machine which has both
<small>PVCS</small> and <small>RCS</small> installed, and like everything
else in contrib it is unsupported (your mileage may
vary).  See the comments in the script for details.
</p></dd>
</dl>

<hr size="6">
<div id="From-scratch"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#From-other-version-control-systems| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Defining-the-module| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Setting-up-the-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Creating-a-directory-tree-from-scratch"></div>
==== Creating a directory tree from scratch ====

<p>For a new project, the easiest thing to do is probably
to create an empty directory structure, like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ mkdir tc
$ mkdir tc/man
$ mkdir tc/testing
</nowiki></pre></td></tr></table>

<p>After that, you use the <code>import</code> command to create
the corresponding (empty) directory structure inside
the repository:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd tc
$ cvs import -m &quot;Created directory structure&quot; yoyodyne/<var>dir</var> yoyo start
</nowiki></pre></td></tr></table>

<p>Then, use <code>add</code> to add files (and new directories)
as they appear.
</p>
<p>Check that the permissions <small>CVS</small> sets on the
directories inside <code>$CVSROOT</code> are reasonable.
</p>
<hr size="6">
<div id="Defining-the-module"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#From-scratch| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Starting-a-new-project| Up ]]|</td>
<td valign="middle" align="left">|[[#Revisions| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Defining-the-module-1"></div>
=== Defining the module ===
<div id="index-Defining-a-module"></div>
<div id="index-Editing-the-modules-file"></div>
<div id="index-Module_002c-defining"></div>
<div id="index-Modules-file_002c-changing"></div>

<p>The next step is to define the module in the
&lsquo;<tt>modules</tt>&rsquo; file.  This is not strictly necessary,
but modules can be convenient in grouping together
related files and directories.
</p>
<p>In simple cases these steps are sufficient to define a module.
</p>
<ol>
<li>
Get a working copy of the modules file.

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout CVSROOT/modules
$ cd CVSROOT
</nowiki></pre></td></tr></table>

</li><li>
Edit the file and insert a line that defines the module.  See section [[#Intro-administrative-files|The administrative files]], for an introduction.  See section [[#modules|The modules file]], for a full
description of the modules file.  You can use the
following line to define the module &lsquo;<samp>tc</samp>&rsquo;:

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>tc   yoyodyne/tc
</nowiki></pre></td></tr></table>

</li><li>
Commit your changes to the modules file.

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit -m &quot;Added the tc module.&quot; modules
</nowiki></pre></td></tr></table>

</li><li>
Release the modules module.

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd ..
$ cvs release -d CVSROOT
</nowiki></pre></td></tr></table>
</li></ol>

<hr size="6">
<div id="Revisions"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Defining-the-module| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Revision-numbers| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Starting-a-new-project| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Revisions-1"></div>
== Revisions ==

<p>For many uses of <small>CVS</small>, one doesn&rsquo;t need to worry
too much about revision numbers; <small>CVS</small> assigns
numbers such as <code>1.1</code>, <code>1.2</code>, and so on, and
that is all one needs to know.  However, some people
prefer to have more knowledge and control concerning
how <small>CVS</small> assigns revision numbers.
</p>
<p>If one wants to keep track of a set of revisions
involving more than one file, such as which revisions
went into a particular release, one uses a <em>tag</em>,
which is a symbolic revision which can be assigned to a
numeric revision in each file.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Revision-numbers| Revision numbers]]::<nowiki>            The meaning of a revision number
</nowiki>&bull;[[#Versions-revisions-releases| Versions revisions releases]]::<nowiki>  Terminology used in this manual
</nowiki>&bull;[[#Assigning-revisions| Assigning revisions]]::<nowiki>         Assigning revisions
</nowiki>&bull;[[#Tags| Tags]]::<nowiki>                        Tags--Symbolic revisions
</nowiki>&bull;[[#Tagging-the-working-directory| Tagging the working directory]]::<nowiki>  The cvs tag command
</nowiki>&bull;[[#Tagging-by-date_002ftag| Tagging by date/tag]]::<nowiki>         The cvs rtag command
</nowiki>&bull;[[#Modifying-tags| Modifying tags]]::<nowiki>              Adding, renaming, and deleting tags
</nowiki>&bull;[[#Tagging-add_002fremove| Tagging add/remove]]::<nowiki>          Tags with adding and removing files
</nowiki>&bull;[[#Sticky-tags| Sticky tags]]::<nowiki>                 Certain tags are persistent
</nowiki></pre>
<hr size="6">
<div id="Revision-numbers"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Revisions| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Versions-revisions-releases| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Revision-numbers-1"></div>
=== Revision numbers ===
<div id="index-Revision-numbers"></div>
<div id="index-Revision-tree"></div>
<div id="index-Linear-development"></div>
<div id="index-Number_002c-revision_002d"></div>
<div id="index-Decimal-revision-number"></div>
<div id="index-Branch-number"></div>
<div id="index-Number_002c-branch"></div>

<p>Each version of a file has a unique <em>revision
number</em>.  Revision numbers look like &lsquo;<samp>1.1</samp>&rsquo;,
&lsquo;<samp>1.2</samp>&rsquo;, &lsquo;<samp>1.3.2.2</samp>&rsquo; or even &lsquo;<samp>1.3.2.2.4.5</samp>&rsquo;.
A revision number always has an even number of
period-separated decimal integers.  By default revision
1.1 is the first revision of a file.  Each successive
revision is given a new number by increasing the
rightmost number by one.  The following figure displays
a few revisions, with newer revisions to the right.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>       +-----+    +-----+    +-----+    +-----+    +-----+
       ! 1.1 !----! 1.2 !----! 1.3 !----! 1.4 !----! 1.5 !
       +-----+    +-----+    +-----+    +-----+    +-----+
</nowiki></pre></td></tr></table>

<p>It is also possible to end up with numbers containing
more than one period, for example &lsquo;<samp>1.3.2.2</samp>&rsquo;.  Such
revisions represent revisions on branches
(see section [[#Branching-and-merging|Branching and merging]]); such revision numbers
are explained in detail in [[#Branches-and-revisions|Branches and revisions]].
</p>
<hr size="6">
<div id="Versions-revisions-releases"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Revision-numbers| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Assigning-revisions| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Versions_002c-revisions-and-releases"></div>
=== Versions, revisions and releases ===
<div id="index-Revisions_002c-versions-and-releases"></div>
<div id="index-Versions_002c-revisions-and-releases"></div>
<div id="index-Releases_002c-revisions-and-versions"></div>

<p>A file can have several versions, as described above.
Likewise, a software product can have several versions.
A software product is often given a version number such
as &lsquo;<samp>4.1.1</samp>&rsquo;.
</p>
<p>Versions in the first sense are called <em>revisions</em>
in this document, and versions in the second sense are
called <em>releases</em>.  To avoid confusion, the word
<em>version</em> is almost never used in this document.
</p>
<hr size="6">
<div id="Assigning-revisions"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Versions-revisions-releases| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Tags| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Assigning-revisions-1"></div>
=== Assigning revisions ===

<p>By default, <small>CVS</small> will assign numeric revisions by
leaving the first number the same and incrementing the
second number.  For example, <code>1.1</code>, <code>1.2</code>,
<code>1.3</code>, etc.
</p>
<p>When adding a new file, the second number will always
be one and the first number will equal the highest
first number of any file in that directory.  For
example, the current directory contains files whose
highest numbered revisions are <code>1.7</code>, <code>3.1</code>,
and <code>4.12</code>, then an added file will be given the
numeric revision <code>4.1</code>.
</p>
<p>Normally there is no reason to care
about the revision numbers&mdash;it is easier to treat them
as internal numbers that <small>CVS</small> maintains, and tags
provide a better way to distinguish between things like
release 1 versus release 2 of your product
(see section [[#Tags|Tags&ndash;Symbolic revisions]]).  However, if you want to set the
numeric revisions, the &lsquo;<samp>-r</samp>&rsquo; option to <code>cvs
commit</code> can do that.  The &lsquo;<samp>-r</samp>&rsquo; option implies the
&lsquo;<samp>-f</samp>&rsquo; option, in the sense that it causes the
files to be committed even if they are not modified.
</p>
<p>For example, to bring all your files up to
revision 3.0 (including those that haven&rsquo;t changed),
you might invoke:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit -r 3.0
</nowiki></pre></td></tr></table>

<p>Note that the number you specify with &lsquo;<samp>-r</samp>&rsquo; must be
larger than any existing revision number.  That is, if
revision 3.0 exists, you cannot &lsquo;<samp>cvs commit
-r 1.3</samp>&rsquo;.  If you want to maintain several releases in
parallel, you need to use a branch (see section [[#Branching-and-merging|Branching and merging]]).
</p>
<hr size="6">
<div id="Tags"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Assigning-revisions| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Tagging-the-working-directory| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Tags_002d_002dSymbolic-revisions"></div>
=== Tags&ndash;Symbolic revisions ===
<div id="index-Tags"></div>

<p>The revision numbers live a life of their own.  They
need not have anything at all to do with the release
numbers of your software product.  Depending
on how you use <small>CVS</small> the revision numbers might change several times
between two releases.  As an example, some of the
source files that make up <small>RCS</small> 5.6 have the following
revision numbers:
<div id="index-RCS-revision-numbers"></div>
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ci.c            5.21
co.c            5.9
ident.c         5.3
rcs.c           5.12
rcsbase.h       5.11
rcsdiff.c       5.10
rcsedit.c       5.11
rcsfcmp.c       5.9
rcsgen.c        5.10
rcslex.c        5.11
rcsmap.c        5.2
rcsutil.c       5.10
</nowiki></pre></td></tr></table>

<div id="index-tag-_0028subcommand_0029_002c-introduction"></div>
<div id="index-Tags_002c-symbolic-name"></div>
<div id="index-Symbolic-name-_0028tag_0029"></div>
<div id="index-Name_002c-symbolic-_0028tag_0029"></div>
<div id="index-HEAD_002c-as-reserved-tag-name"></div>
<div id="index-BASE_002c-as-reserved-tag-name"></div>
<p>You can use the <code>tag</code> command to give a symbolic name to a
certain revision of a file.  You can use the &lsquo;<samp>-v</samp>&rsquo; flag to the
<code>status</code> command to see all tags that a file has, and
which revision numbers they represent.  Tag names must
start with an uppercase or lowercase letter and can
contain uppercase and lowercase letters, digits,
&lsquo;<samp>-</samp>&rsquo;, and &lsquo;<samp>_</samp>&rsquo;.  The two tag names <code>BASE</code>
and <code>HEAD</code> are reserved for use by <small>CVS</small>.  It
is expected that future names which are special to
<small>CVS</small> will be specially named, for example by
starting with &lsquo;<samp>.</samp>&rsquo;, rather than being named analogously to
<code>BASE</code> and <code>HEAD</code>, to avoid conflicts with
actual tag names.
</p>
<p>You&rsquo;ll want to choose some convention for naming tags,
based on information such as the name of the program
and the version number of the release.  For example,
one might take the name of the program, immediately
followed by the version number with &lsquo;<samp>.</samp>&rsquo; changed to
&lsquo;<samp>-</samp>&rsquo;, so that <small>CVS</small> 1.9 would be tagged with the name
<code>cvs1-9</code>.  If you choose a consistent convention,
then you won&rsquo;t constantly be guessing whether a tag is
<code>cvs-1-9</code> or <code>cvs1_9</code> or what.  You might
even want to consider enforcing your convention in the
taginfo file (see section [[#user_002ddefined-logging|User-defined logging]]).
</p>
<div id="index-Adding-a-tag"></div>
<div id="index-Tags_002c-example"></div>
<p>The following example shows how you can add a tag to a
file.  The commands must be issued inside your working
directory.  That is, you should issue the
command in the directory where &lsquo;<tt>backend.c</tt>&rsquo;
resides.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs tag rel-0-4 backend.c
T backend.c
$ cvs status -v backend.c
===================================================================
File: backend.c         Status: Up-to-date

    Version:            1.4     Tue Dec  1 14:39:01 1992
    RCS Version:        1.4     /u/cvsroot/yoyodyne/tc/backend.c,v
    Sticky Tag:         (none)
    Sticky Date:        (none)
    Sticky Options:     (none)

    Existing Tags:
        rel-0-4                     (revision: 1.4)

</nowiki></pre></td></tr></table>

<p>For a complete summary of the syntax of <code>cvs tag</code>,
including the various options, see [[#Invoking-CVS|Quick reference to CVS commands]].
</p>
<p>There is seldom reason to tag a file in isolation.  A more common use is
to tag all the files that constitute a module with the same tag at
strategic points in the development life-cycle, such as when a release
is made.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs tag rel-1-0 .
cvs tag: Tagging .
T Makefile
T backend.c
T driver.c
T frontend.c
T parser.c
</nowiki></pre></td></tr></table>

<p>(When you give <small>CVS</small> a directory as argument, it generally applies the
operation to all the files in that directory, and (recursively), to any
subdirectories that it may contain.  See section [[#Recursive-behavior|Recursive behavior]].)
</p>
<div id="index-Retrieving-an-old-revision-using-tags"></div>
<div id="index-Tags_002c-retrieving-old-revisions"></div>
<p>The <code>checkout</code> command has a flag, &lsquo;<samp>-r</samp>&rsquo;, that lets you check out
a certain revision of a module.  This flag makes it easy to
retrieve the sources that make up release 1.0 of the module &lsquo;<samp>tc</samp>&rsquo; at
any time in the future:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -r rel-1-0 tc
</nowiki></pre></td></tr></table>

<p>This is useful, for instance, if someone claims that there is a bug in
that release, but you cannot find the bug in the current working copy.
</p>
<p>You can also check out a module as it was at any given date.
See section [[#checkout-options|checkout options]].  When specifying &lsquo;<samp>-r</samp>&rsquo; to
any of these commands, you will need beware of sticky
tags; see [[#Sticky-tags|Sticky tags]].
</p>
<p>When you tag more than one file with the same tag you
can think about the tag as &quot;a curve drawn through a
matrix of filename vs. revision number.&quot;  Say we have 5
files with the following revisions:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>        file1   file2   file3   file4   file5

        1.1     1.1     1.1     1.1  /--1.1*      &lt;-*-  TAG
        1.2*-   1.2     1.2    -1.2*-
        1.3  \- 1.3*-   1.3   / 1.3
        1.4          \  1.4  /  1.4
                      \-1.5*-   1.5
                        1.6
</nowiki></pre></td></tr></table>

<p>At some time in the past, the <code>*</code> versions were tagged.
You can think of the tag as a handle attached to the curve
drawn through the tagged revisions.  When you pull on
the handle, you get all the tagged revisions.  Another
way to look at it is that you &quot;sight&quot; through a set of
revisions that is &quot;flat&quot; along the tagged revisions,
like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>        file1   file2   file3   file4   file5

                        1.1
                        1.2
                1.1     1.3                       _
        1.1     1.2     1.4     1.1              /
        1.2*----1.3*----1.5*----1.2*----1.1     (--- &lt;--- Look here
        1.3             1.6     1.3              \_
        1.4                     1.4
                                1.5
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Tagging-the-working-directory"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Tags| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Tagging-by-date_002ftag| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Specifying-what-to-tag-from-the-working-directory"></div>
=== Specifying what to tag from the working directory ===

<div id="index-tag-_0028subcommand_0029"></div>
<p>The example in the previous section demonstrates one of
the most common ways to choose which revisions to tag.
Namely, running the <code>cvs tag</code> command without
arguments causes <small>CVS</small> to select the revisions which
are checked out in the current working directory.  For
example, if the copy of &lsquo;<tt>backend.c</tt>&rsquo; in working
directory was checked out from revision 1.4, then
<small>CVS</small> will tag revision 1.4.  Note that the tag is
applied immediately to revision 1.4 in the repository;
tagging is not like modifying a file, or other
operations in which one first modifies the working
directory and then runs <code>cvs commit</code> to transfer
that modification to the repository.
</p>
<p>One potentially surprising aspect of the fact that
<code>cvs tag</code> operates on the repository is that you
are tagging the checked-in revisions, which may differ
from locally modified files in your working directory.
If you want to avoid doing this by mistake, specify the
&lsquo;<samp>-c</samp>&rsquo; option to <code>cvs tag</code>.  If there are any
locally modified files, <small>CVS</small> will abort with an
error before it tags any files:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs tag -c rel-0-4
cvs tag: backend.c is locally modified
cvs [tag aborted]: correct the above errors first!
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Tagging-by-date_002ftag"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Tagging-the-working-directory| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Modifying-tags| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Specifying-what-to-tag-by-date-or-revision"></div>
=== Specifying what to tag by date or revision ===
<div id="index-rtag-_0028subcommand_0029"></div>

<p>The <code>cvs rtag</code> command tags the repository as of a
certain date or time (or can be used to tag the latest
revision).  <code>rtag</code> works directly on the
repository contents (it requires no prior checkout and
does not look for a working directory).
</p>
<p>The following options specify which date or revision to
tag.  See [[#Common-options|Common command options]], for a complete
description of them.
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Tag the most recent revision no later than <var>date</var>.
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Only useful with the &lsquo;<samp>-D <var>date</var></samp>&rsquo; or &lsquo;<samp>-r <var>tag</var></samp>&rsquo;
flags.  If no matching revision is found, use the most
recent revision (instead of ignoring the file).
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Only tag those files that contain existing tag <var>tag</var>.
</p></dd>
</dl>

<p>The <code>cvs tag</code> command also allows one to specify
files by revision or date, using the same &lsquo;<samp>-r</samp>&rsquo;,
&lsquo;<samp>-D</samp>&rsquo;, and &lsquo;<samp>-f</samp>&rsquo; options.  However, this
feature is probably not what you want.  The reason is
that <code>cvs tag</code> chooses which files to tag based on
the files that exist in the working directory, rather
than the files which existed as of the given tag/date.
Therefore, you are generally better off using <code>cvs
rtag</code>.  The exceptions might be cases like:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs tag -r 1.4 stable backend.c
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Modifying-tags"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Tagging-by-date_002ftag| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Tagging-add_002fremove| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Deleting_002c-moving_002c-and-renaming-tags"></div>
=== Deleting, moving, and renaming tags ===


<p>Normally one does not modify tags.  They exist in order
to record the history of the repository and so deleting
them or changing their meaning would, generally, not be
what you want.
</p>
<p>However, there might be cases in which one uses a tag
temporarily or accidentally puts one in the wrong
place.  Therefore, one might delete, move, or rename a
tag.
</p>
<p><strong>WARNING: the commands in this section are
dangerous; they permanently discard historical
information and it can be difficult or impossible to
recover from errors.  If you are a <small>CVS</small>
administrator, you may consider restricting these
commands with taginfo (see section [[#user_002ddefined-logging|User-defined logging]]).</strong>
</p>
<div id="index-Deleting-tags"></div>
<div id="index-Deleting-branch-tags"></div>
<div id="index-Removing-tags"></div>
<div id="index-Removing-branch-tags"></div>
<div id="index-Tags_002c-deleting"></div>
<div id="index-Branch-tags_002c-deleting"></div>
<p>To delete a tag, specify the &lsquo;<samp>-d</samp>&rsquo; option to either
<code>cvs tag</code> or <code>cvs rtag</code>.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs rtag -d rel-0-4 tc
</nowiki></pre></td></tr></table>

<p>deletes the non-branch tag <code>rel-0-4</code> from the module <code>tc</code>.
In the event that branch tags are encountered within the repository
with the given name, a warning message will be issued and the branch 
tag will not be deleted.  If you are absolutely certain you know what
you are doing, the <code>-B</code> option may be specified to allow deletion
of branch tags.  In that case, any non-branch tags encountered will
trigger warnings and will not be deleted.
</p>
<p><strong>WARNING: Moving branch tags is very dangerous!  If you think
you need the <code>-B</code> option, think again and ask your <small>CVS</small>
administrator about it (if that isn&rsquo;t you).  There is almost certainly
another way to accomplish what you want to accomplish.</strong>
</p>
<div id="index-Moving-tags"></div>
<div id="index-Moving-branch-tags"></div>
<div id="index-Tags_002c-moving"></div>
<div id="index-Branch-tags_002c-moving"></div>
<p>When we say <em>move</em> a tag, we mean to make the same
name point to different revisions.  For example, the
<code>stable</code> tag may currently point to revision 1.4
of &lsquo;<tt>backend.c</tt>&rsquo; and perhaps we want to make it
point to revision 1.6.  To move a non-branch tag, specify the
&lsquo;<samp>-F</samp>&rsquo; option to either <code>cvs tag</code> or <code>cvs
rtag</code>.  For example, the task just mentioned might be
accomplished as:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs tag -r 1.6 -F stable backend.c
</nowiki></pre></td></tr></table>

<p>If any branch tags are encountered in the repository 
with the given name, a warning is issued and the branch
tag is not disturbed.  If you are absolutely certain you
wish to move the branch tag, the <code>-B</code> option may be specified.
In that case, non-branch tags encountered with the given
name are ignored with a warning message.
</p>
<p><strong>WARNING: Moving branch tags is very dangerous!  If you think you
need the <code>-B</code> option, think again and ask your <small>CVS</small>
administrator about it (if that isn&rsquo;t you).  There is almost certainly
another way to accomplish what you want to accomplish.</strong>
</p>
<div id="index-Renaming-tags"></div>
<div id="index-Tags_002c-renaming"></div>
<p>When we say <em>rename</em> a tag, we mean to make a
different name point to the same revisions as the old
tag.  For example, one may have misspelled the tag name
and want to correct it (hopefully before others are
relying on the old spelling).  To rename a tag, first
create a new tag using the &lsquo;<samp>-r</samp>&rsquo; option to
<code>cvs rtag</code>, and then delete the old name.  (Caution:
this method will not work with branch tags.) 
This leaves the new tag on exactly the 
same files as the old tag.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs rtag -r old-name-0-4 rel-0-4 tc
cvs rtag -d old-name-0-4 tc
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Tagging-add_002fremove"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Modifying-tags| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Sticky-tags| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Tagging-and-adding-and-removing-files"></div>
=== Tagging and adding and removing files ===

<p>The subject of exactly how tagging interacts with
adding and removing files is somewhat obscure; for the
most part <small>CVS</small> will keep track of whether files
exist or not without too much fussing.  By default,
tags are applied to only files which have a revision
corresponding to what is being tagged.  Files which did
not exist yet, or which were already removed, simply
omit the tag, and <small>CVS</small> knows to treat the absence
of a tag as meaning that the file didn&rsquo;t exist as of
that tag.
</p>
<p>However, this can lose a small amount of information.
For example, suppose a file was added and then removed.
Then, if the tag is missing for that file, there is no
way to know whether the tag refers to the time before
the file was added, or the time after it was removed.
If you specify the &lsquo;<samp>-r</samp>&rsquo; option to <code>cvs rtag</code>,
then <small>CVS</small> tags the files which have been removed,
and thereby avoids this problem.  For example, one
might specify <code>-r HEAD</code> to tag the head.
</p>
<p>On the subject of adding and removing files, the
<code>cvs rtag</code> command has a &lsquo;<samp>-a</samp>&rsquo; option which
means to clear the tag from removed files that would
not otherwise be tagged.  For example, one might
specify this option in conjunction with &lsquo;<samp>-F</samp>&rsquo; when
moving a tag.  If one moved a tag without &lsquo;<samp>-a</samp>&rsquo;,
then the tag in the removed files might still refer to
the old revision, rather than reflecting the fact that
the file had been removed.  I don&rsquo;t think this is
necessary if &lsquo;<samp>-r</samp>&rsquo; is specified, as noted above.
</p>
<hr size="6">
<div id="Sticky-tags"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Tagging-add_002fremove| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revisions| Up ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Sticky-tags-1"></div>
=== Sticky tags ===
<div id="index-Sticky-tags"></div>
<div id="index-Tags_002c-sticky"></div>


<p>Sometimes a working copy&rsquo;s revision has extra data
associated with it, for example it might be on a branch
(see section [[#Branching-and-merging|Branching and merging]]), or restricted to
versions prior to a certain date by &lsquo;<samp>checkout -D</samp>&rsquo;
or &lsquo;<samp>update -D</samp>&rsquo;.  Because this data persists &ndash;
that is, it applies to subsequent commands in the
working copy &ndash; we refer to it as <em>sticky</em>.
</p>
<p>Most of the time, stickiness is an obscure aspect of
<small>CVS</small> that you don&rsquo;t need to think about.  However,
even if you don&rsquo;t want to use the feature, you may need
to know <em>something</em> about sticky tags (for
example, how to avoid them!).
</p>
<p>You can use the <code>status</code> command to see if any
sticky tags or dates are set:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs status driver.c
===================================================================
File: driver.c          Status: Up-to-date

    Version:            1.7.2.1 Sat Dec  5 19:35:03 1992
    RCS Version:        1.7.2.1 /u/cvsroot/yoyodyne/tc/driver.c,v
    Sticky Tag:         rel-1-0-patches (branch: 1.7.2)
    Sticky Date:        (none)
    Sticky Options:     (none)

</nowiki></pre></td></tr></table>

<div id="index-Resetting-sticky-tags"></div>
<div id="index-Sticky-tags_002c-resetting"></div>
<div id="index-Deleting-sticky-tags"></div>
<p>The sticky tags will remain on your working files until
you delete them with &lsquo;<samp>cvs update -A</samp>&rsquo;.  The
&lsquo;<samp>-A</samp>&rsquo; option merges local changes into the version of the
file from the head of the trunk, removing any sticky tags,
dates, or options.  See [[#update|update&mdash;Bring work tree in sync with repository]] for more on the operation
of <code>cvs update</code>.
</p>
<div id="index-Sticky-date"></div>
<p>The most common use of sticky tags is to identify which
branch one is working on, as described in
[[#Accessing-branches|Accessing branches]].  However, non-branch
sticky tags have uses as well.  For example,
suppose that you want to avoid updating your working
directory, to isolate yourself from possibly
destabilizing changes other people are making.  You
can, of course, just refrain from running <code>cvs
update</code>.  But if you want to avoid updating only a
portion of a larger tree, then sticky tags can help.
If you check out a certain revision (such as 1.4) it
will become sticky.  Subsequent <code>cvs update</code>
commands will
not retrieve the latest revision until you reset the
tag with <code>cvs update -A</code>.  Likewise, use of the
&lsquo;<samp>-D</samp>&rsquo; option to <code>update</code> or <code>checkout</code>
sets a <em>sticky date</em>, which, similarly, causes that
date to be used for future retrievals.
</p>
<p>People often want to retrieve an old version of
a file without setting a sticky tag.  This can
be done with the &lsquo;<samp>-p</samp>&rsquo; option to <code>checkout</code> or
<code>update</code>, which sends the contents of the file to
standard output.  For example:
</p><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs update -p -r 1.1 file1 &gt;file1
===================================================================
Checking out file1
RCS:  /tmp/cvs-sanity/cvsroot/first-dir/Attic/file1,v
VERS: 1.1
***************
$
</nowiki></pre></td></tr></table>

<p>However, this isn&rsquo;t the easiest way, if you are asking
how to undo a previous checkin (in this example, put
&lsquo;<tt>file1</tt>&rsquo; back to the way it was as of revision
1.1).  In that case you are better off using the
&lsquo;<samp>-j</samp>&rsquo; option to <code>update</code>; for further
discussion see [[#Merging-two-revisions|Merging differences between any two revisions]].
</p>
<hr size="6">
<div id="Branching-and-merging"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Sticky-tags| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Branches-motivation| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revisions| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Branching-and-merging-1"></div>
== Branching and merging ==
<div id="index-Branching"></div>
<div id="index-Merging"></div>
<div id="index-Copying-changes"></div>
<div id="index-Main-trunk-and-branches"></div>
<div id="index-Revision-tree_002c-making-branches"></div>
<div id="index-Branches_002c-copying-changes-between"></div>
<div id="index-Changes_002c-copying-between-branches"></div>
<div id="index-Modifications_002c-copying-between-branches"></div>

<p><small>CVS</small> allows you to isolate changes onto a separate
line of development, known as a <em>branch</em>.  When you
change files on a branch, those changes do not appear
on the main trunk or other branches.
</p>
<p>Later you can move changes from one branch to another
branch (or the main trunk) by <em>merging</em>.  Merging
involves first running <code>cvs update -j</code>, to merge
the changes into the working directory.
You can then commit that revision, and thus effectively
copy the changes onto another branch.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Branches-motivation| Branches motivation]]::<nowiki>         What branches are good for
</nowiki>&bull;[[#Creating-a-branch| Creating a branch]]::<nowiki>           Creating a branch
</nowiki>&bull;[[#Accessing-branches| Accessing branches]]::<nowiki>          Checking out and updating branches
</nowiki>&bull;[[#Branches-and-revisions| Branches and revisions]]::<nowiki>      Branches are reflected in revision numbers
</nowiki>&bull;[[#Magic-branch-numbers| Magic branch numbers]]::<nowiki>        Magic branch numbers
</nowiki>&bull;[[#Merging-a-branch| Merging a branch]]::<nowiki>            Merging an entire branch
</nowiki>&bull;[[#Merging-more-than-once| Merging more than once]]::<nowiki>      Merging from a branch several times
</nowiki>&bull;[[#Merging-two-revisions| Merging two revisions]]::<nowiki>       Merging differences between two revisions
</nowiki>&bull;[[#Merging-adds-and-removals| Merging adds and removals]]::<nowiki>   What if files are added or removed?
</nowiki>&bull;[[#Merging-and-keywords| Merging and keywords]]::<nowiki>        Avoiding conflicts due to keyword substitution
</nowiki></pre>
<hr size="6">
<div id="Branches-motivation"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Branching-and-merging| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Creating-a-branch| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="What-branches-are-good-for"></div>
=== What branches are good for ===
<div id="index-Branches-motivation"></div>
<div id="index-What-branches-are-good-for"></div>
<div id="index-Motivation-for-branches"></div>

<p>Suppose that release 1.0 of tc has been made.  You are continuing to
develop tc, planning to create release 1.1 in a couple of months.  After a
while your customers start to complain about a fatal bug.  You check
out release 1.0 (see section [[#Tags|Tags&ndash;Symbolic revisions]]) and find the bug
(which turns out to have a trivial fix).  However, the current revision
of the sources are in a state of flux and are not expected to be stable
for at least another month.  There is no way to make a
bugfix release based on the newest sources.
</p>
<p>The thing to do in a situation like this is to create a <em>branch</em> on
the revision trees for all the files that make up
release 1.0 of tc.  You can then make
modifications to the branch without disturbing the main trunk.  When the
modifications are finished you can elect to either incorporate them on
the main trunk, or leave them on the branch.
</p>
<hr size="6">
<div id="Creating-a-branch"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Branches-motivation| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Accessing-branches| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Creating-a-branch-1"></div>
=== Creating a branch ===
<div id="index-Creating-a-branch"></div>
<div id="index-Branch_002c-creating-a"></div>
<div id="index-tag-_0028subcommand_0029_002c-creating-a-branch-using"></div>
<div id="index-rtag-_0028subcommand_0029_002c-creating-a-branch-using"></div>

<p>You can create a branch with <code>tag -b</code>; for
example, assuming you&rsquo;re in a working copy:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs tag -b rel-1-0-patches
</nowiki></pre></td></tr></table>


<p>This splits off a branch based on the current revisions
in the working copy, assigning that branch the name
&lsquo;<samp>rel-1-0-patches</samp>&rsquo;.
</p>
<p>It is important to understand that branches get created
in the repository, not in the working copy.  Creating a
branch based on current revisions, as the above example
does, will <em>not</em> automatically switch the working
copy to be on the new branch.  For information on how
to do that, see [[#Accessing-branches|Accessing branches]].
</p>
<p>You can also create a branch without reference to any
working copy, by using <code>rtag</code>:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs rtag -b -r rel-1-0 rel-1-0-patches tc
</nowiki></pre></td></tr></table>

<p>&lsquo;<samp>-r rel-1-0</samp>&rsquo; says that this branch should be
rooted at the revision that
corresponds to the tag &lsquo;<samp>rel-1-0</samp>&rsquo;.  It need not
be the most recent revision &ndash; it&rsquo;s often useful to
split a branch off an old revision (for example, when
fixing a bug in a past release otherwise known to be
stable).
</p>
<p>As with &lsquo;<samp>tag</samp>&rsquo;, the &lsquo;<samp>-b</samp>&rsquo; flag tells
<code>rtag</code> to create a branch (rather than just a
symbolic revision name).  Note that the numeric
revision number that matches &lsquo;<samp>rel-1-0</samp>&rsquo; will
probably be different from file to file.
</p>
<p>So, the full effect of the command is to create a new
branch &ndash; named &lsquo;<samp>rel-1-0-patches</samp>&rsquo; &ndash; in module
&lsquo;<samp>tc</samp>&rsquo;, rooted in the revision tree at the point tagged
by &lsquo;<samp>rel-1-0</samp>&rsquo;.
</p>
<hr size="6">
<div id="Accessing-branches"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Creating-a-branch| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Branches-and-revisions| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Accessing-branches-1"></div>
=== Accessing branches ===
<div id="index-Check-out-a-branch"></div>
<div id="index-Retrieve-a-branch"></div>
<div id="index-Access-a-branch"></div>
<div id="index-Identifying-a-branch"></div>
<div id="index-Branch_002c-check-out"></div>
<div id="index-Branch_002c-retrieving"></div>
<div id="index-Branch_002c-accessing"></div>
<div id="index-Branch_002c-identifying"></div>

<p>You can retrieve a branch in one of two ways: by
checking it out fresh from the repository, or by
switching an existing working copy over to the branch.
</p>
<p>To check out a branch from the repository, invoke
&lsquo;<samp>checkout</samp>&rsquo; with the &lsquo;<samp>-r</samp>&rsquo; flag, followed by
the tag name of the branch (see section [[#Creating-a-branch|Creating a branch]]):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -r rel-1-0-patches tc
</nowiki></pre></td></tr></table>

<p>Or, if you already have a working copy, you can switch
it to a given branch with &lsquo;<samp>update -r</samp>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs update -r rel-1-0-patches tc
</nowiki></pre></td></tr></table>

<p>or equivalently:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd tc
$ cvs update -r rel-1-0-patches
</nowiki></pre></td></tr></table>

<p>It does not matter if the working copy was originally
on the main trunk or on some other branch &ndash; the above
command will switch it to the named branch.  And
similarly to a regular &lsquo;<samp>update</samp>&rsquo; command,
&lsquo;<samp>update -r</samp>&rsquo; merges any changes you have made,
notifying you of conflicts where they occur.
</p>
<p>Once you have a working copy tied to a particular
branch, it remains there until you tell it otherwise.
This means that changes checked in from the working
copy will add new revisions on that branch, while
leaving the main trunk and other branches unaffected.
</p>
<div id="index-Branches_002c-sticky"></div>
<p>To find out what branch a working copy is on, you can
use the &lsquo;<samp>status</samp>&rsquo; command.  In its output, look for
the field named &lsquo;<samp>Sticky tag</samp>&rsquo; (see section [[#Sticky-tags|Sticky tags]])
&ndash; that&rsquo;s <small>CVS</small>&rsquo;s way of telling you the branch, if
any, of the current working files:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs status -v driver.c backend.c
===================================================================
File: driver.c          Status: Up-to-date

    Version:            1.7     Sat Dec  5 18:25:54 1992
    RCS Version:        1.7     /u/cvsroot/yoyodyne/tc/driver.c,v
    Sticky Tag:         rel-1-0-patches (branch: 1.7.2)
    Sticky Date:        (none)
    Sticky Options:     (none)

    Existing Tags:
        rel-1-0-patches             (branch: 1.7.2)
        rel-1-0                     (revision: 1.7)

===================================================================
File: backend.c         Status: Up-to-date

    Version:            1.4     Tue Dec  1 14:39:01 1992
    RCS Version:        1.4     /u/cvsroot/yoyodyne/tc/backend.c,v
    Sticky Tag:         rel-1-0-patches (branch: 1.4.2)
    Sticky Date:        (none)
    Sticky Options:     (none)

    Existing Tags:
        rel-1-0-patches             (branch: 1.4.2)
        rel-1-0                     (revision: 1.4)
        rel-0-4                     (revision: 1.4)

</nowiki></pre></td></tr></table>

<p>Don&rsquo;t be confused by the fact that the branch numbers
for each file are different (&lsquo;<samp>1.7.2</samp>&rsquo; and
&lsquo;<samp>1.4.2</samp>&rsquo; respectively).  The branch tag is the
same, &lsquo;<samp>rel-1-0-patches</samp>&rsquo;, and the files are
indeed on the same branch.  The numbers simply reflect
the point in each file&rsquo;s revision history at which the
branch was made.  In the above example, one can deduce
that &lsquo;<samp>driver.c</samp>&rsquo; had been through more changes than
&lsquo;<samp>backend.c</samp>&rsquo; before this branch was created.
</p>
<p>See [[#Branches-and-revisions|Branches and revisions]] for details about how
branch numbers are constructed.
</p>
<hr size="6">
<div id="Branches-and-revisions"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Accessing-branches| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Magic-branch-numbers| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Branches-and-revisions-1"></div>
=== Branches and revisions ===
<div id="index-Branch-number-1"></div>
<div id="index-Number_002c-branch-1"></div>
<div id="index-Revision-numbers-_0028branches_0029"></div>

<p>Ordinarily, a file&rsquo;s revision history is a linear
series of increments (see section [[#Revision-numbers|Revision numbers]]):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>       +-----+    +-----+    +-----+    +-----+    +-----+
       ! 1.1 !----! 1.2 !----! 1.3 !----! 1.4 !----! 1.5 !
       +-----+    +-----+    +-----+    +-----+    +-----+
</nowiki></pre></td></tr></table>

<p>However, <small>CVS</small> is not limited to linear development.  The
<em>revision tree</em> can be split into <em>branches</em>,
where each branch is a self-maintained line of
development.  Changes made on one branch can easily be
moved back to the main trunk.
</p>
<p>Each branch has a <em>branch number</em>, consisting of an
odd number of period-separated decimal integers.  The
branch number is created by appending an integer to the
revision number where the corresponding branch forked
off.  Having branch numbers allows more than one branch
to be forked off from a certain revision.
</p>
<p>All revisions on a branch have revision numbers formed
by appending an ordinal number to the branch number.
The following figure illustrates branching with an
example.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>                                                      +-------------+
                           Branch 1.2.2.3.2 -&gt;        ! 1.2.2.3.2.1 !
                                                    / +-------------+
                                                   /
                                                  /
                 +---------+    +---------+    +---------+
Branch 1.2.2 -&gt; _! 1.2.2.1 !----! 1.2.2.2 !----! 1.2.2.3 !
               / +---------+    +---------+    +---------+
              /
             /
+-----+    +-----+    +-----+    +-----+    +-----+
! 1.1 !----! 1.2 !----! 1.3 !----! 1.4 !----! 1.5 !  &lt;- The main trunk
+-----+    +-----+    +-----+    +-----+    +-----+
                !
                !
                !   +---------+    +---------+    +---------+
Branch 1.2.4 -&gt; +---! 1.2.4.1 !----! 1.2.4.2 !----! 1.2.4.3 !
                    +---------+    +---------+    +---------+

</nowiki></pre></td></tr></table>



<p>The exact details of how the branch number is
constructed is not something you normally need to be
concerned about, but here is how it works: When
<small>CVS</small> creates a branch number it picks the first
unused even integer, starting with 2.  So when you want
to create a branch from revision 6.4 it will be
numbered 6.4.2.  All branch numbers ending in a zero
(such as 6.4.0) are used internally by <small>CVS</small>
(see section [[#Magic-branch-numbers|Magic branch numbers]]).  The branch 1.1.1 has a
special meaning.  See section [[#Tracking-sources|Tracking third-party sources]].
</p>
<hr size="6">
<div id="Magic-branch-numbers"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Branches-and-revisions| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Merging-a-branch| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Magic-branch-numbers-1"></div>
=== Magic branch numbers ===


<p>This section describes a <small>CVS</small> feature called
<em>magic branches</em>.  For most purposes, you need not
worry about magic branches; <small>CVS</small> handles them for
you.  However, they are visible to you in certain
circumstances, so it may be useful to have some idea of
how it works.
</p>
<p>Externally, branch numbers consist of an odd number of
dot-separated decimal integers.  See section [[#Revision-numbers|Revision numbers]].  That is not the whole truth, however.  For
efficiency reasons <small>CVS</small> sometimes inserts an extra 0
in the second rightmost position (1.2.4 becomes
1.2.0.4, 8.9.10.11.12 becomes 8.9.10.11.0.12 and so
on).
</p>
<p><small>CVS</small> does a pretty good job at hiding these so
called magic branches, but in a few places the hiding
is incomplete:
</p>
<ul>
<li>
The magic branch number appears in the output from
<code>cvs log</code>.

</li><li>
You cannot specify a symbolic branch name to <code>cvs
admin</code>.

</li></ul>

<p>You can use the <code>admin</code> command to reassign a
symbolic name to a branch the way <small>RCS</small> expects it
to be.  If <code>R4patches</code> is assigned to the branch
1.4.2 (magic branch number 1.4.0.2) in file
&lsquo;<tt>numbers.c</tt>&rsquo; you can do this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs admin -NR4patches:1.4.2 numbers.c
</nowiki></pre></td></tr></table>

<p>It only works if at least one revision is already
committed on the branch.  Be very careful so that you
do not assign the tag to the wrong number.  (There is
no way to see how the tag was assigned yesterday).
</p>
<hr size="6">
<div id="Merging-a-branch"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Magic-branch-numbers| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Merging-more-than-once| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Merging-an-entire-branch"></div>
=== Merging an entire branch ===
<div id="index-Merging-a-branch"></div>
<div id="index-_002dj-_0028merging-branches_0029"></div>

<p>You can merge changes made on a branch into your working copy by giving
the &lsquo;<samp>-j <var>branchname</var></samp>&rsquo; flag to the <code>update</code> subcommand.  With one
&lsquo;<samp>-j <var>branchname</var></samp>&rsquo; option it merges the changes made between the
greatest common ancestor (GCA) of the branch and the destination revision (in
the simple case below the GCA is the point where the branch forked) and the
newest revision on that branch into your working copy.
</p>
<div id="index-Join"></div>
<p>The &lsquo;<samp>-j</samp>&rsquo; stands for &ldquo;join&rdquo;.
</p>
<div id="index-Branch-merge-example"></div>
<div id="index-Example_002c-branch-merge"></div>
<div id="index-Merge_002c-branch-example"></div>
<p>Consider this revision tree:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>+-----+    +-----+    +-----+    +-----+
! 1.1 !----! 1.2 !----! 1.3 !----! 1.4 !      &lt;- The main trunk
+-----+    +-----+    +-----+    +-----+
                !
                !
                !   +---------+    +---------+
Branch R1fix -&gt; +---! 1.2.2.1 !----! 1.2.2.2 !
                    +---------+    +---------+
</nowiki></pre></td></tr></table>

<p>The branch 1.2.2 has been given the tag (symbolic name) &lsquo;<samp>R1fix</samp>&rsquo;.  The
following example assumes that the module &lsquo;<samp>mod</samp>&rsquo; contains only one
file, &lsquo;<tt>m.c</tt>&rsquo;.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout mod               # <span class="roman">Retrieve the latest revision, 1.4</span>

$ cvs update -j R1fix m.c        # <span class="roman">Merge all changes made on the branch,</span>
                                 # <span class="roman">i.e. the changes between revision 1.2</span>
                                 # <span class="roman">and 1.2.2.2, into your working copy</span>
                                 # <span class="roman">of the file.</span>

$ cvs commit -m &quot;Included R1fix&quot; # <span class="roman">Create revision 1.5.</span>
</nowiki></pre></td></tr></table>

<p>A conflict can result from a merge operation.  If that
happens, you should resolve it before committing the
new revision.  See section [[#Conflicts-example|Conflicts example]].
</p>
<p>If your source files contain keywords (see section [[#Keyword-substitution|Keyword substitution]]),
you might be getting more conflicts than strictly necessary.  See
[[#Merging-and-keywords|Merging and keywords]], for information on how to avoid this.
</p>
<p>The <code>checkout</code> command also supports the &lsquo;<samp>-j <var>branchname</var></samp>&rsquo; flag.  The
same effect as above could be achieved with this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -j R1fix mod
$ cvs commit -m &quot;Included R1fix&quot;
</nowiki></pre></td></tr></table>

<p>It should be noted that <code>update -j <var>tagname</var></code> will also work but may
not produce the desired result.  See section [[#Merging-adds-and-removals|Merging can add or remove files]], for more.
</p>
<hr size="6">
<div id="Merging-more-than-once"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Merging-a-branch| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Merging-two-revisions| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Merging-from-a-branch-several-times"></div>
=== Merging from a branch several times ===

<p>Continuing our example, the revision tree now looks
like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>+-----+    +-----+    +-----+    +-----+    +-----+
! 1.1 !----! 1.2 !----! 1.3 !----! 1.4 !----! 1.5 !   &lt;- The main trunk
+-----+    +-----+    +-----+    +-----+    +-----+
                !                           *
                !                          *
                !   +---------+    +---------+
Branch R1fix -&gt; +---! 1.2.2.1 !----! 1.2.2.2 !
                    +---------+    +---------+
</nowiki></pre></td></tr></table>

<p>where the starred line represents the merge from the
&lsquo;<samp>R1fix</samp>&rsquo; branch to the main trunk, as just
discussed.
</p>
<p>Now suppose that development continues on the
&lsquo;<samp>R1fix</samp>&rsquo; branch:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>+-----+    +-----+    +-----+    +-----+    +-----+
! 1.1 !----! 1.2 !----! 1.3 !----! 1.4 !----! 1.5 !   &lt;- The main trunk
+-----+    +-----+    +-----+    +-----+    +-----+
                !                           *
                !                          *
                !   +---------+    +---------+    +---------+
Branch R1fix -&gt; +---! 1.2.2.1 !----! 1.2.2.2 !----! 1.2.2.3 !
                    +---------+    +---------+    +---------+
</nowiki></pre></td></tr></table>

<p>and then you want to merge those new changes onto the
main trunk.  If you just use the <code>cvs update -j
R1fix m.c</code> command again, <small>CVS</small> will attempt to
merge again the changes which you have already merged,
which can have undesirable side effects.
</p>
<p>So instead you need to specify that you only want to
merge the changes on the branch which have not yet been
merged into the trunk.  To do that you specify two
&lsquo;<samp>-j</samp>&rsquo; options, and <small>CVS</small> merges the changes from
the first revision to the second revision.  For
example, in this case the simplest way would be
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs update -j 1.2.2.2 -j R1fix m.c    # <span class="roman">Merge changes from 1.2.2.2 to the</span>
                                      # <span class="roman">head of the R1fix branch</span>
</nowiki></pre></td></tr></table>

<p>The problem with this is that you need to specify the
1.2.2.2 revision manually.  A slightly better approach
might be to use the date the last merge was done:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs update -j R1fix:yesterday -j R1fix m.c
</nowiki></pre></td></tr></table>

<p>Better yet, tag the R1fix branch after every merge into
the trunk, and then use that tag for subsequent merges:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs update -j merged_from_R1fix_to_trunk -j R1fix m.c
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Merging-two-revisions"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Merging-more-than-once| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Merging-adds-and-removals| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Merging-differences-between-any-two-revisions"></div>
=== Merging differences between any two revisions ===
<div id="index-Merging-two-revisions"></div>
<div id="index-Revisions_002c-merging-differences-between"></div>
<div id="index-Differences_002c-merging"></div>

<p>With two &lsquo;<samp>-j <var>revision</var></samp>&rsquo; flags, the <code>update</code>
(and <code>checkout</code>) command can merge the differences
between any two revisions into your working file.
</p>
<div id="index-Undoing-a-change"></div>
<div id="index-Removing-a-change"></div>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs update -j 1.5 -j 1.3 backend.c
</nowiki></pre></td></tr></table>

<p>will undo all changes made between revision
1.3 and 1.5.  Note the order of the revisions!
</p>
<p>If you try to use this option when operating on
multiple files, remember that the numeric revisions will
probably be very different between the various files.
You almost always use symbolic
tags rather than revision numbers when operating on
multiple files.
</p>
<div id="index-Restoring-old-version-of-removed-file"></div>
<div id="index-Resurrecting-old-version-of-dead-file"></div>
<p>Specifying two &lsquo;<samp>-j</samp>&rsquo; options can also undo file
removals or additions.  For example, suppose you have
a file
named &lsquo;<tt>file1</tt>&rsquo; which existed as revision 1.1, and
you then removed it (thus adding a dead revision 1.2).
Now suppose you want to add it again, with the same
contents it had previously.  Here is how to do it:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs update -j 1.2 -j 1.1 file1
U file1
$ cvs commit -m test
Checking in file1;
/tmp/cvs-sanity/cvsroot/first-dir/file1,v  &lt;--  file1
new revision: 1.3; previous revision: 1.2
done
$
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Merging-adds-and-removals"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Merging-two-revisions| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Merging-and-keywords| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Merging-can-add-or-remove-files"></div>
=== Merging can add or remove files ===

<p>If the changes which you are merging involve removing
or adding some files, <code>update -j</code> will reflect
such additions or removals.
</p>
<p>For example:
</p><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs update -A
touch a b c
cvs add a b c ; cvs ci -m &quot;added&quot; a b c
cvs tag -b branchtag
cvs update -r branchtag
touch d ; cvs add d
rm a ; cvs rm a
cvs ci -m &quot;added d, removed a&quot;
cvs update -A
cvs update -jbranchtag
</nowiki></pre></td></tr></table>

<p>After these commands are executed and a &lsquo;<samp>cvs commit</samp>&rsquo; is done,
file &lsquo;<tt>a</tt>&rsquo; will be removed and file &lsquo;<tt>d</tt>&rsquo; added in the main branch.
</p>
<p>Note that using a single static tag (&lsquo;<samp>-j <var>tagname</var></samp>&rsquo;)
rather than a dynamic tag (&lsquo;<samp>-j <var>branchname</var></samp>&rsquo;) to merge
changes from a branch will usually not remove files which were removed on the
branch since <small>CVS</small> does not automatically add static tags to dead revisions.
The exception to this rule occurs when
a static tag has been attached to a dead revision manually.  Use the branch tag
to merge all changes from the branch or use two static tags as merge endpoints
to be sure that all intended changes are propagated in the merge.
</p>
<hr size="6">
<div id="Merging-and-keywords"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Merging-adds-and-removals| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Branching-and-merging| Up ]]|</td>
<td valign="middle" align="left">|[[#Recursive-behavior| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Merging-and-keywords-1"></div>
=== Merging and keywords ===
<div id="index-Merging_002c-and-keyword-substitution"></div>
<div id="index-Keyword-substitution_002c-and-merging"></div>
<div id="index-_002dj-_0028merging-branches_0029_002c-and-keyword-substitution"></div>
<div id="index-_002dkk_002c-to-avoid-conflicts-during-a-merge"></div>

<p>If you merge files containing keywords (see section [[#Keyword-substitution|Keyword substitution]]), you will normally get numerous
conflicts during the merge, because the keywords are
expanded differently in the revisions which you are
merging.
</p>
<p>Therefore, you will often want to specify the
&lsquo;<samp>-kk</samp>&rsquo; (see section [[#Substitution-modes|Substitution modes]]) switch to the
merge command line.  By substituting just the name of
the keyword, not the expanded value of that keyword,
this option ensures that the revisions which you are
merging will be the same as each other, and avoid
spurious conflicts.
</p>
<p>For example, suppose you have a file like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>       +---------+
      _! 1.1.2.1 !   &lt;-  br1
     / +---------+
    /
   /
+-----+    +-----+
! 1.1 !----! 1.2 !
+-----+    +-----+
</nowiki></pre></td></tr></table>

<p>and your working directory is currently on the trunk
(revision 1.2).  Then you might get the following
results from a merge:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cat file1
key $<i></i>Revision: 1.2 $
. . .
$ cvs update -j br1
U file1
RCS file: /cvsroot/first-dir/file1,v
retrieving revision 1.1
retrieving revision 1.1.2.1
Merging differences between 1.1 and 1.1.2.1 into file1
rcsmerge: warning: conflicts during merge
$ cat file1
&lt;&lt;&lt;&lt;&lt;&lt;&lt; file1
key $<i></i>Revision: 1.2 $
=======
key $<i></i>Revision: 1.1.2.1 $
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 1.1.2.1
. . .
</nowiki></pre></td></tr></table>

<p>What happened was that the merge tried to merge the
differences between 1.1 and 1.1.2.1 into your working
directory.  So, since the keyword changed from
<code>Revision: 1.1</code> to <code>Revision: 1.1.2.1</code>,
<small>CVS</small> tried to merge that change into your working
directory, which conflicted with the fact that your
working directory had contained <code>Revision: 1.2</code>.
</p>
<p>Here is what happens if you had used &lsquo;<samp>-kk</samp>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cat file1
key $<i></i>Revision: 1.2 $
. . .
$ cvs update -kk -j br1
U file1
RCS file: /cvsroot/first-dir/file1,v
retrieving revision 1.1
retrieving revision 1.1.2.1
Merging differences between 1.1 and 1.1.2.1 into file1
$ cat file1
key $<i></i>Revision$
. . .
</nowiki></pre></td></tr></table>

<p>What is going on here is that revision 1.1 and 1.1.2.1
both expand as plain <code>Revision</code>, and therefore
merging the changes between them into the working
directory need not change anything.  Therefore, there
is no conflict.
</p>
<p><strong>WARNING: In versions of <small>CVS</small> prior to 1.12.2, there was a
major problem with using &lsquo;<samp>-kk</samp>&rsquo; on merges.  Namely, &lsquo;<samp>-kk</samp>&rsquo;
overrode any default keyword expansion mode set in the archive file in
the repository.  This could, unfortunately for some users, cause data
corruption in binary files (with a default keyword expansion mode set
to &lsquo;<samp>-kb</samp>&rsquo;).  Therefore, when a repository contained binary files,
conflicts had to be dealt with manually rather than using &lsquo;<samp>-kk</samp>&rsquo; in
a merge command.</strong>
</p>
<p>In <small>CVS</small> version 1.12.2 and later, the keyword expansion mode
provided on the command line to any <small>CVS</small> command no longer
overrides the &lsquo;<samp>-kb</samp>&rsquo; keyword expansion mode setting for binary
files, though it will still override other default keyword expansion
modes.  You can now safely merge using &lsquo;<samp>-kk</samp>&rsquo; to avoid spurious conflicts
on lines containing RCS keywords, even when your repository contains
binary files.
</p>
<hr size="6">
<div id="Recursive-behavior"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Merging-and-keywords| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Branching-and-merging| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Recursive-behavior-1"></div>
== Recursive behavior ==
<div id="index-Recursive-_0028directory-descending_0029"></div>
<div id="index-Directory_002c-descending"></div>
<div id="index-Descending-directories"></div>
<div id="index-Subdirectories"></div>

<p>Almost all of the subcommands of <small>CVS</small> work
recursively when you specify a directory as an
argument.  For instance, consider this directory
structure:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>      <code>$HOME</code>
        |
        +--<tt>tc</tt>
        |   |
            +--<tt>CVS</tt>
            |      (internal CVS files)
            +--<tt>Makefile</tt>
            +--<tt>backend.c</tt>
            +--<tt>driver.c</tt>
            +--<tt>frontend.c</tt>
            +--<tt>parser.c</tt>
            +--<tt>man</tt>
            |    |
            |    +--<tt>CVS</tt>
            |    |  (internal CVS files)
            |    +--<tt>tc.1</tt>
            |
            +--<tt>testing</tt>
                 |
                 +--<tt>CVS</tt>
                 |  (internal CVS files)
                 +--<tt>testpgm.t</tt>
                 +--<tt>test2.t</tt>
</nowiki></pre></td></tr></table>

<p>If &lsquo;<tt>tc</tt>&rsquo; is the current working directory, the
following is true:
</p>
<ul>
<li>
&lsquo;<samp>cvs update testing</samp>&rsquo; is equivalent to

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs update testing/testpgm.t testing/test2.t
</nowiki></pre></td></tr></table>

</li><li>
&lsquo;<samp>cvs update testing man</samp>&rsquo; updates all files in the
subdirectories

</li><li>
&lsquo;<samp>cvs update .</samp>&rsquo; or just &lsquo;<samp>cvs update</samp>&rsquo; updates
all files in the <code>tc</code> directory
</li></ul>

<p>If no arguments are given to <code>update</code> it will
update all files in the current working directory and
all its subdirectories.  In other words, &lsquo;<tt>.</tt>&rsquo; is a
default argument to <code>update</code>.  This is also true
for most of the <small>CVS</small> subcommands, not only the
<code>update</code> command.
</p>
<p>The recursive behavior of the <small>CVS</small> subcommands can be
turned off with the &lsquo;<samp>-l</samp>&rsquo; option.
Conversely, the &lsquo;<samp>-R</samp>&rsquo; option can be used to force recursion if
&lsquo;<samp>-l</samp>&rsquo; is specified in &lsquo;<tt>~/.cvsrc</tt>&rsquo; (see section [[#g_t_007e_002f_002ecvsrc|Default options and the ~/.cvsrc file]]).
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs update -l         # <span class="roman">Don't update files in subdirectories</span>
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Adding-and-removing"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Recursive-behavior| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Recursive-behavior| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Adding_002c-removing_002c-and-renaming-files-and-directories"></div>
== Adding, removing, and renaming files and directories ==

<p>In the course of a project, one will often add new
files.  Likewise with removing or renaming, or with
directories.  The general concept to keep in mind in
all these cases is that instead of making an
irreversible change you want <small>CVS</small> to record the
fact that a change has taken place, just as with
modifying an existing file.  The exact mechanisms to do
this in <small>CVS</small> vary depending on the situation.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Adding-files| Adding files]]::<nowiki>                Adding files
</nowiki>&bull;[[#Removing-files| Removing files]]::<nowiki>              Removing files
</nowiki>&bull;[[#Removing-directories| Removing directories]]::<nowiki>        Removing directories
</nowiki>&bull;[[#Moving-files| Moving files]]::<nowiki>                Moving and renaming files
</nowiki>&bull;[[#Moving-directories| Moving directories]]::<nowiki>          Moving and renaming directories
</nowiki></pre>
<hr size="6">
<div id="Adding-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Adding-and-removing| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Removing-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Adding-files-to-a-directory"></div>
=== Adding files to a directory ===
<div id="index-Adding-files"></div>

<p>To add a new file to a directory, follow these steps.
</p>
<ul>
<li>
You must have a working copy of the directory.
See section [[#Getting-the-source|Getting the source]].

</li><li>
Create the new file inside your working copy of the directory.

</li><li>
Use &lsquo;<samp>cvs add <var>filename</var></samp>&rsquo; to tell <small>CVS</small> that you
want to version control the file.  If the file contains
binary data, specify &lsquo;<samp>-kb</samp>&rsquo; (see section [[#Binary-files|Handling binary files]]).

</li><li>
Use &lsquo;<samp>cvs commit <var>filename</var></samp>&rsquo; to actually check
in the file into the repository.  Other developers
cannot see the file until you perform this step.
</li></ul>

<p>You can also use the <code>add</code> command to add a new
directory.
</p>
<p>Unlike most other commands, the <code>add</code> command is
not recursive.  You cannot even type &lsquo;<samp>cvs add
foo/bar</samp>&rsquo;!  Instead, you have to
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd foo
$ cvs add bar
</nowiki></pre></td></tr></table>

<div id="index-add-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-add"></div><u>Command:</u> <b>cvs add</b><i> [<code>-k</code> kflag] [<code>-m</code> message] files &hellip;</i></dt>
<dd>
<p>Schedule <var>files</var> to be added to the repository.
The files or directories specified with <code>add</code> must
already exist in the current directory.  To add a whole
new directory hierarchy to the source repository (for
example, files received from a third-party vendor), use
the <code>import</code> command instead.  See section [[#import|import&mdash;Import sources into CVS, using vendor branches]].
</p>
<p>The added files are not placed in the source repository
until you use <code>commit</code> to make the change
permanent.  Doing an <code>add</code> on a file that was
removed with the <code>remove</code> command will undo the
effect of the <code>remove</code>, unless a <code>commit</code>
command intervened.  See section [[#Removing-files|Removing files]], for an
example.
</p>
<p>The &lsquo;<samp>-k</samp>&rsquo; option specifies the default way that
this file will be checked out; for more information see
[[#Substitution-modes|Substitution modes]].
</p>
<p>The &lsquo;<samp>-m</samp>&rsquo; option specifies a description for the
file.  This description appears in the history log (if
it is enabled, see section [[#history-file|The history file]]).  It will also be
saved in the version history inside the repository when
the file is committed.  The <code>log</code> command displays
this description.  The description can be changed using
&lsquo;<samp>admin -t</samp>&rsquo;.  See section [[#admin|admin&mdash;Administration]].  If you omit the
&lsquo;<samp>-m <var>description</var></samp>&rsquo; flag, an empty string will
be used.  You will not be prompted for a description.
</p></dd></dl>

<p>For example, the following commands add the file
&lsquo;<tt>backend.c</tt>&rsquo; to the repository:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs add backend.c
$ cvs commit -m &quot;Early version. Not yet compilable.&quot; backend.c
</nowiki></pre></td></tr></table>

<p>When you add a file it is added only on the branch
which you are working on (see section [[#Branching-and-merging|Branching and merging]]).  You can
later merge the additions to another branch if you want
(see section [[#Merging-adds-and-removals|Merging can add or remove files]]).
</p>
<hr size="6">
<div id="Removing-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Adding-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Removing-directories| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Removing-files-1"></div>
=== Removing files ===
<div id="index-Removing-files"></div>
<div id="index-Deleting-files"></div>

<p>Directories change.  New files are added, and old files
disappear.  Still, you want to be able to retrieve an
exact copy of old releases.
</p>
<p>Here is what you can do to remove a file,
but remain able to retrieve old revisions:
</p>
<ul>
<li>
Make sure that you have not made any uncommitted
modifications to the file.  See section [[#Viewing-differences|Viewing differences]],
for one way to do that.  You can also use the
<code>status</code> or <code>update</code> command.  If you remove
the file without committing your changes, you will of
course not be able to retrieve the file as it was
immediately before you deleted it.

</li><li>
Remove the file from your working copy of the directory.
You can for instance use <code>rm</code>.

</li><li>
Use &lsquo;<samp>cvs remove <var>filename</var></samp>&rsquo; to tell <small>CVS</small> that
you really want to delete the file.

</li><li>
Use &lsquo;<samp>cvs commit <var>filename</var></samp>&rsquo; to actually
perform the removal of the file from the repository.
</li></ul>

<p>When you commit the removal of the file, <small>CVS</small>
records the fact that the file no longer exists.  It is
possible for a file to exist on only some branches and
not on others, or to re-add another file with the same
name later.  <small>CVS</small> will correctly create or not create
the file, based on the &lsquo;<samp>-r</samp>&rsquo; and &lsquo;<samp>-D</samp>&rsquo; options
specified to <code>checkout</code> or <code>update</code>.
</p>
<div id="index-Remove-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-remove"></div><u>Command:</u> <b>cvs remove</b><i> [options] files &hellip;</i></dt>
<dd>
<p>Schedule file(s) to be removed from the repository
(files which have not already been removed from the
working directory are not processed).  This command
does not actually remove the file from the repository
until you commit the removal.  For a full list of
options, see [[#Invoking-CVS|Quick reference to CVS commands]].
</p></dd></dl>

<p>Here is an example of removing several files:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd test
$ rm *.c
$ cvs remove
cvs remove: Removing .
cvs remove: scheduling a.c for removal
cvs remove: scheduling b.c for removal
cvs remove: use 'cvs commit' to remove these files permanently
$ cvs ci -m &quot;Removed unneeded files&quot;
cvs commit: Examining .
cvs commit: Committing .
</nowiki></pre></td></tr></table>

<p>As a convenience you can remove the file and <code>cvs
remove</code> it in one step, by specifying the &lsquo;<samp>-f</samp>&rsquo;
option.  For example, the above example could also be
done like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd test
$ cvs remove -f *.c
cvs remove: scheduling a.c for removal
cvs remove: scheduling b.c for removal
cvs remove: use 'cvs commit' to remove these files permanently
$ cvs ci -m &quot;Removed unneeded files&quot;
cvs commit: Examining .
cvs commit: Committing .
</nowiki></pre></td></tr></table>

<p>If you execute <code>remove</code> for a file, and then
change your mind before you commit, you can undo the
<code>remove</code> with an <code>add</code> command.
</p>

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ ls
CVS   ja.h  oj.c
$ rm oj.c
$ cvs remove oj.c
cvs remove: scheduling oj.c for removal
cvs remove: use 'cvs commit' to remove this file permanently
$ cvs add oj.c
U oj.c
cvs add: oj.c, version 1.1.1.1, resurrected
</nowiki></pre></td></tr></table>

<p>If you realize your mistake before you run the
<code>remove</code> command you can use <code>update</code> to
resurrect the file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ rm oj.c
$ cvs update oj.c
cvs update: warning: oj.c was lost
U oj.c
</nowiki></pre></td></tr></table>

<p>When you remove a file it is removed only on the branch
which you are working on (see section [[#Branching-and-merging|Branching and merging]]).  You can
later merge the removals to another branch if you want
(see section [[#Merging-adds-and-removals|Merging can add or remove files]]).
</p>
<hr size="6">
<div id="Removing-directories"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Removing-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Moving-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Removing-directories-1"></div>
=== Removing directories ===
<div id="index-Removing-directories"></div>
<div id="index-Directories_002c-removing"></div>

<p>In concept removing directories is somewhat similar to
removing files&mdash;you want the directory to not exist in
your current working directories, but you also want to
be able to retrieve old releases in which the directory
existed.
</p>
<p>The way that you remove a directory is to remove all
the files in it.  You don&rsquo;t remove the directory
itself; there is no way to do that.
Instead you specify the &lsquo;<samp>-P</samp>&rsquo; option to
<code>cvs update</code> or <code>cvs checkout</code>,
which will cause <small>CVS</small> to remove empty
directories from working directories.
(Note that <code>cvs export</code> always removes empty directories.)
Probably the
best way to do this is to always specify &lsquo;<samp>-P</samp>&rsquo;; if
you want an empty directory then put a dummy file (for
example &lsquo;<tt>.keepme</tt>&rsquo;) in it to prevent &lsquo;<samp>-P</samp>&rsquo; from
removing it.
</p>
<p>Note that &lsquo;<samp>-P</samp>&rsquo; is implied by the &lsquo;<samp>-r</samp>&rsquo; or &lsquo;<samp>-D</samp>&rsquo;
options of <code>checkout</code>.  This way
<small>CVS</small> will be able to correctly create the directory
or not depending on whether the particular version you
are checking out contains any files in that directory.
</p>
<hr size="6">
<div id="Moving-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Removing-directories| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Outside| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Moving-and-renaming-files"></div>
=== Moving and renaming files ===
<div id="index-Moving-files"></div>
<div id="index-Renaming-files"></div>
<div id="index-Files_002c-moving"></div>

<p>Moving files to a different directory or renaming them
is not difficult, but some of the ways in which this
works may be non-obvious.  (Moving or renaming a
directory is even harder.  See section [[#Moving-directories|Moving and renaming directories]].).
</p>
<p>The examples below assume that the file <var>old</var> is renamed to
<var>new</var>.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Outside| Outside]]::<nowiki>                     The normal way to Rename
</nowiki>&bull;[[#Inside| Inside]]::<nowiki>                      A tricky, alternative way
</nowiki>&bull;[[#Rename-by-copying| Rename by copying]]::<nowiki>           Another tricky, alternative way
</nowiki></pre>
<hr size="6">
<div id="Outside"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Moving-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Inside| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Moving-files| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-Normal-way-to-Rename"></div>
==== The Normal way to Rename ====


<p>The normal way to move a file is to copy <var>old</var> to
<var>new</var>, and then issue the normal <small>CVS</small> commands
to remove <var>old</var> from the repository, and add
<var>new</var> to it.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ mv <var>old</var> <var>new</var>
$ cvs remove <var>old</var>
$ cvs add <var>new</var>
$ cvs commit -m &quot;Renamed <var>old</var> to <var>new</var>&quot; <var>old</var> <var>new</var>
</nowiki></pre></td></tr></table>

<p>This is the simplest way to move a file, it is not
error-prone, and it preserves the history of what was
done.  Note that to access the history of the file you
must specify the old or the new name, depending on what
portion of the history you are accessing.  For example,
<code>cvs log <var>old</var></code> will give the log up until the
time of the rename.
</p>
<p>When <var>new</var> is committed its revision numbers will
start again, usually at 1.1, so if that bothers you,
use the &lsquo;<samp>-r rev</samp>&rsquo; option to commit.  For more
information see [[#Assigning-revisions|Assigning revisions]].
</p>
<hr size="6">
<div id="Inside"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Outside| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Rename-by-copying| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Moving-files| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Moving-the-history-file"></div>
==== Moving the history file ====

<p>This method is more dangerous, since it involves moving
files inside the repository.  Read this entire section
before trying it out!
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd $CVSROOT/<var>dir</var>
$ mv <var>old</var>,v <var>new</var>,v
</nowiki></pre></td></tr></table>

<p>Advantages:
</p>
<ul>
<li>
The log of changes is maintained intact.

</li><li>
The revision numbers are not affected.
</li></ul>

<p>Disadvantages:
</p>
<ul>
<li>
Old releases cannot easily be fetched from the
repository.  (The file will show up as <var>new</var> even
in revisions from the time before it was renamed).

</li><li>
There is no log information of when the file was renamed.

</li><li>
Nasty things might happen if someone accesses the history file
while you are moving it.  Make sure no one else runs any of the <small>CVS</small>
commands while you move it.
</li></ul>

<hr size="6">
<div id="Rename-by-copying"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Inside| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Moving-directories| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Moving-files| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Copying-the-history-file"></div>
==== Copying the history file ====

<p>This way also involves direct modifications to the
repository.  It is safe, but not without drawbacks.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki># <span class="roman">Copy the RCS file inside the repository</span>
$ cd $CVSROOT/<var>dir</var>
$ cp <var>old</var>,v <var>new</var>,v
# <span class="roman">Remove the old file</span>
$ cd ~/<var>dir</var>
$ rm <var>old</var>
$ cvs remove <var>old</var>
$ cvs commit <var>old</var>
# <span class="roman">Remove all tags from <var>new</var></span>
$ cvs update <var>new</var>
$ cvs log <var>new</var>             # <span class="roman">Remember the non-branch tag names</span>
$ cvs tag -d <var>tag1</var> <var>new</var>
$ cvs tag -d <var>tag2</var> <var>new</var>
&hellip;
</nowiki></pre></td></tr></table>

<p>By removing the tags you will be able to check out old
revisions.
</p>
<p>Advantages:
</p>
<ul>
<li>
Checking out old revisions works correctly, as long as
you use &lsquo;<samp>-r<var>tag</var></samp>&rsquo; and not &lsquo;<samp>-D<var>date</var></samp>&rsquo;
to retrieve the revisions.

</li><li>
The log of changes is maintained intact.

</li><li>
The revision numbers are not affected.
</li></ul>

<p>Disadvantages:
</p>
<ul>
<li>
You cannot easily see the history of the file across the rename.

</li></ul>

<hr size="6">
<div id="Moving-directories"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Rename-by-copying| &lt; ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Adding-and-removing| Up ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Moving-and-renaming-directories"></div>
=== Moving and renaming directories ===
<div id="index-Moving-directories"></div>
<div id="index-Renaming-directories"></div>
<div id="index-Directories_002c-moving"></div>

<p>The normal way to rename or move a directory is to
rename or move each file within it as described in
[[#Outside|The Normal way to Rename]].  Then check out with the &lsquo;<samp>-P</samp>&rsquo;
option, as described in [[#Removing-directories|Removing directories]].
</p>
<p>If you really want to hack the repository to rename or
delete a directory in the repository, you can do it
like this:
</p>
<ol>
<li>
Inform everyone who has a checked out copy of the directory that the
directory will be renamed.  They should commit all
their changes, and remove their working copies,
before you take the steps below.

</li><li>
Rename the directory inside the repository.

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd $CVSROOT/<var>parent-dir</var>
$ mv <var>old-dir</var> <var>new-dir</var>
</nowiki></pre></td></tr></table>

</li><li>
Fix the <small>CVS</small> administrative files, if necessary (for
instance if you renamed an entire module).

</li><li>
Tell everyone that they can check out again and continue
working.

</li></ol>

<p>If someone had a working copy the <small>CVS</small> commands will
cease to work for him, until he removes the directory
that disappeared inside the repository.
</p>
<p>It is almost always better to move the files in the
directory instead of moving the directory.  If you move the
directory you are unlikely to be able to retrieve old
releases correctly, since they probably depend on the
name of the directories.
</p>
<hr size="6">
<div id="History-browsing"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Moving-directories| &lt; ]]|</td>
<td valign="middle" align="left">|[[#log-messages| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Adding-and-removing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="History-browsing-1"></div>
== History browsing ==
<div id="index-History-browsing"></div>
<div id="index-Traceability"></div>
<div id="index-Isolation"></div>


<p>Once you have used <small>CVS</small> to store a version control
history&mdash;what files have changed when, how, and by
whom, there are a variety of mechanisms for looking
through the history.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#log-messages| log messages]]::<nowiki>                Log messages
</nowiki>&bull;[[#history-database| history database]]::<nowiki>            The history database
</nowiki>&bull;[[#user_002ddefined-logging| user-defined logging]]::<nowiki>        User-defined logging
</nowiki>&bull;[[#annotate| annotate]]::<nowiki>                    What revision modified each line of a file?
</nowiki></pre>
<hr size="6">
<div id="log-messages"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#History-browsing| &lt; ]]|</td>
<td valign="middle" align="left">|[[#history-database| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#History-browsing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| Up ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Log-messages"></div>
=== Log messages ===

<p>Whenever you commit a file you specify a log message.
</p>
<p>To look through the log messages which have been
specified for every revision which has been committed,
use the <code>cvs log</code> command (see section [[#log|log&mdash;Print out log information for files]]).
</p>
<hr size="6">
<div id="history-database"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#log-messages| &lt; ]]|</td>
<td valign="middle" align="left">|[[#user_002ddefined-logging| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#History-browsing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| Up ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-history-database"></div>
=== The history database ===

<p>You can use the history file (see section [[#history-file|The history file]]) to
log various <small>CVS</small> actions.  To retrieve the
information from the history file, use the <code>cvs
history</code> command (see section [[#history|history&mdash;Show status of files and users]]).
</p>
<p>Note: you can control what is logged to this file by using the
&lsquo;<samp>LogHistory</samp>&rsquo; keyword in the &lsquo;<tt>CVSROOT/config</tt>&rsquo; file
(see section [[#config|The CVSROOT/config configuration file]]).
</p>

<hr size="6">
<div id="user_002ddefined-logging"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#history-database| &lt; ]]|</td>
<td valign="middle" align="left">|[[#annotate| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#History-browsing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| Up ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="User_002ddefined-logging"></div>
=== User-defined logging ===

<p>You can customize <small>CVS</small> to log various kinds of
actions, in whatever manner you choose.  These
mechanisms operate by executing a script at various
times.  The script might append a message to a file
listing the information and the programmer who created
it, or send mail to a group of developers, or, perhaps,
post a message to a particular newsgroup.  To log
commits, use the &lsquo;<tt>loginfo</tt>&rsquo; file (see section [[#loginfo|Loginfo]]).
To log commits, checkouts, exports, and tags,
respectively, you can also use the &lsquo;<samp>-i</samp>&rsquo;,
&lsquo;<samp>-o</samp>&rsquo;, &lsquo;<samp>-e</samp>&rsquo;, and &lsquo;<samp>-t</samp>&rsquo; options in the
modules file.  For a more flexible way of giving
notifications to various users, which requires less in
the way of keeping centralized scripts up to date, use
the <code>cvs watch add</code> command (see section [[#Getting-Notified|Telling CVS to notify you]]); this command is useful even if you are not
using <code>cvs watch on</code>.
</p>
<div id="index-taginfo"></div>
<div id="index-Exit-status_002c-of-taginfo"></div>
<p>The &lsquo;<tt>taginfo</tt>&rsquo; file defines programs to execute
when someone executes a <code>tag</code> or <code>rtag</code>
command.  The &lsquo;<tt>taginfo</tt>&rsquo; file has the standard form
for administrative files (see section [[#Administrative-files|Reference manual for Administrative files]]), where each line is a regular expression
followed by a command to execute.  The arguments passed
to the command are, in order, the <var>tagname</var>,
<var>operation</var> (<code>add</code> for <code>tag</code>,
<code>mov</code> for <code>tag -F</code>, and <code>del</code> for
<code>tag -d</code>), <var>repository</var>, and any remaining are
pairs of <var>filename</var> <var>revision</var>.  A non-zero
exit of the filter program will cause the tag to be
aborted.
</p>
<p>Here is an example of using taginfo to log tag and rtag
commands.  In the taginfo file put:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ALL /usr/local/cvsroot/CVSROOT/loggit
</nowiki></pre></td></tr></table>

<p>Where &lsquo;<tt>/usr/local/cvsroot/CVSROOT/loggit</tt>&rsquo; contains the
following script:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#!/bin/sh
echo &quot;$@&quot; &gt;&gt;/home/kingdon/cvsroot/CVSROOT/taglog
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="annotate"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#user_002ddefined-logging| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#History-browsing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#History-browsing| Up ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Annotate-command"></div>
=== Annotate command ===
<div id="index-annotate-_0028subcommand_0029"></div>

<dl>
<dt><div id="index-cvs-annotate"></div><u>Command:</u> <b>cvs annotate</b><i> [<code>-FflR</code>] [<code>-r rev</code>|<code>-D date</code>] files &hellip;</i></dt>
<dd>
<p>For each file in <var>files</var>, print the head revision
of the trunk, together with information on the last
modification for each line.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs annotate ssfile
Annotations for ssfile
***************
1.1          (mary     27-Mar-96): ssfile line 1
1.2          (joe      28-Mar-96): ssfile line 2
</nowiki></pre></td></tr></table>

<p>The file &lsquo;<tt>ssfile</tt>&rsquo; currently contains two lines.
The <code>ssfile line 1</code> line was checked in by
<code>mary</code> on March 27.  Then, on March 28, <code>joe</code>
added a line <code>ssfile line 2</code>, without modifying
the <code>ssfile line 1</code> line.  This report doesn&rsquo;t
tell you anything about lines which have been deleted
or replaced; you need to use <code>cvs diff</code> for that
(see section [[#diff|diff&mdash;Show differences between revisions]]).
</p>
</dd></dl>

<p>The options to <code>cvs annotate</code> are listed in
[[#Invoking-CVS|Quick reference to CVS commands]], and can be used to select the files
and revisions to annotate.  The options are described
in more detail there and in [[#Common-options|Common command options]].
</p>

<hr size="6">
<div id="Binary-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#annotate| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Binary-why| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#History-browsing| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Handling-binary-files"></div>
== Handling binary files ==
<div id="index-Binary-files"></div>

<p>The most common use for <small>CVS</small> is to store text
files.  With text files, <small>CVS</small> can merge revisions,
display the differences between revisions in a
human-visible fashion, and other such operations.
However, if you are willing to give up a few of these
abilities, <small>CVS</small> can store binary files.  For
example, one might store a web site in <small>CVS</small>
including both text files and binary images.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Binary-why| Binary why]]::<nowiki>     More details on issues with binary files
</nowiki>&bull;[[#Binary-howto| Binary howto]]::<nowiki>   How to store them
</nowiki></pre>
<hr size="6">
<div id="Binary-why"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Binary-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Binary-howto| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Binary-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-issues-with-binary-files"></div>
=== The issues with binary files ===

<p>While the need to manage binary files may seem obvious
if the files that you customarily work with are binary,
putting them into version control does present some
additional issues.
</p>
<p>One basic function of version control is to show the
differences between two revisions.  For example, if
someone else checked in a new version of a file, you
may wish to look at what they changed and determine
whether their changes are good.  For text files,
<small>CVS</small> provides this functionality via the <code>cvs
diff</code> command.  For binary files, it may be possible to
extract the two revisions and then compare them with a
tool external to <small>CVS</small> (for example, word processing
software often has such a feature).  If there is no
such tool, one must track changes via other mechanisms,
such as urging people to write good log messages, and
hoping that the changes they actually made were the
changes that they intended to make.
</p>
<p>Another ability of a version control system is the
ability to merge two revisions.  For <small>CVS</small> this
happens in two contexts.  The first is when users make
changes in separate working directories
(see section [[#Multiple-developers|Multiple developers]]).  The second is when one
merges explicitly with the &lsquo;<samp>update -j</samp>&rsquo; command
(see section [[#Branching-and-merging|Branching and merging]]).
</p>
<p>In the case of text
files, <small>CVS</small> can merge changes made independently,
and signal a conflict if the changes conflict.  With
binary files, the best that <small>CVS</small> can do is present
the two different copies of the file, and leave it to
the user to resolve the conflict.  The user may choose
one copy or the other, or may run an external merge
tool which knows about that particular file format, if
one exists.
Note that having the user merge relies primarily on the
user to not accidentally omit some changes, and thus is
potentially error prone.
</p>
<p>If this process is thought to be undesirable, the best
choice may be to avoid merging.  To avoid the merges
that result from separate working directories, see the
discussion of reserved checkouts (file locking) in
[[#Multiple-developers|Multiple developers]].  To avoid the merges
resulting from branches, restrict use of branches.
</p>
<hr size="6">
<div id="Binary-howto"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Binary-why| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Binary-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Binary-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-to-store-binary-files"></div>
=== How to store binary files ===

<p>There are two issues with using <small>CVS</small> to store
binary files.  The first is that <small>CVS</small> by default
converts line endings between the canonical form in
which they are stored in the repository (linefeed
only), and the form appropriate to the operating system
in use on the client (for example, carriage return
followed by line feed for Windows NT).
</p>
<p>The second is that a binary file might happen to
contain data which looks like a keyword (see section [[#Keyword-substitution|Keyword substitution]]), so keyword expansion must be turned
off.
</p>

<p>The &lsquo;<samp>-kb</samp>&rsquo; option available with some <small>CVS</small>
commands insures that neither line ending conversion
nor keyword expansion will be done.
</p>
<p>Here is an example of how you can create a new file
using the &lsquo;<samp>-kb</samp>&rsquo; flag:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ echo '$<i></i>Id$' &gt; kotest
$ cvs add -kb -m&quot;A test file&quot; kotest
$ cvs ci -m&quot;First checkin; contains a keyword&quot; kotest
</nowiki></pre></td></tr></table>

<p>If a file accidentally gets added without &lsquo;<samp>-kb</samp>&rsquo;,
one can use the <code>cvs admin</code> command to recover.
For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ echo '$<i></i>Id$' &gt; kotest
$ cvs add -m&quot;A test file&quot; kotest
$ cvs ci -m&quot;First checkin; contains a keyword&quot; kotest
$ cvs admin -kb kotest
$ cvs update -A kotest
# <span class="roman">For non-unix systems:</span>
# <span class="roman">Copy in a good copy of the file from outside CVS</span>
$ cvs commit -m &quot;make it binary&quot; kotest
</nowiki></pre></td></tr></table>

<p>When you check in the file &lsquo;<tt>kotest</tt>&rsquo; the file is
not preserved as a binary file, because you did not
check it in as a binary file.  The <code>cvs
admin -kb</code> command sets the default keyword
substitution method for this file, but it does not
alter the working copy of the file that you have.  If you need to
cope with line endings (that is, you are using
<small>CVS</small> on a non-unix system), then you need to
check in a new copy of the file, as shown by the
<code>cvs commit</code> command above.
On unix, the <code>cvs update -A</code> command suffices.
(Note that you can use <code>cvs log</code> to determine the default keyword
substitution method for a file and <code>cvs status</code> to determine
the keyword substitution method for a working copy.)
</p>
<p>However, in using <code>cvs admin -k</code> to change the
keyword expansion, be aware that the keyword expansion
mode is not version controlled.  This means that, for
example, that if you have a text file in old releases,
and a binary file with the same name in new releases,
<small>CVS</small> provides no way to check out the file in text
or binary mode depending on what version you are
checking out.  There is no good workaround for this
problem.
</p>
<p>You can also set a default for whether <code>cvs add</code>
and <code>cvs import</code> treat a file as binary based on
its name; for example you could say that files who
names end in &lsquo;<samp>.exe</samp>&rsquo; are binary.  See section [[#Wrappers|The cvswrappers file]].
There is currently no way to have <small>CVS</small> detect
whether a file is binary based on its contents.  The
main difficulty with designing such a feature is that
it is not clear how to distinguish between binary and
non-binary files, and the rules to apply would vary
considerably with the operating system.
</p>
<hr size="6">
<div id="Multiple-developers"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Binary-howto| &lt; ]]|</td>
<td valign="middle" align="left">|[[#File-status| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Binary-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Multiple-developers-1"></div>
== Multiple developers ==
<div id="index-Multiple-developers"></div>
<div id="index-Team-of-developers"></div>
<div id="index-File-locking"></div>
<div id="index-Locking-files"></div>
<div id="index-Working-copy"></div>
<div id="index-Reserved-checkouts"></div>
<div id="index-Unreserved-checkouts"></div>
<div id="index-RCS_002dstyle-locking"></div>

<p>When more than one person works on a software project
things often get complicated.  Often, two people try to
edit the same file simultaneously.  One solution, known
as <em>file locking</em> or <em>reserved checkouts</em>, is
to allow only one person to edit each file at a time.
This is the only solution with some version control
systems, including <small>RCS</small> and <small>SCCS</small>.  Currently
the usual way to get reserved checkouts with <small>CVS</small>
is the <code>cvs admin -l</code> command (see section [[#admin-options|admin options]]).  This is not as nicely integrated into
<small>CVS</small> as the watch features, described below, but it
seems that most people with a need for reserved
checkouts find it adequate.
It also may be possible to use the watches
features described below, together with suitable
procedures (not enforced by software), to avoid having
two people edit at the same time.
</p>
<p>The default model with <small>CVS</small> is known as
<em>unreserved checkouts</em>.  In this model, developers
can edit their own <em>working copy</em> of a file
simultaneously.  The first person that commits his
changes has no automatic way of knowing that another
has started to edit it.  Others will get an error
message when they try to commit the file.  They must
then use <small>CVS</small> commands to bring their working copy
up to date with the repository revision.  This process
is almost automatic.
</p>
<p><small>CVS</small> also supports mechanisms which facilitate
various kinds of communication, without actually
enforcing rules like reserved checkouts do.
</p>
<p>The rest of this chapter describes how these various
models work, and some of the issues involved in
choosing between them.
</p>

<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#File-status| File status]]::<nowiki>                 A file can be in several states
</nowiki>&bull;[[#Updating-a-file| Updating a file]]::<nowiki>             Bringing a file up-to-date
</nowiki>&bull;[[#Conflicts-example| Conflicts example]]::<nowiki>           An informative example
</nowiki>&bull;[[#Informing-others| Informing others]]::<nowiki>            To cooperate you must inform
</nowiki>&bull;[[#Concurrency| Concurrency]]::<nowiki>                 Simultaneous repository access
</nowiki>&bull;[[#Watches| Watches]]::<nowiki>                     Mechanisms to track who is editing files
</nowiki>&bull;[[#Choosing-a-model| Choosing a model]]::<nowiki>            Reserved or unreserved checkouts?
</nowiki></pre>
<hr size="6">
<div id="File-status"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Multiple-developers| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Updating-a-file| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="File-status-1"></div>
=== File status ===
<div id="index-File-status"></div>
<div id="index-Status-of-a-file"></div>

<p>Based on what operations you have performed on a
checked out file, and what operations others have
performed to that file in the repository, one can
classify a file in a number of states.  The states, as
reported by the <code>status</code> command, are:
</p>
<dl compact="compact">
<dd><div id="index-Up_002dto_002ddate"></div>
</dd>
<dt> Up-to-date</dt>
<dd><p>The file is identical with the latest revision in the
repository for the branch in use.
</p>
</dd>
<dt> Locally Modified</dt>
<dd><div id="index-Locally-Modified"></div>
<p>You have edited the file, and not yet committed your changes.
</p>
</dd>
<dt> Locally Added</dt>
<dd><div id="index-Locally-Added"></div>
<p>You have added the file with <code>add</code>, and not yet
committed your changes.
</p>
</dd>
<dt> Locally Removed</dt>
<dd><div id="index-Locally-Removed"></div>
<p>You have removed the file with <code>remove</code>, and not yet
committed your changes.
</p>
</dd>
<dt> Needs Checkout</dt>
<dd><div id="index-Needs-Checkout"></div>
<p>Someone else has committed a newer revision to the
repository.  The name is slightly misleading; you will
ordinarily use <code>update</code> rather than
<code>checkout</code> to get that newer revision.
</p>
</dd>
<dt> Needs Patch</dt>
<dd><div id="index-Needs-Patch"></div>
<p>Like Needs Checkout, but the <small>CVS</small> server will send
a patch rather than the entire file.  Sending a patch or
sending an entire file accomplishes the same thing.
</p>
</dd>
<dt> Needs Merge</dt>
<dd><div id="index-Needs-Merge"></div>
<p>Someone else has committed a newer revision to the repository, and you
have also made modifications to the file.
</p>
</dd>
<dt> Unresolved Conflict</dt>
<dd><div id="index-Unresolved-Conflict"></div>
<p>A file with the same name as this new file has been added to the repository
from a second workspace.  This file will need to be moved out of the way
to allow an <code>update</code> to complete.
</p>
</dd>
<dt> File had conflicts on merge</dt>
<dd><div id="index-File-had-conflicts-on-merge"></div>
<p>This is like Locally Modified, except that a previous
<code>update</code> command gave a conflict.  If you have not
already done so, you need to
resolve the conflict as described in [[#Conflicts-example|Conflicts example]].
</p>
</dd>
<dt> Unknown</dt>
<dd><div id="index-Unknown"></div>
<p><small>CVS</small> doesn&rsquo;t know anything about this file.  For
example, you have created a new file and have not run
<code>add</code>.
</p>
</dd>
</dl>

<p>To help clarify the file status, <code>status</code> also
reports the <code>Working revision</code> which is the
revision that the file in the working directory derives
from, and the <code>Repository revision</code> which is the
latest revision in the repository for the branch in
use.
</p>
<p>The options to <code>status</code> are listed in
[[#Invoking-CVS|Quick reference to CVS commands]].  For information on its <code>Sticky tag</code>
and <code>Sticky date</code> output, see [[#Sticky-tags|Sticky tags]].
For information on its <code>Sticky options</code> output,
see the &lsquo;<samp>-k</samp>&rsquo; option in [[#update-options|update options]].
</p>
<p>You can think of the <code>status</code> and <code>update</code>
commands as somewhat complementary.  You use
<code>update</code> to bring your files up to date, and you
can use <code>status</code> to give you some idea of what an
<code>update</code> would do (of course, the state of the
repository might change before you actually run
<code>update</code>).  In fact, if you want a command to
display file status in a more brief format than is
displayed by the <code>status</code> command, you can invoke
</p>
<div id="index-update_002c-to-display-file-status"></div>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs -n -q update
</nowiki></pre></td></tr></table>

<p>The &lsquo;<samp>-n</samp>&rsquo; option means to not actually do the
update, but merely to display statuses; the &lsquo;<samp>-q</samp>&rsquo;
option avoids printing the name of each directory.  For
more information on the <code>update</code> command, and
these options, see [[#Invoking-CVS|Quick reference to CVS commands]].
</p>
<hr size="6">
<div id="Updating-a-file"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#File-status| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Conflicts-example| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Bringing-a-file-up-to-date"></div>
=== Bringing a file up to date ===
<div id="index-Bringing-a-file-up-to-date"></div>
<div id="index-Updating-a-file"></div>
<div id="index-Merging-a-file"></div>
<div id="index-Update_002c-introduction"></div>

<p>When you want to update or merge a file, use the <code>update</code>
command.  For files that are not up to date this is roughly equivalent
to a <code>checkout</code> command: the newest revision of the file is
extracted from the repository and put in your working directory.
</p>
<p>Your modifications to a file are never lost when you
use <code>update</code>.  If no newer revision exists,
running <code>update</code> has no effect.  If you have
edited the file, and a newer revision is available,
<small>CVS</small> will merge all changes into your working copy.
</p>
<p>For instance, imagine that you checked out revision 1.4 and started
editing it.  In the meantime someone else committed revision 1.5, and
shortly after that revision 1.6.  If you run <code>update</code> on the file
now, <small>CVS</small> will incorporate all changes between revision 1.4 and 1.6 into
your file.
</p>
<div id="index-Overlap"></div>
<p>If any of the changes between 1.4 and 1.6 were made too
close to any of the changes you have made, an
<em>overlap</em> occurs.  In such cases a warning is
printed, and the resulting file includes both
versions of the lines that overlap, delimited by
special markers.
See section [[#update|update&mdash;Bring work tree in sync with repository]], for a complete description of the
<code>update</code> command.
</p>
<hr size="6">
<div id="Conflicts-example"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Updating-a-file| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Informing-others| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Conflicts-example-1"></div>
=== Conflicts example ===
<div id="index-Merge_002c-an-example"></div>
<div id="index-Example-of-merge"></div>
<div id="index-driver_002ec-_0028merge-example_0029"></div>

<p>Suppose revision 1.4 of &lsquo;<tt>driver.c</tt>&rsquo; contains this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#include &lt;stdio.h&gt;

void main()
{
    parse();
    if (nerr == 0)
        gencode();
    else
        fprintf(stderr, &quot;No code generated.\n&quot;);
    exit(nerr == 0 ? 0 : 1);
}
</nowiki></pre></td></tr></table>

<p>Revision 1.6 of &lsquo;<tt>driver.c</tt>&rsquo; contains this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#include &lt;stdio.h&gt;

int main(int argc,
         char **argv)
{
    parse();
    if (argc != 1)
    {
        fprintf(stderr, &quot;tc: No args expected.\n&quot;);
        exit(1);
    }
    if (nerr == 0)
        gencode();
    else
        fprintf(stderr, &quot;No code generated.\n&quot;);
    exit(!!nerr);
}
</nowiki></pre></td></tr></table>

<p>Your working copy of &lsquo;<tt>driver.c</tt>&rsquo;, based on revision
1.4, contains this before you run &lsquo;<samp>cvs update</samp>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#include &lt;stdlib.h&gt;
#include &lt;stdio.h&gt;

void main()
{
    init_scanner();
    parse();
    if (nerr == 0)
        gencode();
    else
        fprintf(stderr, &quot;No code generated.\n&quot;);
    exit(nerr == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
</nowiki></pre></td></tr></table>

<p>You run &lsquo;<samp>cvs update</samp>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs update driver.c
RCS file: /usr/local/cvsroot/yoyodyne/tc/driver.c,v
retrieving revision 1.4
retrieving revision 1.6
Merging differences between 1.4 and 1.6 into driver.c
rcsmerge warning: overlaps during merge
cvs update: conflicts found in driver.c
C driver.c
</nowiki></pre></td></tr></table>

<div id="index-Conflicts-_0028merge-example_0029"></div>
<p><small>CVS</small> tells you that there were some conflicts.
Your original working file is saved unmodified in
&lsquo;<tt>.#driver.c.1.4</tt>&rsquo;.  The new version of
&lsquo;<tt>driver.c</tt>&rsquo; contains this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#include &lt;stdlib.h&gt;
#include &lt;stdio.h&gt;

int main(int argc,
         char **argv)
{
    init_scanner();
    parse();
    if (argc != 1)
    {
        fprintf(stderr, &quot;tc: No args expected.\n&quot;);
        exit(1);
    }
    if (nerr == 0)
        gencode();
    else
        fprintf(stderr, &quot;No code generated.\n&quot;);
&lt;&lt;&lt;&lt;&lt;&lt;&lt; driver.c
    exit(nerr == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
=======
    exit(!!nerr);
&gt;&gt;&gt;&gt;&gt;&gt;&gt; 1.6
}
</nowiki></pre></td></tr></table>

<div id="index-Markers_002c-conflict"></div>
<div id="index-Conflict-markers"></div>
<div id="index-_003c_003c_003c_003c_003c_003c_003c"></div>
<div id="index-_003e_003e_003e_003e_003e_003e_003e"></div>
<div id="index-_003d_003d_003d_003d_003d_003d_003d"></div>

<p>Note how all non-overlapping modifications are incorporated in your working
copy, and that the overlapping section is clearly marked with
&lsquo;<samp>&lt;&lt;&lt;&lt;&lt;&lt;&lt;</samp>&rsquo;, &lsquo;<samp>=======</samp>&rsquo; and &lsquo;<samp>&gt;&gt;&gt;&gt;&gt;&gt;&gt;</samp>&rsquo;.
</p>
<div id="index-Resolving-a-conflict"></div>
<div id="index-Conflict-resolution"></div>
<p>You resolve the conflict by editing the file, removing the markers and
the erroneous line.  Suppose you end up with this file:
</p><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#include &lt;stdlib.h&gt;
#include &lt;stdio.h&gt;

int main(int argc,
         char **argv)
{
    init_scanner();
    parse();
    if (argc != 1)
    {
        fprintf(stderr, &quot;tc: No args expected.\n&quot;);
        exit(1);
    }
    if (nerr == 0)
        gencode();
    else
        fprintf(stderr, &quot;No code generated.\n&quot;);
    exit(nerr == 0 ? EXIT_SUCCESS : EXIT_FAILURE);
}
</nowiki></pre></td></tr></table>

<p>You can now go ahead and commit this as revision 1.7.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit -m &quot;Initialize scanner. Use symbolic exit values.&quot; driver.c
Checking in driver.c;
/usr/local/cvsroot/yoyodyne/tc/driver.c,v  &lt;--  driver.c
new revision: 1.7; previous revision: 1.6
done
</nowiki></pre></td></tr></table>

<p>For your protection, <small>CVS</small> will refuse to check in a
file if a conflict occurred and you have not resolved
the conflict.  Currently to resolve a conflict, you
must change the timestamp on the file.  In previous
versions of <small>CVS</small>, you also needed to
insure that the file contains no conflict markers.
Because
your file may legitimately contain conflict markers (that
is, occurrences of &lsquo;<samp>&gt;&gt;&gt;&gt;&gt;&gt;&gt; </samp>&rsquo; at the start of a
line that don&rsquo;t mark a conflict), the current
version of <small>CVS</small> will print a warning and proceed to
check in the file.
</p>
<div id="index-emerge"></div>
<p>If you use release 1.04 or later of pcl-cvs (a <small>GNU</small>
Emacs front-end for <small>CVS</small>) you can use an Emacs
package called emerge to help you resolve conflicts.
See the documentation for pcl-cvs.
</p>
<hr size="6">
<div id="Informing-others"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Conflicts-example| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Concurrency| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Informing-others-about-commits"></div>
=== Informing others about commits ===
<div id="index-Informing-others"></div>
<div id="index-Spreading-information"></div>
<div id="index-Mail_002c-automatic-mail-on-commit"></div>

<p>It is often useful to inform others when you commit a
new revision of a file.  The &lsquo;<samp>-i</samp>&rsquo; option of the
&lsquo;<tt>modules</tt>&rsquo; file, or the &lsquo;<tt>loginfo</tt>&rsquo; file, can be
used to automate this process.  See section [[#modules|The modules file]].
See section [[#loginfo|Loginfo]].  You can use these features of <small>CVS</small>
to, for instance, instruct <small>CVS</small> to mail a
message to all developers, or post a message to a local
newsgroup.
</p>
<hr size="6">
<div id="Concurrency"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Informing-others| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Several-developers-simultaneously-attempting-to-run-CVS"></div>
=== Several developers simultaneously attempting to run CVS ===

<div id="index-Locks_002c-cvs_002c-introduction"></div>
<p>If several developers try to run <small>CVS</small> at the same
time, one may get the following message:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>[11:43:23] waiting for bach's lock in /usr/local/cvsroot/foo
</nowiki></pre></td></tr></table>

<div id="index-_0023cvs_002erfl_002c-removing"></div>
<div id="index-_0023cvs_002ewfl_002c-removing"></div>
<div id="index-_0023cvs_002elock_002c-removing"></div>
<p><small>CVS</small> will try again every 30 seconds, and either
continue with the operation or print the message again,
if it still needs to wait.  If a lock seems to stick
around for an undue amount of time, find the person
holding the lock and ask them about the cvs command
they are running.  If they aren&rsquo;t running a cvs
command, look in the repository directory mentioned in
the message and remove files which they own whose names
start with &lsquo;<tt>#cvs.rfl</tt>&rsquo;,
&lsquo;<tt>#cvs.wfl</tt>&rsquo;, or &lsquo;<tt>#cvs.lock</tt>&rsquo;.
</p>
<p>Note that these locks are to protect <small>CVS</small>&rsquo;s
internal data structures and have no relationship to
the word <em>lock</em> in the sense used by
<small>RCS</small>&mdash;which refers to reserved checkouts
(see section [[#Multiple-developers|Multiple developers]]).
</p>
<p>Any number of people can be reading from a given
repository at a time; only when someone is writing do
the locks prevent other people from reading or writing.
</p>
<div id="index-Atomic-transactions_002c-lack-of"></div>
<div id="index-Transactions_002c-atomic_002c-lack-of"></div>
<p>One might hope for the following property:
</p>
<blockquote><p>If someone commits some changes in one cvs command,
then an update by someone else will either get all the
changes, or none of them.
</p></blockquote>

<p>but <small>CVS</small> does <em>not</em> have this property.  For
example, given the files
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>a/one.c
a/two.c
b/three.c
b/four.c
</nowiki></pre></td></tr></table>

<p>if someone runs
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs ci a/two.c b/three.c
</nowiki></pre></td></tr></table>

<p>and someone else runs <code>cvs update</code> at the same
time, the person running <code>update</code> might get only
the change to &lsquo;<tt>b/three.c</tt>&rsquo; and not the change to
&lsquo;<tt>a/two.c</tt>&rsquo;.
</p>
<hr size="6">
<div id="Watches"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Concurrency| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Setting-a-watch| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Mechanisms-to-track-who-is-editing-files"></div>
=== Mechanisms to track who is editing files ===
<div id="index-Watches"></div>

<p>For many groups, use of <small>CVS</small> in its default mode is
perfectly satisfactory.  Users may sometimes go to
check in a modification only to find that another
modification has intervened, but they deal with it and
proceed with their check in.  Other groups prefer to be
able to know who is editing what files, so that if two
people try to edit the same file they can choose to
talk about who is doing what when rather than be
surprised at check in time.  The features in this
section allow such coordination, while retaining the
ability of two developers to edit the same file at the
same time.
</p>
<p>For maximum benefit developers should use <code>cvs
edit</code> (not <code>chmod</code>) to make files read-write to
edit them, and <code>cvs release</code> (not <code>rm</code>) to
discard a working directory which is no longer in use,
but <small>CVS</small> is not able to enforce this behavior.
</p>

<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Setting-a-watch| Setting a watch]]::<nowiki>             Telling CVS to watch certain files
</nowiki>&bull;[[#Getting-Notified| Getting Notified]]::<nowiki>            Telling CVS to notify you
</nowiki>&bull;[[#Editing-files| Editing files]]::<nowiki>               How to edit a file which is being watched
</nowiki>&bull;[[#Watch-information| Watch information]]::<nowiki>           Information about who is watching and editing
</nowiki>&bull;[[#Watches-Compatibility| Watches Compatibility]]::<nowiki>       Watches interact poorly with CVS 1.6 or earlier
</nowiki></pre>
<hr size="6">
<div id="Setting-a-watch"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Watches| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Getting-Notified| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Telling-CVS-to-watch-certain-files"></div>
==== Telling CVS to watch certain files ====

<p>To enable the watch features, you first specify that
certain files are to be watched.
</p>
<div id="index-watch-on-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-watch-on"></div><u>Command:</u> <b>cvs watch on</b><i> [<code>-lR</code>] [<var>files</var>]&hellip;</i></dt>
<dd>
<div id="index-Read_002donly-files_002c-and-watches"></div>
<p>Specify that developers should run <code>cvs edit</code>
before editing <var>files</var>.  <small>CVS</small> will create working
copies of <var>files</var> read-only, to remind developers
to run the <code>cvs edit</code> command before working on
them.
</p>
<p>If <var>files</var> includes the name of a directory, <small>CVS</small>
arranges to watch all files added to the corresponding
repository directory, and sets a default for files
added in the future; this allows the user to set
notification policies on a per-directory basis.  The
contents of the directory are processed recursively,
unless the <code>-l</code> option is given.
The <code>-R</code> option can be used to force recursion if the <code>-l</code>
option is set in &lsquo;<tt>~/.cvsrc</tt>&rsquo; (see section [[#g_t_007e_002f_002ecvsrc|Default options and the ~/.cvsrc file]]).
</p>
<p>If <var>files</var> is omitted, it defaults to the current directory.
</p>
<div id="index-watch-off-_0028subcommand_0029"></div>
</dd></dl>

<dl>
<dt><div id="index-cvs-watch-off"></div><u>Command:</u> <b>cvs watch off</b><i> [<code>-lR</code>] [<var>files</var>]&hellip;</i></dt>
<dd>
<p>Do not create <var>files</var> read-only on checkout; thus,
developers will not be reminded to use <code>cvs edit</code>
and <code>cvs unedit</code>.
</p>
<p>The <var>files</var> and options are processed as for <code>cvs
watch on</code>.
</p>
</dd></dl>

<hr size="6">
<div id="Getting-Notified"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Setting-a-watch| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Editing-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Telling-CVS-to-notify-you"></div>
==== Telling CVS to notify you ====

<p>You can tell <small>CVS</small> that you want to receive
notifications about various actions taken on a file.
You can do this without using <code>cvs watch on</code> for
the file, but generally you will want to use <code>cvs
watch on</code>, to remind developers to use the <code>cvs edit</code>
command.
</p>
<div id="index-watch-add-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-watch-add"></div><u>Command:</u> <b>cvs watch add</b><i> [<code>-lR</code>] [<code>-a</code> <var>action</var>]&hellip; [<var>files</var>]&hellip;</i></dt>
<dd>
<p>Add the current user to the list of people to receive notification of
work done on <var>files</var>.
</p>
<p>The <code>-a</code> option specifies what kinds of events <small>CVS</small> should notify
the user about.  <var>action</var> is one of the following:
</p>
<dl compact="compact">
<dt> <code>edit</code></dt>
<dd><p>Another user has applied the <code>cvs edit</code> command (described
below) to a watched file.
</p>
</dd>
<dt> <code>commit</code></dt>
<dd><p>Another user has committed changes to one of the named <var>files</var>.
</p>
</dd>
<dt> <code>unedit</code></dt>
<dd><p>Another user has abandoned editing a file (other than by committing changes).
They can do this in several ways, by:
</p>
<ul>
<li>
applying the <code>cvs unedit</code> command (described below) to the file

</li><li>
applying the <code>cvs release</code> command (see section [[#release|release&mdash;Indicate that a Module is no longer in use]]) to the file&rsquo;s parent directory
(or recursively to a directory more than one level up)

</li><li>
deleting the file and allowing <code>cvs update</code> to recreate it

</li></ul>

</dd>
<dt> <code>all</code></dt>
<dd><p>All of the above.
</p>
</dd>
<dt> <code>none</code></dt>
<dd><p>None of the above.  (This is useful with <code>cvs edit</code>,
described below.)
</p>
</dd>
</dl>

<p>The <code>-a</code> option may appear more than once, or not at all.  If
omitted, the action defaults to <code>all</code>.
</p>
<p>The <var>files</var> and options are processed as for
<code>cvs watch on</code>.
</p>
</dd></dl>


<div id="index-watch-remove-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-watch-remove"></div><u>Command:</u> <b>cvs watch remove</b><i> [<code>-lR</code>] [<code>-a</code> <var>action</var>]&hellip; [<var>files</var>]&hellip;</i></dt>
<dd>
<p>Remove a notification request established using <code>cvs watch add</code>;
the arguments are the same.  If the <code>-a</code> option is present, only
watches for the specified actions are removed.
</p>
</dd></dl>

<div id="index-notify-_0028admin-file_0029"></div>
<p>When the conditions exist for notification, <small>CVS</small>
calls the &lsquo;<tt>notify</tt>&rsquo; administrative file.  Edit
&lsquo;<tt>notify</tt>&rsquo; as one edits the other administrative
files (see section [[#Intro-administrative-files|The administrative files]]).  This
file follows the usual conventions for administrative
files (see section [[#syntax|The common syntax]]), where each line is a regular
expression followed by a command to execute.  The
command should contain a single occurrence of &lsquo;<samp>%s</samp>&rsquo;
which will be replaced by the user to notify; the rest
of the information regarding the notification will be
supplied to the command on standard input.  The
standard thing to put in the <code>notify</code> file is the
single line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ALL mail %s -s &quot;CVS notification&quot;
</nowiki></pre></td></tr></table>

<p>This causes users to be notified by electronic mail.
</p>
<div id="index-users-_0028admin-file_0029"></div>
<p>Note that if you set this up in the straightforward
way, users receive notifications on the server machine.
One could of course write a &lsquo;<tt>notify</tt>&rsquo; script which
directed notifications elsewhere, but to make this
easy, <small>CVS</small> allows you to associate a notification
address for each user.  To do so create a file
&lsquo;<tt>users</tt>&rsquo; in &lsquo;<tt>CVSROOT</tt>&rsquo; with a line for each
user in the format <var>user</var>:<var>value</var>.  Then
instead of passing the name of the user to be notified
to &lsquo;<tt>notify</tt>&rsquo;, <small>CVS</small> will pass the <var>value</var>
(normally an email address on some other machine).
</p>
<p><small>CVS</small> does not notify you for your own changes.
Currently this check is done based on whether the user
name of the person taking the action which triggers
notification matches the user name of the person
getting notification.  In fact, in general, the watches
features only track one edit by each user.  It probably
would be more useful if watches tracked each working
directory separately, so this behavior might be worth
changing.
</p>
<hr size="6">
<div id="Editing-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Getting-Notified| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Watch-information| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-to-edit-a-file-which-is-being-watched"></div>
==== How to edit a file which is being watched ====

<div id="index-Checkout_002c-as-term-for-getting-ready-to-edit"></div>
<p>Since a file which is being watched is checked out
read-only, you cannot simply edit it.  To make it
read-write, and inform others that you are planning to
edit it, use the <code>cvs edit</code> command.  Some systems
call this a <em>checkout</em>, but <small>CVS</small> uses that term
for obtaining a copy of the sources (see section [[#Getting-the-source|Getting the source]]), an operation which those systems call a
<em>get</em> or a <em>fetch</em>.
</p>
<div id="index-edit-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-edit"></div><u>Command:</u> <b>cvs edit</b><i> [<code>-lR</code>] [<code>-a</code> <var>action</var>]&hellip; [<var>files</var>]&hellip;</i></dt>
<dd>
<p>Prepare to edit the working files <var>files</var>.  <small>CVS</small> makes the
<var>files</var> read-write, and notifies users who have requested
<code>edit</code> notification for any of <var>files</var>.
</p>
<p>The <code>cvs edit</code> command accepts the same options as the
<code>cvs watch add</code> command, and establishes a temporary watch for the
user on <var>files</var>; <small>CVS</small> will remove the watch when <var>files</var> are
<code>unedit</code>ed or <code>commit</code>ted.  If the user does not wish to
receive notifications, she should specify <code>-a none</code>.
</p>
<p>The <var>files</var> and the options are processed as for the <code>cvs
watch</code> commands.
</p>

</dd></dl>

<p>Normally when you are done with a set of changes, you
use the <code>cvs commit</code> command, which checks in your
changes and returns the watched files to their usual
read-only state.  But if you instead decide to abandon
your changes, or not to make any changes, you can use
the <code>cvs unedit</code> command.
</p>
<div id="index-unedit-_0028subcommand_0029"></div>
<div id="index-Abandoning-work"></div>
<div id="index-Reverting-to-repository-version"></div>
<dl>
<dt><div id="index-cvs-unedit"></div><u>Command:</u> <b>cvs unedit</b><i> [<code>-lR</code>] [<var>files</var>]&hellip;</i></dt>
<dd>
<p>Abandon work on the working files <var>files</var>, and revert them to the
repository versions on which they are based.  <small>CVS</small> makes those
<var>files</var> read-only for which users have requested notification using
<code>cvs watch on</code>.  <small>CVS</small> notifies users who have requested <code>unedit</code>
notification for any of <var>files</var>.
</p>
<p>The <var>files</var> and options are processed as for the
<code>cvs watch</code> commands.
</p>
<p>If watches are not in use, the <code>unedit</code> command
probably does not work, and the way to revert to the
repository version is with the command <code>cvs update -C file</code>
(see section [[#update|update&mdash;Bring work tree in sync with repository]]).
The meaning is
not precisely the same; the latter may also
bring in some changes which have been made in the
repository since the last time you updated.
</p></dd></dl>

<p>When using client/server <small>CVS</small>, you can use the
<code>cvs edit</code> and <code>cvs unedit</code> commands even if
<small>CVS</small> is unable to successfully communicate with the
server; the notifications will be sent upon the next
successful <small>CVS</small> command.
</p>
<hr size="6">
<div id="Watch-information"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Editing-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches-Compatibility| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Information-about-who-is-watching-and-editing"></div>
==== Information about who is watching and editing ====

<div id="index-watchers-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-watchers"></div><u>Command:</u> <b>cvs watchers</b><i> [<code>-lR</code>] [<var>files</var>]&hellip;</i></dt>
<dd>
<p>List the users currently watching changes to <var>files</var>.  The report
includes the files being watched, and the mail address of each watcher.
</p>
<p>The <var>files</var> and options are processed as for the
<code>cvs watch</code> commands.
</p>
</dd></dl>


<div id="index-editors-_0028subcommand_0029"></div>
<dl>
<dt><div id="index-cvs-editors"></div><u>Command:</u> <b>cvs editors</b><i> [<code>-lR</code>] [<var>files</var>]&hellip;</i></dt>
<dd>
<p>List the users currently working on <var>files</var>.  The report
includes the mail address of each user, the time when the user began
working with the file, and the host and path of the working directory
containing the file.
</p>
<p>The <var>files</var> and options are processed as for the
<code>cvs watch</code> commands.
</p>
</dd></dl>

<hr size="6">
<div id="Watches-Compatibility"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Watch-information| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Choosing-a-model| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Watches| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Using-watches-with-old-versions-of-CVS"></div>
==== Using watches with old versions of CVS ====

<div id="index-CVS-1_002e6_002c-and-watches"></div>
<p>If you use the watch features on a repository, it
creates &lsquo;<tt>CVS</tt>&rsquo; directories in the repository and
stores the information about watches in that directory.
If you attempt to use <small>CVS</small> 1.6 or earlier with the
repository, you get an error message such as the
following (all on one line):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs update: cannot open CVS/Entries for reading:
No such file or directory
</nowiki></pre></td></tr></table>

<p>and your operation will likely be aborted.  To use the
watch features, you must upgrade all copies of <small>CVS</small>
which use that repository in local or server mode.  If
you cannot upgrade, use the <code>watch off</code> and
<code>watch remove</code> commands to remove all watches, and
that will restore the repository to a state which
<small>CVS</small> 1.6 can cope with.
</p>
<hr size="6">
<div id="Choosing-a-model"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Watches-Compatibility| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-developers| Up ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Choosing-between-reserved-or-unreserved-checkouts"></div>
=== Choosing between reserved or unreserved checkouts ===
<div id="index-Choosing_002c-reserved-or-unreserved-checkouts"></div>

<p>Reserved and unreserved checkouts each have pros and
cons.  Let it be said that a lot of this is a matter of
opinion or what works given different groups&rsquo; working
styles, but here is a brief description of some of the
issues.  There are many ways to organize a team of
developers.  <small>CVS</small> does not try to enforce a certain
organization.  It is a tool that can be used in several
ways.
</p>
<p>Reserved checkouts can be very counter-productive.  If
two persons want to edit different parts of a file,
there may be no reason to prevent either of them from
doing so.  Also, it is common for someone to take out a
lock on a file, because they are planning to edit it,
but then forget to release the lock.
</p>
<p>People, especially people who are familiar with
reserved checkouts, often wonder how often conflicts
occur if unreserved checkouts are used, and how
difficult they are to resolve.  The experience with
many groups is that they occur rarely and usually are
relatively straightforward to resolve.
</p>
<p>The rarity of serious conflicts may be surprising, until one realizes
that they occur only when two developers disagree on the proper design
for a given section of code; such a disagreement suggests that the
team has not been communicating properly in the first place.  In order
to collaborate under <em>any</em> source management regimen, developers
must agree on the general design of the system; given this agreement,
overlapping changes are usually straightforward to merge.
</p>
<p>In some cases unreserved checkouts are clearly
inappropriate.  If no merge tool exists for the kind of
file you are managing (for example word processor files
or files edited by Computer Aided Design programs), and
it is not desirable to change to a program which uses a
mergeable data format, then resolving conflicts is
going to be unpleasant enough that you generally will
be better off to simply avoid the conflicts instead, by
using reserved checkouts.
</p>
<p>The watches features described above in [[#Watches|Mechanisms to track who is editing files]]
can be considered to be an intermediate model between
reserved checkouts and unreserved checkouts.  When you
go to edit a file, it is possible to find out who else
is editing it.  And rather than having the system
simply forbid both people editing the file, it can tell
you what the situation is and let you figure out
whether it is a problem in that particular case or not.
Therefore, for some groups it can be considered the
best of both the reserved checkout and unreserved
checkout worlds.
</p>
<hr size="6">
<div id="Revision-management"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Choosing-a-model| &lt; ]]|</td>
<td valign="middle" align="left">|[[#When-to-commit| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Multiple-developers| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Revision-management-1"></div>
== Revision management ==
<div id="index-Revision-management"></div>


<p>If you have read this far, you probably have a pretty
good grasp on what <small>CVS</small> can do for you.  This
chapter talks a little about things that you still have
to decide.
</p>
<p>If you are doing development on your own using <small>CVS</small>
you could probably skip this chapter.  The questions
this chapter takes up become more important when more
than one person is working in a repository.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#When-to-commit| When to commit]]::<nowiki>              Some discussion on the subject
</nowiki></pre>
<hr size="6">
<div id="When-to-commit"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Revision-management| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revision-management| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Revision-management| Up ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="When-to-commit_003f"></div>
=== When to commit? ===
<div id="index-When-to-commit"></div>
<div id="index-Committing_002c-when-to"></div>
<div id="index-Policy"></div>

<p>Your group should decide which policy to use regarding
commits.  Several policies are possible, and as your
experience with <small>CVS</small> grows you will probably find
out what works for you.
</p>
<p>If you commit files too quickly you might commit files
that do not even compile.  If your partner updates his
working sources to include your buggy file, he will be
unable to compile the code.  On the other hand, other
persons will not be able to benefit from the
improvements you make to the code if you commit very
seldom, and conflicts will probably be more common.
</p>
<p>It is common to only commit files after making sure
that they can be compiled.  Some sites require that the
files pass a test suite.  Policies like this can be
enforced using the commitinfo file
(see section [[#commitinfo|Commitinfo]]), but you should think twice before
you enforce such a convention.  By making the
development environment too controlled it might become
too regimented and thus counter-productive to the real
goal, which is to get software written.
</p>
<hr size="6">
<div id="Keyword-substitution"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#When-to-commit| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-list| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Revision-management| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Keyword-substitution-1"></div>
== Keyword substitution ==
<div id="index-Keyword-substitution"></div>
<div id="index-Keyword-expansion"></div>
<div id="index-Identifying-files"></div>


<p>As long as you edit source files inside a working
directory you can always find out the state of
your files via &lsquo;<samp>cvs status</samp>&rsquo; and &lsquo;<samp>cvs log</samp>&rsquo;.
But as soon as you export the files from your
development environment it becomes harder to identify
which revisions they are.
</p>
<p><small>CVS</small> can use a mechanism known as <em>keyword
substitution</em> (or <em>keyword expansion</em>) to help
identifying the files.  Embedded strings of the form
<code>$<var>keyword</var>$</code> and
<code>$<var>keyword</var>:&hellip;$</code> in a file are replaced
with strings of the form
<code>$<var>keyword</var>:<var>value</var>$</code> whenever you obtain
a new revision of the file.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Keyword-list| Keyword list]]::<nowiki>                   Keywords
</nowiki>&bull;[[#Using-keywords| Using keywords]]::<nowiki>                 Using keywords
</nowiki>&bull;[[#Avoiding-substitution| Avoiding substitution]]::<nowiki>          Avoiding substitution
</nowiki>&bull;[[#Substitution-modes| Substitution modes]]::<nowiki>             Substitution modes
</nowiki>&bull;[[#Configuring-keyword-expansion| Configuring keyword expansion]]::<nowiki>  Configuring keyword expansion
</nowiki>&bull;[[#Log-keyword| Log keyword]]::<nowiki>                    Problems with the $<i></i>Log$ keyword.
</nowiki></pre>
<hr size="6">
<div id="Keyword-list"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Keyword-substitution| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Using-keywords| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Keyword-List"></div>
=== Keyword List ===
<div id="index-Keyword-List"></div>


<p>This is a list of the keywords:
</p>
<dl compact="compact">
<dd><div id="index-Author-keyword"></div>
</dd>
<dt> <code>$<i></i>Author$</code></dt>
<dd><p>The login name of the user who checked in the revision.
</p>
<div id="index-CVSHeader-keyword"></div>
</dd>
<dt> <code>$<i></i>CVSHeader</code></dt>
<dd><p>A standard header (similar to $<i></i>Header$, but with
the CVS root stripped off). It contains the relative
pathname of the <small>RCS</small> file to the CVS root, the
revision number, the date (UTC), the author, the state,
and the locker (if locked). Files will normally never
be locked when you use <small>CVS</small>.
</p>
<p>Note that this keyword has only been recently
introduced to <small>CVS</small> and may cause problems with
existing installations if $<i></i>CVSHeader$ is already
in the files for a different purpose. This keyword may
be excluded using the <code>KeywordExpansion=eCVSHeader</code>
in the &lsquo;<tt>CVSROOT/config</tt>&rsquo; file. 
See [[#Configuring-keyword-expansion|Configuring Keyord Expansion]] for more details.
</p>
<div id="index-Date-keyword"></div>
</dd>
<dt> <code>$<i></i>Date$</code></dt>
<dd><p>The date and time (UTC) the revision was checked in.
</p>
<div id="index-Header-keyword"></div>
</dd>
<dt> <code>$<i></i>Header$</code></dt>
<dd><p>A standard header containing the full pathname of the
<small>RCS</small> file, the revision number, the date (UTC), the
author, the state, and the locker (if locked).  Files
will normally never be locked when you use <small>CVS</small>.
</p>
<div id="index-Id-keyword"></div>
</dd>
<dt> <code>$<i></i>Id$</code></dt>
<dd><p>Same as <code>$<i></i>Header$</code>, except that the <small>RCS</small>
filename is without a path.
</p>
<div id="index-Name-keyword"></div>
</dd>
<dt> <code>$<i></i>Name$</code></dt>
<dd><p>Tag name used to check out this file.  The keyword is
expanded only if one checks out with an explicit tag
name.  For example, when running the command <code>cvs
co -r first</code>, the keyword expands to &lsquo;<samp>Name: first</samp>&rsquo;.
</p>
<div id="index-Locker-keyword"></div>
</dd>
<dt> <code>$<i></i>Locker$</code></dt>
<dd><p>The login name of the user who locked the revision
(empty if not locked, which is the normal case unless
<code>cvs admin -l</code> is in use).
</p>
<div id="index-Log-keyword"></div>
</dd>
<dt> <code>$<i></i>Log$</code></dt>
<dd><p>The log message supplied during commit, preceded by a
header containing the <small>RCS</small> filename, the revision
number, the author, and the date (UTC).  Existing log
messages are <em>not</em> replaced.  Instead, the new log
message is inserted after <code>$<i></i>Log:&hellip;$</code>.
Each new line is prefixed with the same string which
precedes the <code>$Log</code> keyword.  For example, if the
file contains:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>  /* Here is what people have been up to:
   *
   * $<i></i>Log: frob.c,v $
   * Revision 1.1  1997/01/03 14:23:51  joe
   * Add the superfrobnicate option
   *
   */
</nowiki></pre></td></tr></table>

<p>then additional lines which are added when expanding
the <code>$Log</code> keyword will be preceded by &lsquo;<samp>   * </samp>&rsquo;.
Unlike previous versions of <small>CVS</small> and <small>RCS</small>, the
<em>comment leader</em> from the <small>RCS</small> file is not used.
The <code>$Log</code> keyword is useful for
accumulating a complete change log in a source file,
but for several reasons it can be problematic.
See section [[#Log-keyword|Problems with the $<i></i>Log$ keyword.]].
</p>
<div id="index-RCSfile-keyword"></div>
</dd>
<dt> <code>$<i></i>RCSfile$</code></dt>
<dd><p>The name of the RCS file without a path.
</p>
<div id="index-Revision-keyword"></div>
</dd>
<dt> <code>$<i></i>Revision$</code></dt>
<dd><p>The revision number assigned to the revision.
</p>
<div id="index-Source-keyword"></div>
</dd>
<dt> <code>$<i></i>Source$</code></dt>
<dd><p>The full pathname of the RCS file.
</p>
<div id="index-State-keyword"></div>
</dd>
<dt> <code>$<i></i>State$</code></dt>
<dd><p>The state assigned to the revision.  States can be
assigned with <code>cvs admin -s</code>&mdash;see [[#admin-options|admin options]].
</p>
<div id="index-Local-keyword"></div>
</dd>
<dt> <code>Local keyword</code></dt>
<dd><p>The <code>LocalKeyword</code> option in the &lsquo;<tt>CVSROOT/config</tt>&rsquo; file
may be used to specify a local keyword which is to be
used as an alias for one of the other keywords. For
example, if the &lsquo;<tt>CVSROOT/config</tt>&rsquo; file contains
a line with <code>LocalKeyword=MYBSD=CVSHeader</code>, then a
file with the local keyword $<i></i>MYBSD$ will be
expanded as if it were a $<i></i>CVSHeader$ keyword. If
the src/frob.c file contained this keyword, it might
look something like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>  /*
   * $<i></i>MYBSD: src/frob.c,v 1.1 2003/05/04 09:27:45 john Exp $ 
   */
</nowiki></pre></td></tr></table>

<p>Many repositories make use of a such a &ldquo;local
keyword&rdquo; feature. An old patch to <small>CVS</small> provided
the <code>LocalKeyword</code> feature using a <code>tag=</code>
option and called this the &ldquo;custom tag&rdquo; or &ldquo;local
tag&rdquo; feature. It was used in conjunction with the
what they called the <code>tagexpand=</code> option. In
<small>CVS</small> this other option is known as the
<code>KeywordExpand</code> option. 
See [[#Configuring-keyword-expansion|Configuring Keyord Expansion]] for more
details.
</p>
<p>Examples from popular projects include:
$<i></i>FreeBSD$, $<i></i>NetBSD$,
$<i></i>OpenBSD$, $<i></i>XFree86$,
$<i></i>Xorg$.
</p>
<p>The advantage of this is that you can include your
local version information in a file using this local
keyword without disrupting the upstream version
information (which may be a different local keyword or
a standard keyword). Allowing bug reports and the like
to more properly identify the source of the original
bug to the third-party and reducing the number of
conflicts that arise during an import of a new version.
</p>
<p>All keyword expansion except the local keyword may be
disabled using the <code>KeywordExpansion</code> option in
the &lsquo;<tt>CVSROOT/config</tt>&rsquo; file&mdash;see 
[[#Configuring-keyword-expansion|Configuring Keyord Expansion]] for more details.
</p>
</dd>
</dl>

<hr size="6">
<div id="Using-keywords"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Keyword-list| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Avoiding-substitution| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Using-keywords-1"></div>
=== Using keywords ===

<p>To include a keyword string you simply include the
relevant text string, such as <code>$<i></i>Id$</code>, inside the
file, and commit the file.  <small>CVS</small> will automatically
expand the string as part of the commit operation.
</p>
<p>It is common to embed the <code>$<i></i>Id$</code> string in
the source files so that it gets passed through to
generated files.  For example, if you are managing
computer program source code, you might include a
variable which is initialized to contain that string.
Or some C compilers may provide a <code>#pragma ident</code>
directive.  Or a document management system might
provide a way to pass a string through to generated
files.
</p>

<div id="index-Ident-_0028shell-command_0029"></div>
<p>The <code>ident</code> command (which is part of the <small>RCS</small>
package) can be used to extract keywords and their
values from a file.  This can be handy for text files,
but it is even more useful for extracting keywords from
binary files.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ ident samp.c
samp.c:
     $<i></i>Id: samp.c,v 1.5 1993/10/19 14:57:32 ceder Exp $
$ gcc samp.c
$ ident a.out
a.out:
     $<i></i>Id: samp.c,v 1.5 1993/10/19 14:57:32 ceder Exp $
</nowiki></pre></td></tr></table>

<div id="index-What-_0028shell-command_0029"></div>
<p>S<small>CCS</small> is another popular revision control system.
It has a command, <code>what</code>, which is very similar to
<code>ident</code> and used for the same purpose.  Many sites
without <small>RCS</small> have <small>SCCS</small>.  Since <code>what</code>
looks for the character sequence <code>@(#)</code> it is
easy to include keywords that are detected by either
command.  Simply prefix the keyword with the
magic <small>SCCS</small> phrase, like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>static char *id=&quot;@(#) $<i></i>Id: ab.c,v 1.5 1993/10/19 14:57:32 ceder Exp $&quot;;
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Avoiding-substitution"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Using-keywords| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Substitution-modes| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Avoiding-substitution-1"></div>
=== Avoiding substitution ===

<p>Keyword substitution has its disadvantages.  Sometimes
you might want the literal text string
&lsquo;<samp>$<i></i>Author$</samp>&rsquo; to appear inside a file without
<small>CVS</small> interpreting it as a keyword and expanding it
into something like &lsquo;<samp>$<i></i>Author: ceder $</samp>&rsquo;.
</p>
<p>There is unfortunately no way to selectively turn off
keyword substitution.  You can use &lsquo;<samp>-ko</samp>&rsquo;
(see section [[#Substitution-modes|Substitution modes]]) to turn off keyword
substitution entirely.
</p>
<p>In many cases you can avoid using keywords in
the source, even though they appear in the final
product.  For example, the source for this manual
contains &lsquo;<samp>$@asis{}Author$</samp>&rsquo; whenever the text
&lsquo;<samp>$<i></i>Author$</samp>&rsquo; should appear.  In <code>nroff</code>
and <code>troff</code> you can embed the null-character
<code>\&amp;</code> inside the keyword for a similar effect.
</p>
<p>It is also possible to specify an explicit list of
keywords to include or exclude using the
<code>KeywordExpand</code> option in the
&lsquo;<tt>CVSROOT/config</tt>&rsquo; file&ndash;see [[#Configuring-keyword-expansion|Configuring Keyord Expansion]]
for more details. This feature is intended primarily
for use with the <code>LocalKeyword</code> option&ndash;see
[[#Keyword-list|Keyword List]].
</p>
<hr size="6">
<div id="Substitution-modes"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Avoiding-substitution| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Configuring-keyword-expansion| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Substitution-modes-1"></div>
=== Substitution modes ===
<div id="index-Keyword-substitution_002c-changing-modes"></div>
<div id="index-_002dk-_0028keyword-substitution_0029"></div>
<div id="index-Kflag"></div>

<p>Each file has a stored default substitution mode, and
each working directory copy of a file also has a
substitution mode.  The former is set by the &lsquo;<samp>-k</samp>&rsquo;
option to <code>cvs add</code> and <code>cvs admin</code>; the
latter is set by the &lsquo;<samp>-k</samp>&rsquo; or &lsquo;<samp>-A</samp>&rsquo; options to <code>cvs
checkout</code> or <code>cvs update</code>.  <code>cvs diff</code> also
has a &lsquo;<samp>-k</samp>&rsquo; option.  For some examples,
see [[#Binary-files|Handling binary files]], and [[#Merging-and-keywords|Merging and keywords]].
</p>
<p>The modes available are:
</p>
<dl compact="compact">
<dt> &lsquo;<samp>-kkv</samp>&rsquo;</dt>
<dd><p>Generate keyword strings using the default form, e.g.
<code>$<i></i>Revision: 5.7 $</code> for the <code>Revision</code>
keyword.
</p>
</dd>
<dt> &lsquo;<samp>-kkvl</samp>&rsquo;</dt>
<dd><p>Like &lsquo;<samp>-kkv</samp>&rsquo;, except that a locker&rsquo;s name is always
inserted if the given revision is currently locked.
The locker&rsquo;s name is only relevant if <code>cvs admin
-l</code> is in use.
</p>
</dd>
<dt> &lsquo;<samp>-kk</samp>&rsquo;</dt>
<dd><p>Generate only keyword names in keyword strings; omit
their values.  For example, for the <code>Revision</code>
keyword, generate the string <code>$<i></i>Revision$</code>
instead of <code>$<i></i>Revision: 5.7 $</code>.  This option
is useful to ignore differences due to keyword
substitution when comparing different revisions of a
file (see section [[#Merging-and-keywords|Merging and keywords]]).
</p>
</dd>
<dt> &lsquo;<samp>-ko</samp>&rsquo;</dt>
<dd><p>Generate the old keyword string, present in the working
file just before it was checked in.  For example, for
the <code>Revision</code> keyword, generate the string
<code>$<i></i>Revision: 1.1 $</code> instead of
<code>$<i></i>Revision: 5.7 $</code> if that is how the
string appeared when the file was checked in.
</p>
</dd>
<dt> &lsquo;<samp>-kb</samp>&rsquo;</dt>
<dd><p>Like &lsquo;<samp>-ko</samp>&rsquo;, but also inhibit conversion of line
endings between the canonical form in which they are
stored in the repository (linefeed only), and the form
appropriate to the operating system in use on the
client.  For systems, like unix, which use linefeed
only to terminate lines, this is very similar to
&lsquo;<samp>-ko</samp>&rsquo;.  For more information on binary files, see
[[#Binary-files|Handling binary files]].  In <small>CVS</small> version 1.12.2 and later
&lsquo;<samp>-kb</samp>&rsquo;, as set by <code>cvs add</code>, <code>cvs admin</code>, or
<code>cvs import</code> may not be overridden by a &lsquo;<samp>-k</samp>&rsquo; option
specified on the command line.
</p>
</dd>
<dt> &lsquo;<samp>-kv</samp>&rsquo;</dt>
<dd><p>Generate only keyword values for keyword strings.  For
example, for the <code>Revision</code> keyword, generate the string
<code>5.7</code> instead of <code>$<i></i>Revision: 5.7 $</code>.
This can help generate files in programming languages
where it is hard to strip keyword delimiters like
<code>$<i></i>Revision: $</code> from a string.  However,
further keyword substitution cannot be performed once
the keyword names are removed, so this option should be
used with care.
</p>
<p>One often would like to use &lsquo;<samp>-kv</samp>&rsquo; with <code>cvs
export</code>&mdash;see section [[#export|export&mdash;Export sources from CVS, similar to checkout]].  But be aware that doesn&rsquo;t
handle an export containing binary files correctly.
</p>
</dd>
</dl>

<hr size="6">
<div id="Configuring-keyword-expansion"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Substitution-modes| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Log-keyword| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Configuring-Keyord-Expansion"></div>
=== Configuring Keyord Expansion ===
<div id="index-Configuring-keyword-expansion"></div>

<p>In a repository that includes third-party software on
vendor branches, it is sometimes helpful to configure
CVS to use a local keyword instead of the standard
$<i></i>Id$ or $<i></i>Header$ keywords. Examples from
real projects includ, $<i></i>Xorg$, $<i></i>XFree86$,
$<i></i>FreeBSD$, $<i></i>NetBSD$,
$<i></i>OpenBSD$, and even $<i></i>dotat$.
The advantage of this is that
you can include your local version information in a
file using this local keyword (sometimes called a
&ldquo;custom tag&rdquo; or a &ldquo;local tag&rdquo;) without disrupting
the upstream version information (which may be a
different local keyword or a standard keyword). In
these cases, it is typically desirable to disable the
expansion of all keywords except the configured local
keyword.
</p>
<p>The <code>KeywordExpansion</code> option in the
&lsquo;<tt>CVSROOT/config</tt>&rsquo; file is intended to allow for the
either the explicit exclusion of a keyword or list of
keywords, or for the explicit inclusion of a keyword or
a list of keywords. This list may include the
<code>LocalKeyword</code> that has been configured.
</p>
<p>The <code>KeywordExpansion</code> option is followed by
<code>=</code> and the next character may either be <code>i</code>
to start an inclusion list or <code>e</code> to start an
exclusion list. If the following lines were added to
the &lsquo;<tt>CVSROOT/config</tt>&rsquo; file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>        # Add a &quot;MyBSD&quot; keyword and restrict keyword
        # expansion
        LocalKeyword=MyBSD=CVSHeader
        KeywordExpand=iMyBSD
</nowiki></pre></td></tr></table>

<p>then only the $<i></i>MyBSD$ keyword would be expanded.
A list may be used. The this example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>        # Add a &quot;MyBSD&quot; keyword and restrict keyword
        # expansion to the MyBSD, Name and Date keywords.
        LocalKeyword=MyBSD=CVSHeader
        KeywordExpand=iMyBSD,Name,Date
</nowiki></pre></td></tr></table>

<p>would allow $<i></i>MyBSD$, $<i></i>Name$, and
$<i></i>Date$ to be expanded.
</p>
<p>It is also possible to configure an exclusion list
using the following:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>        # Do not expand the non-RCS keyword CVSHeader
        KeywordExpand=eCVSHeader
</nowiki></pre></td></tr></table>

<p>This allows <small>CVS</small> to ignore the recently introduced
$<i></i>CVSHeader$ keyword and retain all of the
others. The exclusion entry could also contain the
standard RCS keyword list, but this could be confusing
to users that expect RCS keywords to be expanded, so
ycare should be taken to properly set user expectations
for a repository that is configured in that manner.
</p>
<p>If there is a desire to not have any RCS keywords
expanded and not use the <code>-ko</code> flags everywhere,
an administrator may disable all keyword expansion
using the &lsquo;<tt>CVSROOT/config</tt>&rsquo; line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>	# Do not expand any RCS keywords
	KeywordExpand=i
</nowiki></pre></td></tr></table>

<p>this could be confusing to users that expect RCS
keywords like $<i></i>Id$ to be expanded properly,
so care should be taken to properly set user
expectations for a repository so configured.
</p>
<p>It should be noted that a patch to provide both the
<code>KeywordExpand</code> and <code>LocalKeyword</code> features
has been around a long time. However, that patch
implemented these features using <code>tag=</code> and
<code>tagexpand=</code> keywords and those keywords are NOT
recognized.
</p>
<hr size="6">
<div id="Log-keyword"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Configuring-keyword-expansion| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Keyword-substitution| Up ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Problems-with-the-_0024Log_0024-keyword_002e"></div>
=== Problems with the $<i></i>Log$ keyword. ===

<p>The <code>$<i></i>Log$</code> keyword is somewhat
controversial.  As long as you are working on your
development system the information is easily accessible
even if you do not use the <code>$<i></i>Log$</code>
keyword&mdash;just do a <code>cvs log</code>.  Once you export
the file the history information might be useless
anyhow.
</p>
<p>A more serious concern is that <small>CVS</small> is not good at
handling <code>$<i></i>Log$</code> entries when a branch is
merged onto the main trunk.  Conflicts often result
from the merging operation.
</p>
<p>People also tend to &quot;fix&quot; the log entries in the file
(correcting spelling mistakes and maybe even factual
errors).  If that is done the information from
<code>cvs log</code> will not be consistent with the
information inside the file.  This may or may not be a
problem in real life.
</p>
<p>It has been suggested that the <code>$<i></i>Log$</code>
keyword should be inserted <em>last</em> in the file, and
not in the files header, if it is to be used at all.
That way the long list of change messages will not
interfere with everyday source file browsing.
</p>
<hr size="6">
<div id="Tracking-sources"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Log-keyword| &lt; ]]|</td>
<td valign="middle" align="left">|[[#First-import| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Keyword-substitution| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Tracking-third_002dparty-sources"></div>
== Tracking third-party sources ==
<div id="index-Third_002dparty-sources"></div>
<div id="index-Tracking-sources"></div>

<p>If you modify a program to better fit your site, you
probably want to include your modifications when the next
release of the program arrives.  <small>CVS</small> can help you with
this task.
</p>
<div id="index-Vendor"></div>
<div id="index-Vendor-branch"></div>
<div id="index-Branch_002c-vendor_002d"></div>
<p>In the terminology used in <small>CVS</small>, the supplier of the
program is called a <em>vendor</em>.  The unmodified
distribution from the vendor is checked in on its own
branch, the <em>vendor branch</em>.  <small>CVS</small> reserves branch
1.1.1 for this use.
</p>
<p>When you modify the source and commit it, your revision
will end up on the main trunk.  When a new release is
made by the vendor, you commit it on the vendor branch
and copy the modifications onto the main trunk.
</p>
<p>Use the <code>import</code> command to create and update
the vendor branch.  When you import a new file,
the vendor branch is made the &lsquo;head&rsquo; revision, so
anyone that checks out a copy of the file gets that
revision.  When a local modification is committed it is
placed on the main trunk, and made the &lsquo;head&rsquo;
revision.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#First-import| First import]]::<nowiki>                Importing for the first time
</nowiki>&bull;[[#Update-imports| Update imports]]::<nowiki>              Updating with the import command
</nowiki>&bull;[[#Reverting-local-changes| Reverting local changes]]::<nowiki>     Reverting to the latest vendor release
</nowiki>&bull;[[#Binary-files-in-imports| Binary files in imports]]::<nowiki>     Binary files require special handling
</nowiki>&bull;[[#Keywords-in-imports| Keywords in imports]]::<nowiki>         Keyword substitution might be undesirable
</nowiki>&bull;[[#Multiple-vendor-branches| Multiple vendor branches]]::<nowiki>    What if you get sources from several places?
</nowiki></pre>
<hr size="6">
<div id="First-import"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Tracking-sources| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Update-imports| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Importing-for-the-first-time"></div>
=== Importing for the first time ===
<div id="index-Importing-modules"></div>

<p>Use the <code>import</code> command to check in the sources
for the first time.  When you use the <code>import</code>
command to track third-party sources, the <em>vendor
tag</em> and <em>release tags</em> are useful.  The
<em>vendor tag</em> is a symbolic name for the branch
(which is always 1.1.1, unless you use the &lsquo;<samp>-b
<var>branch</var></samp>&rsquo; flag&mdash;see [[#Multiple-vendor-branches|Multiple vendor branches]].).  The
<em>release tags</em> are symbolic names for a particular
release, such as &lsquo;<samp>FSF_0_04</samp>&rsquo;.
</p>
<p>Note that <code>import</code> does <em>not</em> change the
directory in which you invoke it.  In particular, it
does not set up that directory as a <small>CVS</small> working
directory; if you want to work with the sources import
them first and then check them out into a different
directory (see section [[#Getting-the-source|Getting the source]]).
</p>
<div id="index-wdiff-_0028import-example_0029"></div>
<p>Suppose you have the sources to a program called
<code>wdiff</code> in a directory &lsquo;<tt>wdiff-0.04</tt>&rsquo;,
and are going to make private modifications that you
want to be able to use even when new releases are made
in the future.  You start by importing the source to
your repository:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd wdiff-0.04
$ cvs import -m &quot;Import of FSF v. 0.04&quot; fsf/wdiff FSF_DIST WDIFF_0_04
</nowiki></pre></td></tr></table>

<p>The vendor tag is named &lsquo;<samp>FSF_DIST</samp>&rsquo; in the above
example, and the only release tag assigned is
&lsquo;<samp>WDIFF_0_04</samp>&rsquo;.
</p>
<hr size="6">
<div id="Update-imports"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#First-import| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Reverting-local-changes| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Updating-with-the-import-command"></div>
=== Updating with the import command ===

<p>When a new release of the source arrives, you import it into the
repository with the same <code>import</code> command that you used to set up
the repository in the first place.  The only difference is that you
specify a different release tag this time:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ tar xfz wdiff-0.05.tar.gz
$ cd wdiff-0.05
$ cvs import -m &quot;Import of FSF v. 0.05&quot; fsf/wdiff FSF_DIST WDIFF_0_05
</nowiki></pre></td></tr></table>

<p>For files that have not been modified locally, the newly created
revision becomes the head revision.  If you have made local
changes, <code>import</code> will warn you that you must merge the changes
into the main trunk, and tell you to use &lsquo;<samp>checkout -j</samp>&rsquo; to do so:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -jFSF_DIST:yesterday -jFSF_DIST wdiff
</nowiki></pre></td></tr></table>

<p>The above command will check out the latest revision of
&lsquo;<samp>wdiff</samp>&rsquo;, merging the changes made on the vendor branch &lsquo;<samp>FSF_DIST</samp>&rsquo;
since yesterday into the working copy.  If any conflicts arise during
the merge they should be resolved in the normal way (see section [[#Conflicts-example|Conflicts example]]).  Then, the modified files may be committed.
</p>
<p>However, it is much better to use the two release tags rather than using
a date on the branch as suggested above:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -jWDIFF_0_04 -jWDIFF_0_05 wdiff
</nowiki></pre></td></tr></table>

<p>The reason this is better is that
using a date, as suggested above, assumes that you do
not import more than one release of a product per day.
More importantly, using the release tags allows <small>CVS</small> to detect files
that were removed between the two vendor releases and mark them for
removal.  Since <code>import</code> has no way to detect removed files, you
should do a merge like this even if <code>import</code> doesn&rsquo;t tell you to.
</p>
<hr size="6">
<div id="Reverting-local-changes"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Update-imports| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Binary-files-in-imports| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Reverting-to-the-latest-vendor-release"></div>
=== Reverting to the latest vendor release ===

<p>You can also revert local changes completely and return
to the latest vendor release by changing the &lsquo;head&rsquo;
revision back to the vendor branch on all files.  For
example, if you have a checked-out copy of the sources
in &lsquo;<tt>~/work.d/wdiff</tt>&rsquo;, and you want to revert to the
vendor&rsquo;s version for all the files in that directory,
you would type:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd ~/work.d/wdiff
$ cvs admin -bWDIFF .
</nowiki></pre></td></tr></table>

<p>You must specify the &lsquo;<samp>-bWDIFF</samp>&rsquo; without any space
after the &lsquo;<samp>-b</samp>&rsquo;.  See section [[#admin-options|admin options]].
</p>
<hr size="6">
<div id="Binary-files-in-imports"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Reverting-local-changes| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Keywords-in-imports| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-to-handle-binary-files-with-cvs-import"></div>
=== How to handle binary files with cvs import ===

<p>Use the &lsquo;<samp>-k</samp>&rsquo; wrapper option to tell import which
files are binary.  See section [[#Wrappers|The cvswrappers file]].
</p>
<hr size="6">
<div id="Keywords-in-imports"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Binary-files-in-imports| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Multiple-vendor-branches| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-to-handle-keyword-substitution-with-cvs-import"></div>
=== How to handle keyword substitution with cvs import ===

<p>The sources which you are importing may contain
keywords (see section [[#Keyword-substitution|Keyword substitution]]).  For example,
the vendor may use <small>CVS</small> or some other system
which uses similar keyword expansion syntax.  If you
just import the files in the default fashion, then
the keyword expansions supplied by the vendor will
be replaced by keyword expansions supplied by your
own copy of <small>CVS</small>.  It may be more convenient to
maintain the expansions supplied by the vendor, so
that this information can supply information about
the sources that you imported from the vendor.
</p>
<p>To maintain the keyword expansions supplied by the
vendor, supply the &lsquo;<samp>-ko</samp>&rsquo; option to <code>cvs
import</code> the first time you import the file.
This will turn off keyword expansion
for that file entirely, so if you want to be more
selective you&rsquo;ll have to think about what you want
and use the &lsquo;<samp>-k</samp>&rsquo; option to <code>cvs update</code> or
<code>cvs admin</code> as appropriate.
</p>
<hr size="6">
<div id="Multiple-vendor-branches"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Keywords-in-imports| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Tracking-sources| Up ]]|</td>
<td valign="middle" align="left">|[[#Builds| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Multiple-vendor-branches-1"></div>
=== Multiple vendor branches ===

<p>All the examples so far assume that there is only one
vendor from which you are getting sources.  In some
situations you might get sources from a variety of
places.  For example, suppose that you are dealing with
a project where many different people and teams are
modifying the software.  There are a variety of ways to
handle this, but in some cases you have a bunch of
source trees lying around and what you want to do more
than anything else is just to all put them in <small>CVS</small> so
that you at least have them in one place.
</p>
<p>For handling situations in which there may be more than
one vendor, you may specify the &lsquo;<samp>-b</samp>&rsquo; option to
<code>cvs import</code>.  It takes as an argument the vendor
branch to import to.  The default is &lsquo;<samp>-b 1.1.1</samp>&rsquo;.
</p>
<p>For example, suppose that there are two teams, the red
team and the blue team, that are sending you sources.
You want to import the red team&rsquo;s efforts to branch
1.1.1 and use the vendor tag RED.  You want to import
the blue team&rsquo;s efforts to branch 1.1.3 and use the
vendor tag BLUE.  So the commands you might use are:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs import dir RED RED_1-0
$ cvs import -b 1.1.3 dir BLUE BLUE_1-5
</nowiki></pre></td></tr></table>

<p>Note that if your vendor tag does not match your
&lsquo;<samp>-b</samp>&rsquo; option, <small>CVS</small> will not detect this case!  For
example,
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs import -b 1.1.3 dir RED RED_1-0
</nowiki></pre></td></tr></table>

<p>Be careful; this kind of mismatch is sure to sow
confusion or worse.  I can&rsquo;t think of a useful purpose
for the ability to specify a mismatch here, but if you
discover such a use, don&rsquo;t.  <small>CVS</small> is likely to make this
an error in some future release.
</p>

<hr size="6">
<div id="Builds"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Multiple-vendor-branches| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Special-Files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Tracking-sources| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Special-Files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-your-build-system-interacts-with-CVS"></div>
== How your build system interacts with CVS ==
<div id="index-Builds"></div>
<div id="index-make"></div>

<p>As mentioned in the introduction, <small>CVS</small> does not
contain software for building your software from source
code.  This section describes how various aspects of
your build system might interact with <small>CVS</small>.
</p>
<p>One common question, especially from people who are
accustomed to <small>RCS</small>, is how to make their build get
an up to date copy of the sources.  The answer to this
with <small>CVS</small> is two-fold.  First of all, since
<small>CVS</small> itself can recurse through directories, there
is no need to modify your &lsquo;<tt>Makefile</tt>&rsquo; (or whatever
configuration file your build tool uses) to make sure
each file is up to date.  Instead, just use two
commands, first <code>cvs -q update</code> and then
<code>make</code> or whatever the command is to invoke your
build tool.  Secondly, you do not necessarily
<em>want</em> to get a copy of a change someone else made
until you have finished your own work.  One suggested
approach is to first update your sources, then
implement, build and
test the change you were thinking of, and then commit
your sources (updating first if necessary).  By
periodically (in between changes, using the approach
just described) updating your entire tree, you ensure
that your sources are sufficiently up to date.
</p>
<div id="index-Bill-of-materials"></div>
<p>One common need is to record which versions of which
source files went into a particular build.  This kind
of functionality is sometimes called <em>bill of
materials</em> or something similar.  The best way to do
this with <small>CVS</small> is to use the <code>tag</code> command to
record which versions went into a given build
(see section [[#Tags|Tags&ndash;Symbolic revisions]]).
</p>
<p>Using <small>CVS</small> in the most straightforward manner
possible, each developer will have a copy of the entire
source tree which is used in a particular build.  If
the source tree is small, or if developers are
geographically dispersed, this is the preferred
solution.  In fact one approach for larger projects is
to break a project down into smaller
separately-compiled subsystems, and arrange a way of
releasing them internally so that each developer need
check out only those subsystems which they are
actively working on.
</p>
<p>Another approach is to set up a structure which allows
developers to have their own copies of some files, and
for other files to access source files from a central
location.  Many people have come up with some such a
system using features such as the symbolic link feature
found in many operating systems, or the <code>VPATH</code>
feature found in many versions of <code>make</code>.  One build
tool which is designed to help with this kind of thing
is Odin (see
<code>ftp://ftp.cs.colorado.edu/pub/distribs/odin</code>).
</p>
<hr size="6">
<div id="Special-Files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Builds| &lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Builds| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Special-Files-1"></div>
== Special Files ==

<div id="index-Special-files"></div>
<div id="index-Device-nodes"></div>
<div id="index-Ownership_002c-saving-in-CVS"></div>
<div id="index-Permissions_002c-saving-in-CVS"></div>
<div id="index-Hard-links"></div>
<div id="index-Symbolic-links"></div>

<p>In normal circumstances, <small>CVS</small> works only with regular
files.  Every file in a project is assumed to be
persistent; it must be possible to open, read and close
them; and so on.  <small>CVS</small> also ignores file permissions and
ownerships, leaving such issues to be resolved by the
developer at installation time.  In other words, it is
not possible to &quot;check in&quot; a device into a repository;
if the device file cannot be opened, <small>CVS</small> will refuse to
handle it.  Files also lose their ownerships and
permissions during repository transactions.
</p>

<hr size="6">
<div id="CVS-commands"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Special-Files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Structure| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Special-Files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Guide-to-CVS-commands"></div>
== Guide to CVS commands ==

<p>This appendix describes the overall structure of
<small>CVS</small> commands, and describes some commands in
detail (others are described elsewhere; for a quick
reference to <small>CVS</small> commands, see section [[#Invoking-CVS|Quick reference to CVS commands]]).
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Structure| Structure]]::<nowiki>                   Overall structure of CVS commands
</nowiki>&bull;[[#Exit-status| Exit status]]::<nowiki>                 Indicating CVS's success or failure
</nowiki>&bull;[[#g_t_007e_002f_002ecvsrc| ~/.cvsrc]]::<nowiki>                    Default options with the ~/.csvrc file
</nowiki>&bull;[[#Global-options| Global options]]::<nowiki>              Options you give to the left of cvs_command
</nowiki>&bull;[[#Common-options| Common options]]::<nowiki>              Options you give to the right of cvs_command
</nowiki>&bull;[[#admin| admin]]::<nowiki>                       Administration
</nowiki>&bull;[[#checkout| checkout]]::<nowiki>                    Checkout sources for editing
</nowiki>&bull;[[#commit| commit]]::<nowiki>                      Check files into the repository
</nowiki>&bull;[[#diff| diff]]::<nowiki>                        Show differences between revisions
</nowiki>&bull;[[#export| export]]::<nowiki>                      Export sources from CVS, similar to checkout
</nowiki>&bull;[[#history| history]]::<nowiki>                     Show status of files and users
</nowiki>&bull;[[#import| import]]::<nowiki>                      Import sources into CVS, using vendor branches
</nowiki>&bull;[[#log| log]]::<nowiki>                         Show log messages for files
</nowiki>&bull;[[#rdiff| rdiff]]::<nowiki>                       'patch' format diffs between releases
</nowiki>&bull;[[#release| release]]::<nowiki>                     Indicate that a directory is no longer in use
</nowiki>&bull;[[#update| update]]::<nowiki>                      Bring work tree in sync with repository
</nowiki></pre>
<hr size="6">
<div id="Structure"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#CVS-commands| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Exit-status| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Overall-structure-of-CVS-commands"></div>
=== Overall structure of CVS commands ===
<div id="index-Structure"></div>
<div id="index-CVS-command-structure"></div>
<div id="index-Command-structure"></div>
<div id="index-Format-of-CVS-commands"></div>

<p>The overall format of all <small>CVS</small> commands is:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs [ cvs_options ] cvs_command [ command_options ] [ command_args ]
</nowiki></pre></td></tr></table>

<dl compact="compact">
<dt> <code>cvs</code></dt>
<dd><p>The name of the <small>CVS</small> program.
</p>
</dd>
<dt> <code>cvs_options</code></dt>
<dd><p>Some options that affect all sub-commands of <small>CVS</small>.  These are
described below.
</p>
</dd>
<dt> <code>cvs_command</code></dt>
<dd><p>One of several different sub-commands.  Some of the commands have
aliases that can be used instead; those aliases are noted in the
reference manual for that command.  There are only two situations
where you may omit &lsquo;<samp>cvs_command</samp>&rsquo;: &lsquo;<samp>cvs -H</samp>&rsquo; elicits a
list of available commands, and &lsquo;<samp>cvs -v</samp>&rsquo; displays version
information on <small>CVS</small> itself.
</p>
</dd>
<dt> <code>command_options</code></dt>
<dd><p>Options that are specific for the command.
</p>
</dd>
<dt> <code>command_args</code></dt>
<dd><p>Arguments to the commands.
</p></dd>
</dl>

<p>There is unfortunately some confusion between
<code>cvs_options</code> and <code>command_options</code>.
&lsquo;<samp>-l</samp>&rsquo;, when given as a <code>cvs_option</code>, only
affects some of the commands.  When it is given as a
<code>command_option</code> is has a different meaning, and
is accepted by more commands.  In other words, do not
take the above categorization too seriously.  Look at
the documentation instead.
</p>
<hr size="6">
<div id="Exit-status"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Structure| &lt; ]]|</td>
<td valign="middle" align="left">|[[#g_t_007e_002f_002ecvsrc| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="CVS_0027s-exit-status"></div>
=== CVS&rsquo;s exit status ===
<div id="index-Exit-status_002c-of-CVS"></div>

<p><small>CVS</small> can indicate to the calling environment whether it
succeeded or failed by setting its <em>exit status</em>.
The exact way of testing the exit status will vary from
one operating system to another.  For example in a unix
shell script the &lsquo;<samp>$?</samp>&rsquo; variable will be 0 if the
last command returned a successful exit status, or
greater than 0 if the exit status indicated failure.
</p>
<p>If <small>CVS</small> is successful, it returns a successful status;
if there is an error, it prints an error message and
returns a failure status.  The one exception to this is
the <code>cvs diff</code> command.  It will return a
successful status if it found no differences, or a
failure status if there were differences or if there
was an error.  Because this behavior provides no good
way to detect errors, in the future it is possible that
<code>cvs diff</code> will be changed to behave like the
other <small>CVS</small> commands.
</p>
<hr size="6">
<div id="g_t_007e_002f_002ecvsrc"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Exit-status| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Global-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Default-options-and-the-_007e_002f_002ecvsrc-file"></div>
=== Default options and the ~/.cvsrc file ===
<div id="index-_002ecvsrc-file"></div>
<div id="index-Option-defaults"></div>

<p>There are some <code>command_options</code> that are used so
often that you might have set up an alias or some other
means to make sure you always specify that option.  One
example (the one that drove the implementation of the
&lsquo;<tt>.cvsrc</tt>&rsquo; support, actually) is that many people find the
default output of the &lsquo;<samp>diff</samp>&rsquo; command to be very
hard to read, and that either context diffs or unidiffs
are much easier to understand.
</p>
<p>The &lsquo;<tt>~/.cvsrc</tt>&rsquo; file is a way that you can add
default options to <code>cvs_commands</code> within cvs,
instead of relying on aliases or other shell scripts.
</p>
<p>The format of the &lsquo;<tt>~/.cvsrc</tt>&rsquo; file is simple.  The
file is searched for a line that begins with the same
name as the <code>cvs_command</code> being executed.  If a
match is found, then the remainder of the line is split
up (at whitespace characters) into separate options and
added to the command arguments <em>before</em> any
options from the command line.
</p>
<p>If a command has two names (e.g., <code>checkout</code> and
<code>co</code>), the official name, not necessarily the one
used on the command line, will be used to match against
the file.  So if this is the contents of the user&rsquo;s
&lsquo;<tt>~/.cvsrc</tt>&rsquo; file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>log -N
diff -uN
rdiff -u
update -Pd
checkout -P
release -d
</nowiki></pre></td></tr></table>

<p>the command &lsquo;<samp>cvs checkout foo</samp>&rsquo; would have the
&lsquo;<samp>-P</samp>&rsquo; option added to the arguments, as well as
&lsquo;<samp>cvs co foo</samp>&rsquo;.
</p>
<p>With the example file above, the output from &lsquo;<samp>cvs
diff foobar</samp>&rsquo; will be in unidiff format.  &lsquo;<samp>cvs diff
-c foobar</samp>&rsquo; will provide context diffs, as usual.
Getting &quot;old&quot; format diffs would be slightly more
complicated, because <code>diff</code> doesn&rsquo;t have an option
to specify use of the &quot;old&quot; format, so you would need
&lsquo;<samp>cvs -f diff foobar</samp>&rsquo;.
</p>
<p>In place of the command name you can use <code>cvs</code> to
specify global options (see section [[#Global-options|Global options]]).  For
example the following line in &lsquo;<tt>.cvsrc</tt>&rsquo;
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -z6
</nowiki></pre></td></tr></table>

<p>causes <small>CVS</small> to use compression level 6.
</p>
<hr size="6">
<div id="Global-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#g_t_007e_002f_002ecvsrc| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Common-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Global-options-1"></div>
=== Global options ===
<div id="index-Options_002c-global"></div>
<div id="index-Global-options"></div>
<div id="index-Left_002dhand-options"></div>

<p>The available &lsquo;<samp>cvs_options</samp>&rsquo; (that are given to the
left of &lsquo;<samp>cvs_command</samp>&rsquo;) are:
</p>
<dl compact="compact">
<dt> <code>--allow-root=<var>rootdir</var></code></dt>
<dd><p>Specify legal <small>CVSROOT</small> directory.  See
[[#Password-authentication-server|Setting up the server for password authentication]].
</p>
<div id="index-Authentication_002c-stream"></div>
<div id="index-Stream-authentication"></div>
</dd>
<dt> <code>-a</code></dt>
<dd><p>Authenticate all communication between the client and
the server.  Only has an effect on the <small>CVS</small> client.
As of this writing, this is only implemented when using
a GSSAPI connection (see section [[#GSSAPI-authenticated|Direct connection with GSSAPI]]).
Authentication prevents certain sorts of attacks
involving hijacking the active <small>TCP</small> connection.
Enabling authentication does not enable encryption.
</p>
<div id="index-RCSBIN_002c-overriding"></div>
<div id="index-Overriding-RCSBIN"></div>
</dd>
<dt> <code>-b <var>bindir</var></code></dt>
<dd><p>In <small>CVS</small> 1.9.18 and older, this specified that
<small>RCS</small> programs are in the <var>bindir</var> directory.
Current versions of <small>CVS</small> do not run <small>RCS</small>
programs; for compatibility this option is accepted,
but it does nothing.
</p>
<div id="index-TMPDIR_002c-overriding"></div>
<div id="index-Overriding-TMPDIR"></div>
</dd>
<dt> <code>-T <var>tempdir</var></code></dt>
<dd><p>Use <var>tempdir</var> as the directory where temporary files are
located.  Overrides the setting of the <code>$TMPDIR</code> environment
variable and any precompiled directory.  This parameter should be
specified as an absolute pathname.
(When running client/server, &lsquo;<samp>-T</samp>&rsquo; affects only the local process;
specifying &lsquo;<samp>-T</samp>&rsquo; for the client has no effect on the server and
vice versa.)
</p>
<div id="index-CVSROOT_002c-overriding"></div>
<div id="index-Overriding-CVSROOT"></div>
</dd>
<dt> <code>-d <var>cvs_root_directory</var></code></dt>
<dd><p>Use <var>cvs_root_directory</var> as the root directory
pathname of the repository.  Overrides the setting of
the <code>$CVSROOT</code> environment variable.  See section [[#Repository|The Repository]].
</p>
<div id="index-EDITOR_002c-overriding"></div>
<div id="index-Overriding-EDITOR"></div>
</dd>
<dt> <code>-e <var>editor</var></code></dt>
<dd><p>Use <var>editor</var> to enter revision log information.  Overrides the
setting of the <code>$CVSEDITOR</code> and <code>$EDITOR</code>
environment variables.  For more information, see
[[#Committing-your-changes|Committing your changes]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Do not read the &lsquo;<tt>~/.cvsrc</tt>&rsquo; file.  This
option is most often used because of the
non-orthogonality of the <small>CVS</small> option set.  For
example, the &lsquo;<samp>cvs log</samp>&rsquo; option &lsquo;<samp>-N</samp>&rsquo; (turn off
display of tag names) does not have a corresponding
option to turn the display on.  So if you have
&lsquo;<samp>-N</samp>&rsquo; in the &lsquo;<tt>~/.cvsrc</tt>&rsquo; entry for &lsquo;<samp>log</samp>&rsquo;,
you may need to use &lsquo;<samp>-f</samp>&rsquo; to show the tag names.
</p>
</dd>
<dt> <code>-H</code></dt>
<dt> <code>--help</code></dt>
<dd><p>Display usage information about the specified &lsquo;<samp>cvs_command</samp>&rsquo;
(but do not actually execute the command).  If you don&rsquo;t specify
a command name, &lsquo;<samp>cvs -H</samp>&rsquo; displays overall help for
<small>CVS</small>, including a list of other help options.
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Do not log the &lsquo;<samp>cvs_command</samp>&rsquo; in the command history (but execute it
anyway).  See section [[#history|history&mdash;Show status of files and users]], for information on command history.
</p>
<div id="index-Read_002donly-repository-mode"></div>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Turns on read-only repository mode.  This allows one to check out from a
read-only repository, such as within an anoncvs server, or from a CDROM
repository.
</p>
<p>Same effect as if the <code>CVSREADONLYFS</code> environment
variable is set. Using &lsquo;<samp>-R</samp>&rsquo; can also considerably
speed up checkout&rsquo;s over NFS.
</p>
<div id="index-Read_002donly-mode"></div>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not change any files.  Attempt to execute the
&lsquo;<samp>cvs_command</samp>&rsquo;, but only to issue reports; do not remove,
update, or merge any existing files, or create any new files.
</p>
<p>Note that <small>CVS</small> will not necessarily produce exactly
the same output as without &lsquo;<samp>-n</samp>&rsquo;.  In some cases
the output will be the same, but in other cases
<small>CVS</small> will skip some of the processing that would
have been required to produce the exact same output.
</p>
</dd>
<dt> <code>-Q</code></dt>
<dd><p>Cause the command to be really quiet; the command will only
generate output for serious problems.
</p>
</dd>
<dt> <code>-q</code></dt>
<dd><p>Cause the command to be somewhat quiet; informational messages,
such as reports of recursion through subdirectories, are
suppressed.
</p>
<div id="index-Read_002donly-files_002c-and-_002dr"></div>
</dd>
<dt> <code>-r</code></dt>
<dd><p>Make new working files read-only.  Same effect
as if the <code>$CVSREAD</code> environment variable is set
(see section [[#Environment-variables|All environment variables which affect CVS]]).  The default is to
make working files writable, unless watches are on
(see section [[#Watches|Mechanisms to track who is editing files]]).
</p>
</dd>
<dt> <code>-s <var>variable</var>=<var>value</var></code></dt>
<dd><p>Set a user variable (see section [[#Variables|Expansions in administrative files]]).
</p>
<div id="index-Trace"></div>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Trace program execution; display messages showing the steps of
<small>CVS</small> activity.  Particularly useful with &lsquo;<samp>-n</samp>&rsquo; to explore the
potential impact of an unfamiliar command.
</p>
</dd>
<dt> <code>-v</code></dt>
<dt> <code>--version</code></dt>
<dd><p>Display version and copyright information for <small>CVS</small>.
</p>
<div id="index-CVSREAD_002c-overriding"></div>
<div id="index-Overriding-CVSREAD"></div>
</dd>
<dt> <code>-w</code></dt>
<dd><p>Make new working files read-write.  Overrides the
setting of the <code>$CVSREAD</code> environment variable.
Files are created read-write by default, unless <code>$CVSREAD</code> is
set or &lsquo;<samp>-r</samp>&rsquo; is given.
</p>
</dd>
<dt> <code>-x</code></dt>
<dd><div id="index-Encryption"></div>
<p>Encrypt all communication between the client and the
server.  Only has an effect on the <small>CVS</small> client.  As
of this writing, this is only implemented when using a
GSSAPI connection (see section [[#GSSAPI-authenticated|Direct connection with GSSAPI]]) or a
Kerberos connection (see section [[#Kerberos-authenticated|Direct connection with kerberos]]).
Enabling encryption implies that message traffic is
also authenticated.  Encryption support is not
available by default; it must be enabled using a
special configure option, &lsquo;<tt>--enable-encryption</tt>&rsquo;,
when you build <small>CVS</small>.
</p>
</dd>
<dt> <code>-z <var>gzip-level</var></code></dt>
<dd><div id="index-Compression"></div>
<div id="index-Gzip"></div>
<p>Set the compression level.
Valid levels are 1 (high speed, low compression) to
9 (low speed, high compression), or 0 to disable
compression (the default).
Only has an effect on the <small>CVS</small> client.
</p>
</dd>
</dl>

<hr size="6">
<div id="Common-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Global-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#admin| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Common-command-options"></div>
=== Common command options ===
<div id="index-Common-options"></div>
<div id="index-Right_002dhand-options"></div>

<p>This section describes the &lsquo;<samp>command_options</samp>&rsquo; that
are available across several <small>CVS</small> commands.  These
options are always given to the right of
&lsquo;<samp>cvs_command</samp>&rsquo;. Not all
commands support all of these options; each option is
only supported for commands where it makes sense.
However, when a command has one of these options you
can almost always count on the same behavior of the
option as in other commands.  (Other command options,
which are listed with the individual commands, may have
different behavior from one <small>CVS</small> command to the other).
</p>
<p><strong>Note: the &lsquo;<samp>history</samp>&rsquo; command is an exception; it supports
many options that conflict even with these standard options.</strong>
</p>
<dl compact="compact">
<dd><div id="index-Dates"></div>
<div id="index-Time"></div>
<div id="index-Specifying-dates"></div>
</dd>
<dt> <code>-D <var>date_spec</var></code></dt>
<dd><p>Use the most recent revision no later than <var>date_spec</var>.
<var>date_spec</var> is a single argument, a date description
specifying a date in the past.
</p>
<p>The specification is <em>sticky</em> when you use it to make a
private copy of a source file; that is, when you get a working
file using &lsquo;<samp>-D</samp>&rsquo;, <small>CVS</small> records the date you specified, so that
further updates in the same directory will use the same date
(for more information on sticky tags/dates, see section [[#Sticky-tags|Sticky tags]]).
</p>
<p>&lsquo;<samp>-D</samp>&rsquo; is available with the <code>annotate</code>, <code>checkout</code>,
<code>diff</code>, <code>export</code>, <code>history</code>,
<code>rdiff</code>, <code>rtag</code>, <code>tag</code>, and <code>update</code> commands.
(The <code>history</code> command uses this option in a
slightly different way; see section [[#history-options|history options]]).
</p>

<div id="index-Timezone_002c-in-input"></div>
<div id="index-Zone_002c-time_002c-in-input"></div>
<p>A wide variety of date formats are supported by
<small>CVS</small>.  The most standard ones are ISO8601 (from the
International Standards Organization) and the Internet
e-mail standard (specified in RFC822 as amended by
RFC1123).
</p>
<p>ISO8601 dates have many variants but a few examples
are:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>1972-09-24
1972-09-24 20:05
</nowiki></pre></td></tr></table>

<p>There are a lot more ISO8601 date formats, and <small>CVS</small>
accepts many of them, but you probably don&rsquo;t want to
hear the <em>whole</em> long story :-).
</p>

<p>In addition to the dates allowed in Internet e-mail
itself, <small>CVS</small> also allows some of the fields to be
omitted.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>24 Sep 1972 20:05
24 Sep
</nowiki></pre></td></tr></table>

<p>The date is interpreted as being in the
local timezone, unless a specific timezone is
specified.
</p>
<p>These two date formats are preferred.  However,
<small>CVS</small> currently accepts a wide variety of other date
formats.  They are intentionally not documented here in
any detail, and future versions of <small>CVS</small> might not
accept all of them.
</p>
<p>One such format is
<code><var>month</var>/<var>day</var>/<var>year</var></code>.  This may
confuse people who are accustomed to having the month
and day in the other order; &lsquo;<samp>1/4/96</samp>&rsquo; is January 4,
not April 1.
</p>
<p>Remember to quote the argument to the &lsquo;<samp>-D</samp>&rsquo;
flag so that your shell doesn&rsquo;t interpret spaces as
argument separators.  A command using the &lsquo;<samp>-D</samp>&rsquo;
flag can look like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs diff -D &quot;1 hour ago&quot; cvs.texinfo
</nowiki></pre></td></tr></table>

<div id="index-Forcing-a-tag-match"></div>
</dd>
<dt> <code>-f</code></dt>
<dd><p>When you specify a particular date or tag to <small>CVS</small> commands, they
normally ignore files that do not contain the tag (or did not
exist prior to the date) that you specified.  Use the &lsquo;<samp>-f</samp>&rsquo; option
if you want files retrieved even when there is no match for the
tag or date.  (The most recent revision of the file
will be used).
</p>
<p>Note that even with &lsquo;<samp>-f</samp>&rsquo;, a tag that you specify
must exist (that is, in some file, not necessary in
every file).  This is so that <small>CVS</small> will continue to
give an error if you mistype a tag name.
</p>
<p>&lsquo;<samp>-f</samp>&rsquo; is available with these commands:
<code>annotate</code>, <code>checkout</code>, <code>export</code>,
<code>rdiff</code>, <code>rtag</code>, and <code>update</code>.
</p>
<p><strong>WARNING:  The <code>commit</code> and <code>remove</code>
commands also have a
&lsquo;<samp>-f</samp>&rsquo; option, but it has a different behavior for
those commands.  See [[#commit-options|commit options]], and
[[#Removing-files|Removing files]].</strong>
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Override the default processing of RCS keywords other than
&lsquo;<samp>-kb</samp>&rsquo;.  See section [[#Keyword-substitution|Keyword substitution]], for the meaning of
<var>kflag</var>.  Used with the <code>checkout</code> and <code>update</code>
commands, your <var>kflag</var> specification is
<em>sticky</em>; that is, when you use this option
with a <code>checkout</code> or <code>update</code> command,
<small>CVS</small> associates your selected <var>kflag</var> with any files
it operates on, and continues to use that <var>kflag</var> with future
commands on the same files until you specify otherwise.
</p>
<p>The &lsquo;<samp>-k</samp>&rsquo; option is available with the <code>add</code>,
<code>checkout</code>, <code>diff</code>, <code>export</code>, <code>import</code> and
<code>update</code> commands.
</p>
<p><strong>WARNING: Prior to CVS version 1.12.2, the &lsquo;<samp>-k</samp>&rsquo; flag
overrode the &lsquo;<samp>-kb</samp>&rsquo; indication for a binary file.  This could
sometimes corrupt binary files.  See section [[#Merging-and-keywords|Merging and keywords]], for
more.</strong>
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory, rather than
recursing through subdirectories.
</p>
<p>Available with the following commands: <code>annotate</code>, <code>checkout</code>,
<code>commit</code>, <code>diff</code>, <code>edit</code>, <code>editors</code>, <code>export</code>,
<code>log</code>, <code>rdiff</code>, <code>remove</code>, <code>rtag</code>,
<code>status</code>, <code>tag</code>, <code>unedit</code>, <code>update</code>, <code>watch</code>,
and <code>watchers</code>.
</p>
<div id="index-Editor_002c-avoiding-invocation-of"></div>
<div id="index-Avoiding-editor-invocation"></div>
</dd>
<dt> <code>-m <var>message</var></code></dt>
<dd><p>Use <var>message</var> as log information, instead of
invoking an editor.
</p>
<p>Available with the following commands: <code>add</code>,
<code>commit</code> and <code>import</code>.
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not run any tag program.  (A program can be
specified to run in the modules
database (see section [[#modules|The modules file]]); this option bypasses it).
</p>
<p><strong>Note: this is not the same as the &lsquo;<samp>cvs -n</samp>&rsquo;
program option, which you can specify to the left of a cvs command!</strong>
</p>
<p>Available with the <code>checkout</code>, <code>commit</code>, <code>export</code>,
and <code>rtag</code> commands.
</p>
</dd>
<dt> <code>-P</code></dt>
<dd><p>Prune empty directories.  See [[#Removing-directories|Removing directories]].
</p>
</dd>
<dt> <code>-p</code></dt>
<dd><p>Pipe the files retrieved from the repository to standard output,
rather than writing them in the current directory.  Available
with the <code>checkout</code> and <code>update</code> commands.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Process directories recursively.  This is on by default.
</p>
<p>Available with the following commands: <code>annotate</code>, <code>checkout</code>,
<code>commit</code>, <code>diff</code>, <code>edit</code>, <code>editors</code>, <code>export</code>,
<code>rdiff</code>, <code>remove</code>, <code>rtag</code>,
<code>status</code>, <code>tag</code>, <code>unedit</code>, <code>update</code>, <code>watch</code>,
and <code>watchers</code>.
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><div id="index-HEAD_002c-special-tag"></div>
<div id="index-BASE_002c-special-tag"></div>
<p>Use the revision specified by the <var>tag</var> argument instead of the
default <em>head</em> revision.  As well as arbitrary tags defined
with the <code>tag</code> or <code>rtag</code> command, two special tags are
always available: &lsquo;<samp>HEAD</samp>&rsquo; refers to the most recent version
available in the repository, and &lsquo;<samp>BASE</samp>&rsquo; refers to the
revision you last checked out into the current working directory.
</p>

<p>The tag specification is sticky when you use this
with <code>checkout</code> or <code>update</code> to make your own
copy of a file: <small>CVS</small> remembers the tag and continues to use it on
future update commands, until you specify otherwise (for more information
on sticky tags/dates, see section [[#Sticky-tags|Sticky tags]]).
</p>
<p>The tag can be either a symbolic or numeric tag, as
described in [[#Tags|Tags&ndash;Symbolic revisions]], or the name of a branch, as
described in [[#Branching-and-merging|Branching and merging]].
</p>
<p>Specifying the &lsquo;<samp>-q</samp>&rsquo; global option along with the
&lsquo;<samp>-r</samp>&rsquo; command option is often useful, to suppress
the warning messages when the <small>RCS</small> file
does not contain the specified tag.
</p>
<p><strong>Note: this is not the same as the overall &lsquo;<samp>cvs -r</samp>&rsquo; option,
which you can specify to the left of a <small>CVS</small> command!</strong>
</p>
<p>&lsquo;<samp>-r</samp>&rsquo; is available with the <code>checkout</code>, <code>commit</code>,
<code>diff</code>, <code>history</code>, <code>export</code>, <code>rdiff</code>,
<code>rtag</code>, and <code>update</code> commands.
</p>
</dd>
<dt> <code>-W</code></dt>
<dd><p>Specify file names that should be filtered.  You can
use this option repeatedly.  The spec can be a file
name pattern of the same type that you can specify in
the &lsquo;<tt>.cvswrappers</tt>&rsquo; file.
Available with the following commands: <code>import</code>,
and <code>update</code>.
</p>
</dd>
</dl>

<hr size="6">
<div id="admin"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Common-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#admin-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="admin_002d_002d_002dAdministration"></div>
=== admin&mdash;Administration ===
<div id="index-Admin-_0028subcommand_0029"></div>

<ul>
<li>
Requires: repository, working directory.
</li><li>
Changes: repository.
</li><li>
Synonym: rcs
</li></ul>

<p>This is the <small>CVS</small> interface to assorted
administrative facilities.  Some of them have
questionable usefulness for <small>CVS</small> but exist for
historical purposes.  Some of the questionable options
are likely to disappear in the future.  This command
<em>does</em> work recursively, so extreme care should be
used.
</p>
<div id="index-cvsadmin"></div>
<div id="index-UserAdminOptions_002c-in-CVSROOT_002fconfig"></div>
<p>On unix, if there is a group named <code>cvsadmin</code>,
only members of that group can run <code>cvs admin</code>
commands, except for those specified using the
<code>UserAdminOptions</code> configuration option in the
&lsquo;<tt>CVSROOT/config</tt>&rsquo; file.  Options specified using
<code>UserAdminOptions</code> can be run by any user.  See
[[#config|The CVSROOT/config configuration file]] for more on <code>UserAdminOptions</code>.
</p>
<p>The <code>cvsadmin</code> group should exist on the server,
or any system running the non-client/server <small>CVS</small>.
To disallow <code>cvs admin</code> for all users, create a
group with no users in it.  On NT, the <code>cvsadmin</code>
feature does not exist and all users
can run <code>cvs admin</code>.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#admin-options| admin options]]::<nowiki>               admin options
</nowiki></pre>
<hr size="6">
<div id="admin-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#admin| &lt; ]]|</td>
<td valign="middle" align="left">|[[#checkout| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#admin| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="admin-options-1"></div>
==== admin options ====

<p>Some of these options have questionable usefulness for
<small>CVS</small> but exist for historical purposes.  Some even
make it impossible to use <small>CVS</small> until you undo the
effect!
</p>
<dl compact="compact">
<dt> <code>-A<var>oldfile</var></code></dt>
<dd><p>Might not work together with <small>CVS</small>.  Append the
access list of <var>oldfile</var> to the access list of the
<small>RCS</small> file.
</p>
</dd>
<dt> <code>-a<var>logins</var></code></dt>
<dd><p>Might not work together with <small>CVS</small>.  Append the
login names appearing in the comma-separated list
<var>logins</var> to the access list of the <small>RCS</small> file.
</p>
</dd>
<dt> <code>-b[<var>rev</var>]</code></dt>
<dd><p>Set the default branch to <var>rev</var>.  In <small>CVS</small>, you
normally do not manipulate default branches; sticky
tags (see section [[#Sticky-tags|Sticky tags]]) are a better way to decide
which branch you want to work on.  There is one reason
to run <code>cvs admin -b</code>: to revert to the vendor&rsquo;s
version when using vendor branches (see section [[#Reverting-local-changes|Reverting to the latest vendor release]]).
There can be no space between &lsquo;<samp>-b</samp>&rsquo; and its argument.
</p>
<div id="index-Comment-leader"></div>
</dd>
<dt> <code>-c<var>string</var></code></dt>
<dd><p>Sets the comment leader to <var>string</var>.  The comment
leader is not used by current versions of <small>CVS</small> or
<small>RCS</small> 5.7.  Therefore, you can almost surely not
worry about it.  See section [[#Keyword-substitution|Keyword substitution]].
</p>
</dd>
<dt> <code>-e[<var>logins</var>]</code></dt>
<dd><p>Might not work together with <small>CVS</small>.  Erase the login
names appearing in the comma-separated list
<var>logins</var> from the access list of the RCS file.  If
<var>logins</var> is omitted, erase the entire access list.
There can be no space between &lsquo;<samp>-e</samp>&rsquo; and its argument.
</p>
</dd>
<dt> <code>-I</code></dt>
<dd><p>Run interactively, even if the standard input is not a
terminal.  This option does not work with the
client/server <small>CVS</small> and is likely to disappear in
a future release of <small>CVS</small>.
</p>
</dd>
<dt> <code>-i</code></dt>
<dd><p>Useless with <small>CVS</small>.  This creates and initializes a
new <small>RCS</small> file, without depositing a revision.  With
<small>CVS</small>, add files with the <code>cvs add</code> command
(see section [[#Adding-files|Adding files to a directory]]).
</p>
</dd>
<dt> <code>-k<var>subst</var></code></dt>
<dd><p>Set the default keyword
substitution to <var>subst</var>.  See section [[#Keyword-substitution|Keyword substitution]].  Giving an explicit &lsquo;<samp>-k</samp>&rsquo; option to
<code>cvs update</code>, <code>cvs export</code>, or <code>cvs
checkout</code> overrides this default.
</p>
</dd>
<dt> <code>-l[<var>rev</var>]</code></dt>
<dd><p>Lock the revision with number <var>rev</var>.  If a branch
is given, lock the latest revision on that branch.  If
<var>rev</var> is omitted, lock the latest revision on the
default branch.  There can be no space between
&lsquo;<samp>-l</samp>&rsquo; and its argument.
</p>
<p>This can be used in conjunction with the
&lsquo;<tt>rcslock.pl</tt>&rsquo; script in the &lsquo;<tt>contrib</tt>&rsquo;
directory of the <small>CVS</small> source distribution to
provide reserved checkouts (where only one user can be
editing a given file at a time).  See the comments in
that file for details (and see the &lsquo;<tt>README</tt>&rsquo; file
in that directory for disclaimers about the unsupported
nature of contrib).  According to comments in that
file, locking must set to strict (which is the default).
</p>
</dd>
<dt> <code>-L</code></dt>
<dd><p>Set locking to strict.  Strict locking means that the
owner of an RCS file is not exempt from locking for
checkin.  For use with <small>CVS</small>, strict locking must be
set; see the discussion under the &lsquo;<samp>-l</samp>&rsquo; option above.
</p>
<div id="index-Changing-a-log-message"></div>
<div id="index-Replacing-a-log-message"></div>
<div id="index-Correcting-a-log-message"></div>
<div id="index-Fixing-a-log-message"></div>
<div id="index-Log-message_002c-correcting"></div>
</dd>
<dt> <code>-m<var>rev</var>:<var>msg</var></code></dt>
<dd><p>Replace the log message of revision <var>rev</var> with
<var>msg</var>.
</p>

</dd>
<dt> <code>-N<var>name</var>[:[<var>rev</var>]]</code></dt>
<dd><p>Act like &lsquo;<samp>-n</samp>&rsquo;, except override any previous
assignment of <var>name</var>.  For use with magic branches,
see [[#Magic-branch-numbers|Magic branch numbers]].
</p>
</dd>
<dt> <code>-n<var>name</var>[:[<var>rev</var>]]</code></dt>
<dd><p>Associate the symbolic name <var>name</var> with the branch
or revision <var>rev</var>.  It is normally better to use
&lsquo;<samp>cvs tag</samp>&rsquo; or &lsquo;<samp>cvs rtag</samp>&rsquo; instead.  Delete the
symbolic name if both &lsquo;<samp>:</samp>&rsquo; and <var>rev</var> are
omitted; otherwise, print an error message if
<var>name</var> is already associated with another number.
If <var>rev</var> is symbolic, it is expanded before
association.  A <var>rev</var> consisting of a branch number
followed by a &lsquo;<samp>.</samp>&rsquo; stands for the current latest
revision in the branch.  A &lsquo;<samp>:</samp>&rsquo; with an empty
<var>rev</var> stands for the current latest revision on the
default branch, normally the trunk.  For example,
&lsquo;<samp>cvs admin -n<var>name</var>:</samp>&rsquo; associates <var>name</var> with the
current latest revision of all the RCS files;
this contrasts with &lsquo;<samp>cvs admin -n<var>name</var>:$</samp>&rsquo; which
associates <var>name</var> with the revision numbers
extracted from keyword strings in the corresponding
working files.
</p>
<div id="index-Deleting-revisions"></div>
<div id="index-Outdating-revisions"></div>
<div id="index-Saving-space"></div>
</dd>
<dt> <code>-o<var>range</var></code></dt>
<dd><p>Deletes (<em>outdates</em>) the revisions given by
<var>range</var>.
</p>
<p>Note that this command can be quite dangerous unless
you know <em>exactly</em> what you are doing (for example
see the warnings below about how the
<var>rev1</var>:<var>rev2</var> syntax is confusing).
</p>
<p>If you are short on disc this option might help you.
But think twice before using it&mdash;there is no way short
of restoring the latest backup to undo this command!
If you delete different revisions than you planned,
either due to carelessness or (heaven forbid) a <small>CVS</small>
bug, there is no opportunity to correct the error
before the revisions are deleted.  It probably would be
a good idea to experiment on a copy of the repository
first.
</p>
<p>Specify <var>range</var> in one of the following ways:
</p>
<dl compact="compact">
<dt> <code><var>rev1</var>::<var>rev2</var></code></dt>
<dd><p>Collapse all revisions between rev1 and rev2, so that
<small>CVS</small> only stores the differences associated with going
from rev1 to rev2, not intermediate steps.  For
example, after &lsquo;<samp>-o 1.3::1.5</samp>&rsquo; one can retrieve
revision 1.3, revision 1.5, or the differences to get
from 1.3 to 1.5, but not the revision 1.4, or the
differences between 1.3 and 1.4.  Other examples:
&lsquo;<samp>-o 1.3::1.4</samp>&rsquo; and &lsquo;<samp>-o 1.3::1.3</samp>&rsquo; have no
effect, because there are no intermediate revisions to
remove.
</p>
</dd>
<dt> <code>::<var>rev</var></code></dt>
<dd><p>Collapse revisions between the beginning of the branch
containing <var>rev</var> and <var>rev</var> itself.  The
branchpoint and <var>rev</var> are left intact.  For
example, &lsquo;<samp>-o ::1.3.2.6</samp>&rsquo; deletes revision 1.3.2.1,
revision 1.3.2.5, and everything in between, but leaves
1.3 and 1.3.2.6 intact.
</p>
</dd>
<dt> <code><var>rev</var>::</code></dt>
<dd><p>Collapse revisions between <var>rev</var> and the end of the
branch containing <var>rev</var>.  Revision <var>rev</var> is
left intact but the head revision is deleted.
</p>
</dd>
<dt> <code><var>rev</var></code></dt>
<dd><p>Delete the revision <var>rev</var>.  For example, &lsquo;<samp>-o
1.3</samp>&rsquo; is equivalent to &lsquo;<samp>-o 1.2::1.4</samp>&rsquo;.
</p>
</dd>
<dt> <code><var>rev1</var>:<var>rev2</var></code></dt>
<dd><p>Delete the revisions from <var>rev1</var> to <var>rev2</var>,
inclusive, on the same branch.  One will not be able to
retrieve <var>rev1</var> or <var>rev2</var> or any of the
revisions in between.  For example, the command
&lsquo;<samp>cvs admin -oR_1_01:R_1_02 .</samp>&rsquo; is rarely useful.
It means to delete revisions up to, and including, the
tag R_1_02.  But beware!  If there are files that have not
changed between R_1_02 and R_1_03 the file will have
<em>the same</em> numerical revision number assigned to
the tags R_1_02 and R_1_03.  So not only will it be
impossible to retrieve R_1_02; R_1_03 will also have to
be restored from the tapes!  In most cases you want to
specify <var>rev1</var>::<var>rev2</var> instead.
</p>
</dd>
<dt> <code>:<var>rev</var></code></dt>
<dd><p>Delete revisions from the beginning of the
branch containing <var>rev</var> up to and including
<var>rev</var>.
</p>
</dd>
<dt> <code><var>rev</var>:</code></dt>
<dd><p>Delete revisions from revision <var>rev</var>, including
<var>rev</var> itself, to the end of the branch containing
<var>rev</var>.
</p></dd>
</dl>

<p>None of the revisions to be deleted may have
branches or locks.
</p>
<p>If any of the revisions to be deleted have symbolic
names, and one specifies one of the &lsquo;<samp>::</samp>&rsquo; syntaxes,
then <small>CVS</small> will give an error and not delete any
revisions.  If you really want to delete both the
symbolic names and the revisions, first delete the
symbolic names with <code>cvs tag -d</code>, then run
<code>cvs admin -o</code>.  If one specifies the
non-&lsquo;<samp>::</samp>&rsquo; syntaxes, then <small>CVS</small> will delete the
revisions but leave the symbolic names pointing to
nonexistent revisions.  This behavior is preserved for
compatibility with previous versions of <small>CVS</small>, but
because it isn&rsquo;t very useful, in the future it may
change to be like the &lsquo;<samp>::</samp>&rsquo; case.
</p>
<p>Due to the way <small>CVS</small> handles branches <var>rev</var>
cannot be specified symbolically if it is a branch.
See section [[#Magic-branch-numbers|Magic branch numbers]], for an explanation.
</p>
<p>Make sure that no-one has checked out a copy of the
revision you outdate.  Strange things will happen if he
starts to edit it and tries to check it back in.  For
this reason, this option is not a good way to take back
a bogus commit; commit a new revision undoing the bogus
change instead (see section [[#Merging-two-revisions|Merging differences between any two revisions]]).
</p>
</dd>
<dt> <code>-q</code></dt>
<dd><p>Run quietly; do not print diagnostics.
</p>
</dd>
<dt> <code>-s<var>state</var>[:<var>rev</var>]</code></dt>
<dd><p>Useful with <small>CVS</small>.  Set the state attribute of the
revision <var>rev</var> to <var>state</var>.  If <var>rev</var> is a
branch number, assume the latest revision on that
branch.  If <var>rev</var> is omitted, assume the latest
revision on the default branch.  Any identifier is
acceptable for <var>state</var>.  A useful set of states is
&lsquo;<samp>Exp</samp>&rsquo; (for experimental), &lsquo;<samp>Stab</samp>&rsquo; (for
stable), and &lsquo;<samp>Rel</samp>&rsquo; (for released).  By default,
the state of a new revision is set to &lsquo;<samp>Exp</samp>&rsquo; when
it is created.  The state is visible in the output from
<var>cvs log</var> (see section [[#log|log&mdash;Print out log information for files]]), and in the
&lsquo;<samp>$<i></i>Log$</samp>&rsquo; and &lsquo;<samp>$<i></i>State$</samp>&rsquo; keywords
(see section [[#Keyword-substitution|Keyword substitution]]).  Note that <small>CVS</small>
uses the <code>dead</code> state for its own purposes; to
take a file to or from the <code>dead</code> state use
commands like <code>cvs remove</code> and <code>cvs add</code>, not
<code>cvs admin -s</code>.
</p>
</dd>
<dt> <code>-t[<var>file</var>]</code></dt>
<dd><p>Useful with <small>CVS</small>.  Write descriptive text from the
contents of the named <var>file</var> into the RCS file,
deleting the existing text.  The <var>file</var> pathname
may not begin with &lsquo;<samp>-</samp>&rsquo;.  The descriptive text can be seen in the
output from &lsquo;<samp>cvs log</samp>&rsquo; (see section [[#log|log&mdash;Print out log information for files]]).
There can be no space between &lsquo;<samp>-t</samp>&rsquo; and its argument.
</p>
<p>If <var>file</var> is omitted,
obtain the text from standard input, terminated by
end-of-file or by a line containing &lsquo;<samp>.</samp>&rsquo; by itself.
Prompt for the text if interaction is possible; see
&lsquo;<samp>-I</samp>&rsquo;.
</p>
</dd>
<dt> <code>-t-<var>string</var></code></dt>
<dd><p>Similar to &lsquo;<samp>-t<var>file</var></samp>&rsquo;. Write descriptive text
from the <var>string</var> into the <small>RCS</small> file, deleting
the existing text.
There can be no space between &lsquo;<samp>-t</samp>&rsquo; and its argument.
</p>

</dd>
<dt> <code>-U</code></dt>
<dd><p>Set locking to non-strict.  Non-strict locking means
that the owner of a file need not lock a revision for
checkin.  For use with <small>CVS</small>, strict locking must be
set; see the discussion under the &lsquo;<samp>-l</samp>&rsquo; option
above.
</p>
</dd>
<dt> <code>-u[<var>rev</var>]</code></dt>
<dd><p>See the option &lsquo;<samp>-l</samp>&rsquo; above, for a discussion of
using this option with <small>CVS</small>.  Unlock the revision
with number <var>rev</var>.  If a branch is given, unlock
the latest revision on that branch.  If <var>rev</var> is
omitted, remove the latest lock held by the caller.
Normally, only the locker of a revision may unlock it;
somebody else unlocking a revision breaks the lock.
This causes the original locker to be sent a <code>commit</code>
notification (see section [[#Getting-Notified|Telling CVS to notify you]]).
There can be no space between &lsquo;<samp>-u</samp>&rsquo; and its argument.
</p>
</dd>
<dt> <code>-V<var>n</var></code></dt>
<dd><p>In previous versions of <small>CVS</small>, this option meant to
write an <small>RCS</small> file which would be acceptable to
<small>RCS</small> version <var>n</var>, but it is now obsolete and
specifying it will produce an error.
</p>
</dd>
<dt> <code>-x<var>suffixes</var></code></dt>
<dd><p>In previous versions of <small>CVS</small>, this was documented
as a way of specifying the names of the <small>RCS</small>
files.  However, <small>CVS</small> has always required that the
<small>RCS</small> files used by <small>CVS</small> end in &lsquo;<samp>,v</samp>&rsquo;, so
this option has never done anything useful.
</p>
</dd>
</dl>


<hr size="6">
<div id="checkout"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#admin-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#checkout-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="checkout_002d_002d_002dCheck-out-sources-for-editing"></div>
=== checkout&mdash;Check out sources for editing ===
<div id="index-checkout-_0028subcommand_0029"></div>
<div id="index-co-_0028subcommand_0029"></div>

<ul>
<li>
Synopsis: checkout [options] modules&hellip;
</li><li>
Requires: repository.
</li><li>
Changes: working directory.
</li><li>
Synonyms: co, get
</li></ul>

<p>Create or update a working directory containing copies of the
source files specified by <var>modules</var>.  You must execute
<code>checkout</code> before using most of the other <small>CVS</small>
commands, since most of them operate on your working
directory.
</p>
<p>The <var>modules</var> are either
symbolic names for some
collection of source directories and files, or paths to
directories or files in the repository.  The symbolic
names are defined in the &lsquo;<samp>modules</samp>&rsquo; file.
See section [[#modules|The modules file]].
</p>
<p>Depending on the modules you specify, <code>checkout</code> may
recursively create directories and populate them with
the appropriate source files.  You can then edit these
source files at any time (regardless of whether other
software developers are editing their own copies of the
sources); update them to include new changes applied by
others to the source repository; or commit your work as
a permanent change to the source repository.
</p>
<p>Note that <code>checkout</code> is used to create
directories.  The top-level directory created is always
added to the directory where <code>checkout</code> is
invoked, and usually has the same name as the specified
module.  In the case of a module alias, the created
sub-directory may have a different name, but you can be
sure that it will be a sub-directory, and that
<code>checkout</code> will show the relative path leading to
each file as it is extracted into your private work
area (unless you specify the &lsquo;<samp>-Q</samp>&rsquo; global option).
</p>
<p>The files created by <code>checkout</code> are created
read-write, unless the &lsquo;<samp>-r</samp>&rsquo; option to <small>CVS</small>
(see section [[#Global-options|Global options]]) is specified, the
<code>CVSREAD</code> environment variable is specified
(see section [[#Environment-variables|All environment variables which affect CVS]]), or a watch is in
effect for that file (see section [[#Watches|Mechanisms to track who is editing files]]).
</p>
<p>Note that running <code>checkout</code> on a directory that was already
built by a prior <code>checkout</code> is also permitted.
This is similar to specifying the &lsquo;<samp>-d</samp>&rsquo; option
to the <code>update</code> command in the sense that new
directories that have been created in the repository
will appear in your work area.
However, <code>checkout</code> takes a module name whereas
<code>update</code> takes a directory name.  Also
to use <code>checkout</code> this way it must be run from the
top level directory (where you originally ran
<code>checkout</code> from), so before you run
<code>checkout</code> to update an existing directory, don&rsquo;t
forget to change your directory to the top level
directory.
</p>
<p>For the output produced by the <code>checkout</code> command
see [[#update-output|update output]].
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#checkout-options| checkout options]]::<nowiki>            checkout options
</nowiki>&bull;[[#checkout-examples| checkout examples]]::<nowiki>           checkout examples
</nowiki></pre>
<hr size="6">
<div id="checkout-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#checkout| &lt; ]]|</td>
<td valign="middle" align="left">|[[#checkout-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#checkout| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="checkout-options-1"></div>
==== checkout options ====

<p>These standard options are supported by <code>checkout</code>
(see section [[#Common-options|Common command options]], for a complete description of
them):
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Use the most recent revision no later than <var>date</var>.
This option is sticky, and implies &lsquo;<samp>-P</samp>&rsquo;.  See
[[#Sticky-tags|Sticky tags]], for more information on sticky tags/dates.
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Only useful with the &lsquo;<samp>-D <var>date</var></samp>&rsquo; or &lsquo;<samp>-r
<var>tag</var></samp>&rsquo; flags.  If no matching revision is found,
retrieve the most recent revision (instead of ignoring
the file).
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Process keywords according to <var>kflag</var>.  See
[[#Keyword-substitution|Keyword substitution]].
This option is sticky; future updates of
this file in this working directory will use the same
<var>kflag</var>.  The <code>status</code> command can be viewed
to see the sticky options.  See [[#Invoking-CVS|Quick reference to CVS commands]], for
more information on the <code>status</code> command.
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not run any checkout program (as specified
with the &lsquo;<samp>-o</samp>&rsquo; option in the modules file;
see section [[#modules|The modules file]]).
</p>
</dd>
<dt> <code>-P</code></dt>
<dd><p>Prune empty directories.  See [[#Moving-directories|Moving and renaming directories]].
</p>
</dd>
<dt> <code>-p</code></dt>
<dd><p>Pipe files to the standard output.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Checkout directories recursively.  This option is on by default.
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Use revision <var>tag</var>.  This option is sticky, and implies &lsquo;<samp>-P</samp>&rsquo;.
See [[#Sticky-tags|Sticky tags]], for more information on sticky tags/dates.
</p></dd>
</dl>

<p>In addition to those, you can use these special command
options with <code>checkout</code>:
</p>
<dl compact="compact">
<dt> <code>-A</code></dt>
<dd><p>Reset any sticky tags, dates, or &lsquo;<samp>-k</samp>&rsquo; options.
See [[#Sticky-tags|Sticky tags]], for more information on sticky tags/dates.
</p>
</dd>
<dt> <code>-c</code></dt>
<dd><p>Copy the module file, sorted, to the standard output,
instead of creating or modifying any files or
directories in your working directory.
</p>
</dd>
<dt> <code>-d <var>dir</var></code></dt>
<dd><p>Create a directory called <var>dir</var> for the working
files, instead of using the module name.  In general,
using this flag is equivalent to using &lsquo;<samp>mkdir
<var>dir</var>; cd <var>dir</var></samp>&rsquo; followed by the checkout
command without the &lsquo;<samp>-d</samp>&rsquo; flag.
</p>
<p>There is an important exception, however.  It is very
convenient when checking out a single item to have the
output appear in a directory that doesn&rsquo;t contain empty
intermediate directories.  In this case <em>only</em>,
<small>CVS</small> tries to &ldquo;shorten&rdquo; pathnames to avoid those empty
directories.
</p>
<p>For example, given a module &lsquo;<samp>foo</samp>&rsquo; that contains
the file &lsquo;<samp>bar.c</samp>&rsquo;, the command &lsquo;<samp>cvs co -d dir
foo</samp>&rsquo; will create directory &lsquo;<samp>dir</samp>&rsquo; and place
&lsquo;<samp>bar.c</samp>&rsquo; inside.  Similarly, given a module
&lsquo;<samp>bar</samp>&rsquo; which has subdirectory &lsquo;<samp>baz</samp>&rsquo; wherein
there is a file &lsquo;<samp>quux.c</samp>&rsquo;, the command &lsquo;<samp>cvs co
-d dir bar/baz</samp>&rsquo; will create directory &lsquo;<samp>dir</samp>&rsquo; and
place &lsquo;<samp>quux.c</samp>&rsquo; inside.
</p>
<p>Using the &lsquo;<samp>-N</samp>&rsquo; flag will defeat this behavior.
Given the same module definitions above, &lsquo;<samp>cvs co
-N -d dir foo</samp>&rsquo; will create directories &lsquo;<samp>dir/foo</samp>&rsquo;
and place &lsquo;<samp>bar.c</samp>&rsquo; inside, while &lsquo;<samp>cvs co -N -d
dir bar/baz</samp>&rsquo; will create directories &lsquo;<samp>dir/bar/baz</samp>&rsquo;
and place &lsquo;<samp>quux.c</samp>&rsquo; inside.
</p>
</dd>
<dt> <code>-j <var>tag</var></code></dt>
<dd><p>With two &lsquo;<samp>-j</samp>&rsquo; options, merge changes from the
revision specified with the first &lsquo;<samp>-j</samp>&rsquo; option to
the revision specified with the second &lsquo;<samp>j</samp>&rsquo; option,
into the working directory.
</p>
<p>With one &lsquo;<samp>-j</samp>&rsquo; option, merge changes from the
ancestor revision to the revision specified with the
&lsquo;<samp>-j</samp>&rsquo; option, into the working directory.  The
ancestor revision is the common ancestor of the
revision which the working directory is based on, and
the revision specified in the &lsquo;<samp>-j</samp>&rsquo; option.
</p>
<p>In addition, each -j option can contain an optional
date specification which, when used with branches, can
limit the chosen revision to one within a specific
date.  An optional date is specified by adding a colon
(:) to the tag:
&lsquo;<samp>-j<var>Symbolic_Tag</var>:<var>Date_Specifier</var></samp>&rsquo;.
</p>
<p>See section [[#Branching-and-merging|Branching and merging]].
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Only useful together with &lsquo;<samp>-d <var>dir</var></samp>&rsquo;.  With
this option, <small>CVS</small> will not &ldquo;shorten&rdquo; module paths
in your working directory when you check out a single
module.  See the &lsquo;<samp>-d</samp>&rsquo; flag for examples and a
discussion.
</p>
</dd>
<dt> <code>-s</code></dt>
<dd><p>Like &lsquo;<samp>-c</samp>&rsquo;, but include the status of all modules,
and sort it by the status string.  See section [[#modules|The modules file]], for
info about the &lsquo;<samp>-s</samp>&rsquo; option that is used inside the
modules file to set the module status.
</p></dd>
</dl>

<hr size="6">
<div id="checkout-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#checkout-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#commit| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#checkout| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="checkout-examples-1"></div>
==== checkout examples ====

<p>Get a copy of the module &lsquo;<samp>tc</samp>&rsquo;:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout tc
</nowiki></pre></td></tr></table>

<p>Get a copy of the module &lsquo;<samp>tc</samp>&rsquo; as it looked one day
ago:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -D yesterday tc
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="commit"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#checkout-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="commit_002d_002d_002dCheck-files-into-the-repository"></div>
=== commit&mdash;Check files into the repository ===
<div id="index-commit-_0028subcommand_0029"></div>

<ul>
<li>
Synopsis: commit [-lnRf] [-m &rsquo;log_message&rsquo; |
-F file] [-r revision] [files&hellip;]
</li><li>
Requires: working directory, repository.
</li><li>
Changes: repository.
</li><li>
Synonym: ci
</li></ul>

<p>Use <code>commit</code> when you want to incorporate changes
from your working source files into the source
repository.
</p>
<p>If you don&rsquo;t specify particular files to commit, all of
the files in your working current directory are
examined.  <code>commit</code> is careful to change in the
repository only those files that you have really
changed.  By default (or if you explicitly specify the
&lsquo;<samp>-R</samp>&rsquo; option), files in subdirectories are also
examined and committed if they have changed; you can
use the &lsquo;<samp>-l</samp>&rsquo; option to limit <code>commit</code> to the
current directory only.
</p>
<p><code>commit</code> verifies that the selected files are up
to date with the current revisions in the source
repository; it will notify you, and exit without
committing, if any of the specified files must be made
current first with <code>update</code> (see section [[#update|update&mdash;Bring work tree in sync with repository]]).
<code>commit</code> does not call the <code>update</code> command
for you, but rather leaves that for you to do when the
time is right.
</p>
<p>When all is well, an editor is invoked to allow you to
enter a log message that will be written to one or more
logging programs (see section [[#modules|The modules file]], and see section [[#loginfo|Loginfo]])
and placed in the <small>RCS</small> file inside the
repository.  This log message can be retrieved with the
<code>log</code> command; see [[#log|log&mdash;Print out log information for files]].  You can specify the
log message on the command line with the &lsquo;<samp>-m
<var>message</var></samp>&rsquo; option, and thus avoid the editor invocation,
or use the &lsquo;<samp>-F <var>file</var></samp>&rsquo; option to specify
that the argument file contains the log message.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#commit-options| commit options]]::<nowiki>              commit options
</nowiki>&bull;[[#commit-examples| commit examples]]::<nowiki>             commit examples
</nowiki></pre>
<hr size="6">
<div id="commit-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#commit| &lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="commit-options-1"></div>
==== commit options ====

<p>These standard options are supported by <code>commit</code>
(see section [[#Common-options|Common command options]], for a complete description of
them):
</p>
<dl compact="compact">
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Commit directories recursively.  This is on by default.
</p>
</dd>
<dt> <code>-r <var>revision</var></code></dt>
<dd><p>Commit to <var>revision</var>.  <var>revision</var> must be
either a branch, or a revision on the main trunk that
is higher than any existing revision number
(see section [[#Assigning-revisions|Assigning revisions]]).  You
cannot commit to a specific revision on a branch.
</p></dd>
</dl>

<p><code>commit</code> also supports these options:
</p>
<dl compact="compact">
<dt> <code>-F <var>file</var></code></dt>
<dd><p>Read the log message from <var>file</var>, instead
of invoking an editor.
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Note that this is not the standard behavior of
the &lsquo;<samp>-f</samp>&rsquo; option as defined in [[#Common-options|Common command options]].
</p>
<p>Force <small>CVS</small> to commit a new revision even if you haven&rsquo;t
made any changes to the file.  If the current revision
of <var>file</var> is 1.7, then the following two commands
are equivalent:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs commit -f <var>file</var>
$ cvs commit -r 1.8 <var>file</var>
</nowiki></pre></td></tr></table>

<p>The &lsquo;<samp>-f</samp>&rsquo; option disables recursion (i.e., it
implies &lsquo;<samp>-l</samp>&rsquo;).  To force <small>CVS</small> to commit a new
revision for all files in all subdirectories, you must
use &lsquo;<samp>-f -R</samp>&rsquo;.
</p>
</dd>
<dt> <code>-m <var>message</var></code></dt>
<dd><p>Use <var>message</var> as the log message, instead of
invoking an editor.
</p></dd>
</dl>

<hr size="6">
<div id="commit-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#commit-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Committing-to-a-branch| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="commit-examples-1"></div>
==== commit examples ====


<hr size="6">
<div id="Committing-to-a-branch"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#commit-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Creating-the-branch-after-editing| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-examples| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
===== Committing to a branch =====

<p>You can commit to a branch revision (one that has an
even number of dots) with the &lsquo;<samp>-r</samp>&rsquo; option.  To
create a branch revision, use the &lsquo;<samp>-b</samp>&rsquo; option
of the <code>rtag</code> or <code>tag</code> commands
(see section [[#Branching-and-merging|Branching and merging]]).  Then, either <code>checkout</code> or
<code>update</code> can be used to base your sources on the
newly created branch.  From that point on, all
<code>commit</code> changes made within these working sources
will be automatically added to a branch revision,
thereby not disturbing main-line development in any
way.  For example, if you had to create a patch to the
1.2 version of the product, even though the 2.0 version
is already under development, you might do:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs rtag -b -r FCS1_2 FCS1_2_Patch product_module
$ cvs checkout -r FCS1_2_Patch product_module
$ cd product_module
[[ hack away ]]
$ cvs commit
</nowiki></pre></td></tr></table>

<p>This works automatically since the &lsquo;<samp>-r</samp>&rsquo; option is
sticky.
</p>
<hr size="6">
<div id="Creating-the-branch-after-editing"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Committing-to-a-branch| &lt; ]]|</td>
<td valign="middle" align="left">|[[#diff| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-examples| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
===== Creating the branch after editing =====

<p>Say you have been working on some extremely
experimental software, based on whatever revision you
happened to checkout last week.  If others in your
group would like to work on this software with you, but
without disturbing main-line development, you could
commit your change to a new branch.  Others can then
checkout your experimental stuff and utilize the full
benefit of <small>CVS</small> conflict resolution.  The scenario might
look like:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>[[ hacked sources are present ]]
$ cvs tag -b EXPR1
$ cvs update -r EXPR1
$ cvs commit
</nowiki></pre></td></tr></table>

<p>The <code>update</code> command will make the &lsquo;<samp>-r
EXPR1</samp>&rsquo; option sticky on all files.  Note that your
changes to the files will never be removed by the
<code>update</code> command.  The <code>commit</code> will
automatically commit to the correct branch, because the
&lsquo;<samp>-r</samp>&rsquo; is sticky.  You could also do like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>[[ hacked sources are present ]]
$ cvs tag -b EXPR1
$ cvs commit -r EXPR1
</nowiki></pre></td></tr></table>

<p>but then, only those files that were changed by you
will have the &lsquo;<samp>-r EXPR1</samp>&rsquo; sticky flag.  If you hack
away, and commit without specifying the &lsquo;<samp>-r EXPR1</samp>&rsquo;
flag, some files may accidentally end up on the main
trunk.
</p>
<p>To work with you on the experimental change, others
would simply do
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs checkout -r EXPR1 whatever_module
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="diff"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Creating-the-branch-after-editing| &lt; ]]|</td>
<td valign="middle" align="left">|[[#diff-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="diff_002d_002d_002dShow-differences-between-revisions"></div>
=== diff&mdash;Show differences between revisions ===
<div id="index-diff-_0028subcommand_0029"></div>

<ul>
<li>
Synopsis: diff [-lR] [-k kflag] [format_options] [[-r rev1 | -D date1] [-r rev2 |  -D date2]] [files&hellip;]
</li><li>
Requires: working directory, repository.
</li><li>
Changes: nothing.
</li></ul>

<p>The <code>diff</code> command is used to compare different
revisions of files.  The default action is to compare
your working files with the revisions they were based
on, and report any differences that are found.
</p>
<p>If any file names are given, only those files are
compared.  If any directories are given, all files
under them will be compared.
</p>
<p>The exit status for diff is different than for other
<small>CVS</small> commands; for details [[#Exit-status|CVS&rsquo;s exit status]].
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#diff-options| diff options]]::<nowiki>                diff options
</nowiki>&bull;[[#diff-examples| diff examples]]::<nowiki>               diff examples
</nowiki></pre>
<hr size="6">
<div id="diff-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#diff| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Line-group-formats| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#diff| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="diff-options-1"></div>
==== diff options ====

<p>These standard options are supported by <code>diff</code>
(see section [[#Common-options|Common command options]], for a complete description of
them):
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Use the most recent revision no later than <var>date</var>.
See &lsquo;<samp>-r</samp>&rsquo; for how this affects the comparison.
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Process keywords according to <var>kflag</var>.  See
[[#Keyword-substitution|Keyword substitution]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Examine directories recursively.  This option is on by
default.
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Compare with revision <var>tag</var>.  Zero, one or two
&lsquo;<samp>-r</samp>&rsquo; options can be present.  With no &lsquo;<samp>-r</samp>&rsquo;
option, the working file will be compared with the
revision it was based on.  With one &lsquo;<samp>-r</samp>&rsquo;, that
revision will be compared to your current working file.
With two &lsquo;<samp>-r</samp>&rsquo; options those two revisions will be
compared (and your working file will not affect the
outcome in any way).
</p>
<p>One or both &lsquo;<samp>-r</samp>&rsquo; options can be replaced by a
&lsquo;<samp>-D <var>date</var></samp>&rsquo; option, described above.
</p></dd>
</dl>

<p>The following options specify the format of the
output.  They have the same meaning as in GNU diff.
Most options have two equivalent names, one of which is a single letter
preceded by &lsquo;<samp>-</samp>&rsquo;, and the other of which is a long name preceded by
&lsquo;<samp>--</samp>&rsquo;.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>-<var>lines</var></samp>&rsquo;</dt>
<dd><p>Show <var>lines</var> (an integer) lines of context.  This option does not
specify an output format by itself; it has no effect unless it is
combined with &lsquo;<samp>-c</samp>&rsquo; or &lsquo;<samp>-u</samp>&rsquo;.  This option is obsolete.  For proper
operation, <code>patch</code> typically needs at least two lines of context.
</p>
</dd>
<dt> &lsquo;<samp>-a</samp>&rsquo;</dt>
<dd><p>Treat all files as text and compare them line-by-line, even if they
do not seem to be text.
</p>
</dd>
<dt> &lsquo;<samp>-b</samp>&rsquo;</dt>
<dd><p>Ignore trailing white space and consider all other sequences of one or
more white space characters to be equivalent.
</p>
</dd>
<dt> &lsquo;<samp>-B</samp>&rsquo;</dt>
<dd><p>Ignore changes that just insert or delete blank lines.
</p>
</dd>
<dt> &lsquo;<samp>--binary</samp>&rsquo;</dt>
<dd><p>Read and write data in binary mode.
</p>
</dd>
<dt> &lsquo;<samp>--brief</samp>&rsquo;</dt>
<dd><p>Report only whether the files differ, not the details of the
differences.
</p>
</dd>
<dt> &lsquo;<samp>-c</samp>&rsquo;</dt>
<dd><p>Use the context output format.
</p>
</dd>
<dt> &lsquo;<samp>-C <var>lines</var></samp>&rsquo;</dt>
<dt> &lsquo;<samp>--context<span class="roman">[</span>=<var>lines</var><span class="roman">]</span></samp>&rsquo;</dt>
<dd><p>Use the context output format, showing <var>lines</var> (an integer) lines of
context, or three if <var>lines</var> is not given.
For proper operation, <code>patch</code> typically needs at least two lines of
context.
</p>
</dd>
<dt> &lsquo;<samp>--changed-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a line group containing differing lines from
both files in if-then-else format.  See section [[#Line-group-formats|Line group formats]].
</p>
</dd>
<dt> &lsquo;<samp>-d</samp>&rsquo;</dt>
<dd><p>Change the algorithm to perhaps find a smaller set of changes.  This makes
<code>diff</code> slower (sometimes much slower).
</p>
</dd>
<dt> &lsquo;<samp>-e</samp>&rsquo;</dt>
<dt> &lsquo;<samp>--ed</samp>&rsquo;</dt>
<dd><p>Make output that is a valid <code>ed</code> script.
</p>
</dd>
<dt> &lsquo;<samp>--expand-tabs</samp>&rsquo;</dt>
<dd><p>Expand tabs to spaces in the output, to preserve the alignment of tabs
in the input files.
</p>
</dd>
<dt> &lsquo;<samp>-f</samp>&rsquo;</dt>
<dd><p>Make output that looks vaguely like an <code>ed</code> script but has changes
in the order they appear in the file.
</p>
</dd>
<dt> &lsquo;<samp>-F <var>regexp</var></samp>&rsquo;</dt>
<dd><p>In context and unified format, for each hunk of differences, show some
of the last preceding line that matches <var>regexp</var>.
</p>
</dd>
<dt> &lsquo;<samp>--forward-ed</samp>&rsquo;</dt>
<dd><p>Make output that looks vaguely like an <code>ed</code> script but has changes
in the order they appear in the file.
</p>
</dd>
<dt> &lsquo;<samp>-H</samp>&rsquo;</dt>
<dd><p>Use heuristics to speed handling of large files that have numerous
scattered small changes.
</p>
</dd>
<dt> &lsquo;<samp>--horizon-lines=<var>lines</var></samp>&rsquo;</dt>
<dd><p>Do not discard the last <var>lines</var> lines of the common prefix
and the first <var>lines</var> lines of the common suffix.
</p>
</dd>
<dt> &lsquo;<samp>-i</samp>&rsquo;</dt>
<dd><p>Ignore changes in case; consider upper- and lower-case letters
equivalent.
</p>
</dd>
<dt> &lsquo;<samp>-I <var>regexp</var></samp>&rsquo;</dt>
<dd><p>Ignore changes that just insert or delete lines that match <var>regexp</var>.
</p>
</dd>
<dt> &lsquo;<samp>--ifdef=<var>name</var></samp>&rsquo;</dt>
<dd><p>Make merged if-then-else output using <var>name</var>.
</p>
</dd>
<dt> &lsquo;<samp>--ignore-all-space</samp>&rsquo;</dt>
<dd><p>Ignore white space when comparing lines.
</p>
</dd>
<dt> &lsquo;<samp>--ignore-blank-lines</samp>&rsquo;</dt>
<dd><p>Ignore changes that just insert or delete blank lines.
</p>
</dd>
<dt> &lsquo;<samp>--ignore-case</samp>&rsquo;</dt>
<dd><p>Ignore changes in case; consider upper- and lower-case to be the same.
</p>
</dd>
<dt> &lsquo;<samp>--ignore-matching-lines=<var>regexp</var></samp>&rsquo;</dt>
<dd><p>Ignore changes that just insert or delete lines that match <var>regexp</var>.
</p>
</dd>
<dt> &lsquo;<samp>--ignore-space-change</samp>&rsquo;</dt>
<dd><p>Ignore trailing white space and consider all other sequences of one or
more white space characters to be equivalent.
</p>
</dd>
<dt> &lsquo;<samp>--initial-tab</samp>&rsquo;</dt>
<dd><p>Output a tab rather than a space before the text of a line in normal or
context format.  This causes the alignment of tabs in the line to look
normal.
</p>
</dd>
<dt> &lsquo;<samp>-L <var>label</var></samp>&rsquo;</dt>
<dd><p>Use <var>label</var> instead of the file name in the context format
and unified format headers.
</p>
</dd>
<dt> &lsquo;<samp>--label=<var>label</var></samp>&rsquo;</dt>
<dd><p>Use <var>label</var> instead of the file name in the context format
and unified format headers.
</p>
</dd>
<dt> &lsquo;<samp>--left-column</samp>&rsquo;</dt>
<dd><p>Print only the left column of two common lines in side by side format.
</p>
</dd>
<dt> &lsquo;<samp>--line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output all input lines in if-then-else format.
See section [[#Line-formats|Line formats]].
</p>
</dd>
<dt> &lsquo;<samp>--minimal</samp>&rsquo;</dt>
<dd><p>Change the algorithm to perhaps find a smaller set of changes.  This
makes <code>diff</code> slower (sometimes much slower).
</p>
</dd>
<dt> &lsquo;<samp>-n</samp>&rsquo;</dt>
<dd><p>Output RCS-format diffs; like &lsquo;<samp>-f</samp>&rsquo; except that each command
specifies the number of lines affected.
</p>
</dd>
<dt> &lsquo;<samp>-N</samp>&rsquo;</dt>
<dt> &lsquo;<samp>--new-file</samp>&rsquo;</dt>
<dd><p>In directory comparison, if a file is found in only one directory,
treat it as present but empty in the other directory.
</p>
</dd>
<dt> &lsquo;<samp>--new-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a group of lines taken from just the second
file in if-then-else format.  See section [[#Line-group-formats|Line group formats]].
</p>
</dd>
<dt> &lsquo;<samp>--new-line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a line taken from just the second file in
if-then-else format.  See section [[#Line-formats|Line formats]].
</p>
</dd>
<dt> &lsquo;<samp>--old-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a group of lines taken from just the first
file in if-then-else format.  See section [[#Line-group-formats|Line group formats]].
</p>
</dd>
<dt> &lsquo;<samp>--old-line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a line taken from just the first file in
if-then-else format.  See section [[#Line-formats|Line formats]].
</p>
</dd>
<dt> &lsquo;<samp>-p</samp>&rsquo;</dt>
<dd><p>Show which C function each change is in.
</p>
</dd>
<dt> &lsquo;<samp>--rcs</samp>&rsquo;</dt>
<dd><p>Output RCS-format diffs; like &lsquo;<samp>-f</samp>&rsquo; except that each command
specifies the number of lines affected.
</p>
</dd>
<dt> &lsquo;<samp>--report-identical-files</samp>&rsquo;</dt>
<dt> &lsquo;<samp>-s</samp>&rsquo;</dt>
<dd><p>Report when two files are the same.
</p>
</dd>
<dt> &lsquo;<samp>--show-c-function</samp>&rsquo;</dt>
<dd><p>Show which C function each change is in.
</p>
</dd>
<dt> &lsquo;<samp>--show-function-line=<var>regexp</var></samp>&rsquo;</dt>
<dd><p>In context and unified format, for each hunk of differences, show some
of the last preceding line that matches <var>regexp</var>.
</p>
</dd>
<dt> &lsquo;<samp>--side-by-side</samp>&rsquo;</dt>
<dd><p>Use the side by side output format.
</p>
</dd>
<dt> &lsquo;<samp>--speed-large-files</samp>&rsquo;</dt>
<dd><p>Use heuristics to speed handling of large files that have numerous
scattered small changes.
</p>
</dd>
<dt> &lsquo;<samp>--suppress-common-lines</samp>&rsquo;</dt>
<dd><p>Do not print common lines in side by side format.
</p>
</dd>
<dt> &lsquo;<samp>-t</samp>&rsquo;</dt>
<dd><p>Expand tabs to spaces in the output, to preserve the alignment of tabs
in the input files.
</p>
</dd>
<dt> &lsquo;<samp>-T</samp>&rsquo;</dt>
<dd><p>Output a tab rather than a space before the text of a line in normal or
context format.  This causes the alignment of tabs in the line to look
normal.
</p>
</dd>
<dt> &lsquo;<samp>--text</samp>&rsquo;</dt>
<dd><p>Treat all files as text and compare them line-by-line, even if they
do not appear to be text.
</p>
</dd>
<dt> &lsquo;<samp>-u</samp>&rsquo;</dt>
<dd><p>Use the unified output format.
</p>
</dd>
<dt> &lsquo;<samp>--unchanged-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a group of common lines taken from both files
in if-then-else format.  See section [[#Line-group-formats|Line group formats]].
</p>
</dd>
<dt> &lsquo;<samp>--unchanged-line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>Use <var>format</var> to output a line common to both files in if-then-else
format.  See section [[#Line-formats|Line formats]].
</p>
</dd>
<dt> &lsquo;<samp>-U <var>lines</var></samp>&rsquo;</dt>
<dt> &lsquo;<samp>--unified<span class="roman">[</span>=<var>lines</var><span class="roman">]</span></samp>&rsquo;</dt>
<dd><p>Use the unified output format, showing <var>lines</var> (an integer) lines of
context, or three if <var>lines</var> is not given.
For proper operation, <code>patch</code> typically needs at least two lines of
context.
</p>
</dd>
<dt> &lsquo;<samp>-w</samp>&rsquo;</dt>
<dd><p>Ignore white space when comparing lines.
</p>
</dd>
<dt> &lsquo;<samp>-W <var>columns</var></samp>&rsquo;</dt>
<dt> &lsquo;<samp>--width=<var>columns</var></samp>&rsquo;</dt>
<dd><p>Use an output width of <var>columns</var> in side by side format.
</p>
</dd>
<dt> &lsquo;<samp>-y</samp>&rsquo;</dt>
<dd><p>Use the side by side output format.
</p></dd>
</dl>

<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Line-group-formats| Line group formats]]::<nowiki>          Line group formats
</nowiki>&bull;[[#Line-formats| Line formats]]::<nowiki>                Line formats
</nowiki></pre>
<hr size="6">
<div id="Line-group-formats"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#diff-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Line-formats| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#diff-options| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Line-group-formats-1"></div>
===== Line group formats =====

<p>Line group formats let you specify formats suitable for many
applications that allow if-then-else input, including programming
languages and text formatting languages.  A line group format specifies
the output format for a contiguous group of similar lines.
</p>
<p>For example, the following command compares the TeX file &lsquo;<tt>myfile</tt>&rsquo;
with the original version from the repository,
and outputs a merged file in which old regions are
surrounded by &lsquo;<samp>\begin{em}</samp>&rsquo;-&lsquo;<samp>\end{em}</samp>&rsquo; lines, and new
regions are surrounded by &lsquo;<samp>\begin{bf}</samp>&rsquo;-&lsquo;<samp>\end{bf}</samp>&rsquo; lines.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs diff \
   --old-group-format='\begin{em}
%&lt;\end{em}
' \
   --new-group-format='\begin{bf}
%&gt;\end{bf}
' \
   myfile
</nowiki></pre></td></tr></table>

<p>The following command is equivalent to the above example, but it is a
little more verbose, because it spells out the default line group formats.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs diff \
   --old-group-format='\begin{em}
%&lt;\end{em}
' \
   --new-group-format='\begin{bf}
%&gt;\end{bf}
' \
   --unchanged-group-format='%=' \
   --changed-group-format='\begin{em}
%&lt;\end{em}
\begin{bf}
%&gt;\end{bf}
' \
   myfile
</nowiki></pre></td></tr></table>

<p>Here is a more advanced example, which outputs a diff listing with
headers containing line numbers in a &ldquo;plain English&rdquo; style.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs diff \
   --unchanged-group-format='' \
   --old-group-format='-------- %dn line%(n=1?:s) deleted at %df:
%&lt;' \
   --new-group-format='-------- %dN line%(N=1?:s) added after %de:
%&gt;' \
   --changed-group-format='-------- %dn line%(n=1?:s) changed at %df:
%&lt;-------- to:
%&gt;' \
   myfile
</nowiki></pre></td></tr></table>

<p>To specify a line group format, use one of the options
listed below.  You can specify up to four line group formats, one for
each kind of line group.  You should quote <var>format</var>, because it
typically contains shell metacharacters.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>--old-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>These line groups are hunks containing only lines from the first file.
The default old group format is the same as the changed group format if
it is specified; otherwise it is a format that outputs the line group as-is.
</p>
</dd>
<dt> &lsquo;<samp>--new-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>These line groups are hunks containing only lines from the second
file.  The default new group format is same as the changed group
format if it is specified; otherwise it is a format that outputs the
line group as-is.
</p>
</dd>
<dt> &lsquo;<samp>--changed-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>These line groups are hunks containing lines from both files.  The
default changed group format is the concatenation of the old and new
group formats.
</p>
</dd>
<dt> &lsquo;<samp>--unchanged-group-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>These line groups contain lines common to both files.  The default
unchanged group format is a format that outputs the line group as-is.
</p></dd>
</dl>

<p>In a line group format, ordinary characters represent themselves;
conversion specifications start with &lsquo;<samp>%</samp>&rsquo; and have one of the
following forms.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>%&lt;</samp>&rsquo;</dt>
<dd><p>stands for the lines from the first file, including the trailing newline.
Each line is formatted according to the old line format (see section [[#Line-formats|Line formats]]).
</p>
</dd>
<dt> &lsquo;<samp>%&gt;</samp>&rsquo;</dt>
<dd><p>stands for the lines from the second file, including the trailing newline.
Each line is formatted according to the new line format.
</p>
</dd>
<dt> &lsquo;<samp>%=</samp>&rsquo;</dt>
<dd><p>stands for the lines common to both files, including the trailing newline.
Each line is formatted according to the unchanged line format.
</p>
</dd>
<dt> &lsquo;<samp>%%</samp>&rsquo;</dt>
<dd><p>stands for &lsquo;<samp>%</samp>&rsquo;.
</p>
</dd>
<dt> &lsquo;<samp>%c'<var>C</var>'</samp>&rsquo;</dt>
<dd><p>where <var>C</var> is a single character, stands for <var>C</var>.
<var>C</var> may not be a backslash or an apostrophe.
For example, &lsquo;<samp>%c':'</samp>&rsquo; stands for a colon, even inside
the then-part of an if-then-else format, which a colon would
normally terminate.
</p>
</dd>
<dt> &lsquo;<samp>%c'\<var>O</var>'</samp>&rsquo;</dt>
<dd><p>where <var>O</var> is a string of 1, 2, or 3 octal digits,
stands for the character with octal code <var>O</var>.
For example, &lsquo;<samp>%c'\0'</samp>&rsquo; stands for a null character.
</p>
</dd>
<dt> &lsquo;<samp><var>F</var><var>n</var></samp>&rsquo;</dt>
<dd><p>where <var>F</var> is a <code>printf</code> conversion specification and <var>n</var> is one
of the following letters, stands for <var>n</var>&rsquo;s value formatted with <var>F</var>.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>e</samp>&rsquo;</dt>
<dd><p>The line number of the line just before the group in the old file.
</p>
</dd>
<dt> &lsquo;<samp>f</samp>&rsquo;</dt>
<dd><p>The line number of the first line in the group in the old file;
equals <var>e</var> + 1.
</p>
</dd>
<dt> &lsquo;<samp>l</samp>&rsquo;</dt>
<dd><p>The line number of the last line in the group in the old file.
</p>
</dd>
<dt> &lsquo;<samp>m</samp>&rsquo;</dt>
<dd><p>The line number of the line just after the group in the old file;
equals <var>l</var> + 1.
</p>
</dd>
<dt> &lsquo;<samp>n</samp>&rsquo;</dt>
<dd><p>The number of lines in the group in the old file; equals <var>l</var> - <var>f</var> + 1.
</p>
</dd>
<dt> &lsquo;<samp>E, F, L, M, N</samp>&rsquo;</dt>
<dd><p>Likewise, for lines in the new file.
</p>
</dd>
</dl>

<p>The <code>printf</code> conversion specification can be &lsquo;<samp>%d</samp>&rsquo;,
&lsquo;<samp>%o</samp>&rsquo;, &lsquo;<samp>%x</samp>&rsquo;, or &lsquo;<samp>%X</samp>&rsquo;, specifying decimal, octal,
lower case hexadecimal, or upper case hexadecimal output
respectively.  After the &lsquo;<samp>%</samp>&rsquo; the following options can appear in
sequence: a &lsquo;<samp>-</samp>&rsquo; specifying left-justification; an integer
specifying the minimum field width; and a period followed by an
optional integer specifying the minimum number of digits.
For example, &lsquo;<samp>%5dN</samp>&rsquo; prints the number of new lines in the group
in a field of width 5 characters, using the <code>printf</code> format <code>&quot;%5d&quot;</code>.
</p>
</dd>
<dt> &lsquo;<samp>(<var>A</var>=<var>B</var>?<var>T</var>:<var>E</var>)</samp>&rsquo;</dt>
<dd><p>If <var>A</var> equals <var>B</var> then <var>T</var> else <var>E</var>.
<var>A</var> and <var>B</var> are each either a decimal constant
or a single letter interpreted as above.
This format spec is equivalent to <var>T</var> if
<var>A</var>&rsquo;s value equals <var>B</var>&rsquo;s; otherwise it is equivalent to <var>E</var>.
</p>
<p>For example, &lsquo;<samp>%(N=0?no:%dN) line%(N=1?:s)</samp>&rsquo; is equivalent to
&lsquo;<samp>no lines</samp>&rsquo; if <var>N</var> (the number of lines in the group in the
new file) is 0, to &lsquo;<samp>1 line</samp>&rsquo; if <var>N</var> is 1, and to &lsquo;<samp>%dN lines</samp>&rsquo;
otherwise.
</p></dd>
</dl>

<hr size="6">
<div id="Line-formats"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Line-group-formats| &lt; ]]|</td>
<td valign="middle" align="left">|[[#diff-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#diff-options| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Line-formats-1"></div>
===== Line formats =====

<p>Line formats control how each line taken from an input file is
output as part of a line group in if-then-else format.
</p>
<p>For example, the following command outputs text with a one-column
change indicator to the left of the text.  The first column of output
is &lsquo;<samp>-</samp>&rsquo; for deleted lines, &lsquo;<samp>|</samp>&rsquo; for added lines, and a space
for unchanged lines.  The formats contain newline characters where
newlines are desired on output.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs diff \
   --old-line-format='-%l
' \
   --new-line-format='|%l
' \
   --unchanged-line-format=' %l
' \
   myfile
</nowiki></pre></td></tr></table>

<p>To specify a line format, use one of the following options.  You should
quote <var>format</var>, since it often contains shell metacharacters.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>--old-line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>formats lines just from the first file.
</p>
</dd>
<dt> &lsquo;<samp>--new-line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>formats lines just from the second file.
</p>
</dd>
<dt> &lsquo;<samp>--unchanged-line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>formats lines common to both files.
</p>
</dd>
<dt> &lsquo;<samp>--line-format=<var>format</var></samp>&rsquo;</dt>
<dd><p>formats all lines; in effect, it sets all three above options simultaneously.
</p></dd>
</dl>

<p>In a line format, ordinary characters represent themselves;
conversion specifications start with &lsquo;<samp>%</samp>&rsquo; and have one of the
following forms.
</p>
<dl compact="compact">
<dt> &lsquo;<samp>%l</samp>&rsquo;</dt>
<dd><p>stands for the contents of the line, not counting its trailing
newline (if any).  This format ignores whether the line is incomplete.
</p>
</dd>
<dt> &lsquo;<samp>%L</samp>&rsquo;</dt>
<dd><p>stands for the contents of the line, including its trailing newline
(if any).  If a line is incomplete, this format preserves its
incompleteness.
</p>
</dd>
<dt> &lsquo;<samp>%%</samp>&rsquo;</dt>
<dd><p>stands for &lsquo;<samp>%</samp>&rsquo;.
</p>
</dd>
<dt> &lsquo;<samp>%c'<var>C</var>'</samp>&rsquo;</dt>
<dd><p>where <var>C</var> is a single character, stands for <var>C</var>.
<var>C</var> may not be a backslash or an apostrophe.
For example, &lsquo;<samp>%c':'</samp>&rsquo; stands for a colon.
</p>
</dd>
<dt> &lsquo;<samp>%c'\<var>O</var>'</samp>&rsquo;</dt>
<dd><p>where <var>O</var> is a string of 1, 2, or 3 octal digits,
stands for the character with octal code <var>O</var>.
For example, &lsquo;<samp>%c'\0'</samp>&rsquo; stands for a null character.
</p>
</dd>
<dt> &lsquo;<samp><var>F</var>n</samp>&rsquo;</dt>
<dd><p>where <var>F</var> is a <code>printf</code> conversion specification,
stands for the line number formatted with <var>F</var>.
For example, &lsquo;<samp>%.5dn</samp>&rsquo; prints the line number using the
<code>printf</code> format <code>&quot;%.5d&quot;</code>.  See section [[#Line-group-formats|Line group formats]], for
more about printf conversion specifications.
</p>
</dd>
</dl>

<p>The default line format is &lsquo;<samp>%l</samp>&rsquo; followed by a newline character.
</p>
<p>If the input contains tab characters and it is important that they line
up on output, you should ensure that &lsquo;<samp>%l</samp>&rsquo; or &lsquo;<samp>%L</samp>&rsquo; in a line
format is just after a tab stop (e.g. by preceding &lsquo;<samp>%l</samp>&rsquo; or
&lsquo;<samp>%L</samp>&rsquo; with a tab character), or you should use the &lsquo;<samp>-t</samp>&rsquo; or
&lsquo;<samp>--expand-tabs</samp>&rsquo; option.
</p>
<p>Taken together, the line and line group formats let you specify many
different formats.  For example, the following command uses a format
similar to <code>diff</code>&rsquo;s normal format.  You can tailor this command
to get fine control over <code>diff</code>&rsquo;s output.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs diff \
   --old-line-format='&lt; %l
' \
   --new-line-format='&gt; %l
' \
   --old-group-format='%df%(f=l?:,%dl)d%dE
%&lt;' \
   --new-group-format='%dea%dF%(F=L?:,%dL)
%&gt;' \
   --changed-group-format='%df%(f=l?:,%dl)c%dF%(F=L?:,%dL)
%&lt;---
%&gt;' \
   --unchanged-group-format='' \
   myfile
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="diff-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Line-formats| &lt; ]]|</td>
<td valign="middle" align="left">|[[#export| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#diff| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="diff-examples-1"></div>
==== diff examples ====

<p>The following line produces a Unidiff (&lsquo;<samp>-u</samp>&rsquo; flag)
between revision 1.14 and 1.19 of
&lsquo;<tt>backend.c</tt>&rsquo;.  Due to the &lsquo;<samp>-kk</samp>&rsquo; flag no
keywords are substituted, so differences that only depend
on keyword substitution are ignored.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs diff -kk -u -r 1.14 -r 1.19 backend.c
</nowiki></pre></td></tr></table>

<p>Suppose the experimental branch EXPR1 was based on a
set of files tagged RELEASE_1_0.  To see what has
happened on that branch, the following can be used:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs diff -r RELEASE_1_0 -r EXPR1
</nowiki></pre></td></tr></table>

<p>A command like this can be used to produce a context
diff between two releases:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs diff -c -r RELEASE_1_0 -r RELEASE_1_1 &gt; diffs
</nowiki></pre></td></tr></table>

<p>If you are maintaining ChangeLogs, a command like the following
just before you commit your changes may help you write
the ChangeLog entry.  All local modifications that have
not yet been committed will be printed.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs diff -u | less
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="export"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#diff-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#export-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="export_002d_002d_002dExport-sources-from-CVS_002c-similar-to-checkout"></div>
=== export&mdash;Export sources from CVS, similar to checkout ===
<div id="index-export-_0028subcommand_0029"></div>

<ul>
<li>
Synopsis: export [-flNnR] [-r rev|-D date] [-k subst] [-d dir] module&hellip;
</li><li>
Requires: repository.
</li><li>
Changes: current directory.
</li></ul>

<p>This command is a variant of <code>checkout</code>; use it
when you want a copy of the source for module without
the <small>CVS</small> administrative directories.  For example, you
might use <code>export</code> to prepare source for shipment
off-site.  This command requires that you specify a
date or tag (with &lsquo;<samp>-D</samp>&rsquo; or &lsquo;<samp>-r</samp>&rsquo;), so that you
can count on reproducing the source you ship to others
(and thus it always prunes empty directories).
</p>
<p>One often would like to use &lsquo;<samp>-kv</samp>&rsquo; with <code>cvs
export</code>.  This causes any keywords to be
expanded such that an import done at some other site
will not lose the keyword revision information.  But be
aware that doesn&rsquo;t handle an export containing binary
files correctly.  Also be aware that after having used
&lsquo;<samp>-kv</samp>&rsquo;, one can no longer use the <code>ident</code>
command (which is part of the <small>RCS</small> suite&mdash;see
ident(1)) which looks for keyword strings.  If
you want to be able to use <code>ident</code> you must not
use &lsquo;<samp>-kv</samp>&rsquo;.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#export-options| export options]]::<nowiki>              export options
</nowiki></pre>
<hr size="6">
<div id="export-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#export| &lt; ]]|</td>
<td valign="middle" align="left">|[[#history| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#export| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="export-options-1"></div>
==== export options ====

<p>These standard options are supported by <code>export</code>
(see section [[#Common-options|Common command options]], for a complete description of
them):
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Use the most recent revision no later than <var>date</var>.
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>If no matching revision is found, retrieve the most
recent revision (instead of ignoring the file).
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not run any checkout program.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Export directories recursively.  This is on by default.
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Use revision <var>tag</var>.
</p></dd>
</dl>

<p>In addition, these options (that are common to
<code>checkout</code> and <code>export</code>) are also supported:
</p>
<dl compact="compact">
<dt> <code>-d <var>dir</var></code></dt>
<dd><p>Create a directory called <var>dir</var> for the working
files, instead of using the module name.
See section [[#checkout-options|checkout options]], for complete details on how
<small>CVS</small> handles this flag.
</p>
</dd>
<dt> <code>-k <var>subst</var></code></dt>
<dd><p>Set keyword expansion mode (see section [[#Substitution-modes|Substitution modes]]).
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Only useful together with &lsquo;<samp>-d <var>dir</var></samp>&rsquo;.
See section [[#checkout-options|checkout options]], for complete details on how
<small>CVS</small> handles this flag.
</p></dd>
</dl>


<hr size="6">
<div id="history"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#export-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#history-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="history_002d_002d_002dShow-status-of-files-and-users"></div>
=== history&mdash;Show status of files and users ===
<div id="index-history-_0028subcommand_0029"></div>

<ul>
<li>
Synopsis:     history [-report] [-flags] [-options args] [files&hellip;]
</li><li>
Requires: the file &lsquo;<tt>$CVSROOT/CVSROOT/history</tt>&rsquo;
</li><li>
Changes: nothing.
</li></ul>

<p><small>CVS</small> can keep a history file that tracks each use of the
<code>checkout</code>, <code>commit</code>, <code>rtag</code>,
<code>update</code>, and <code>release</code> commands.  You can
use <code>history</code> to display this information in
various formats.
</p>
<p>Logging must be enabled by creating the file
&lsquo;<tt>$CVSROOT/CVSROOT/history</tt>&rsquo;.
</p>
<p><strong>Note: <code>history</code> uses &lsquo;<samp>-f</samp>&rsquo;, &lsquo;<samp>-l</samp>&rsquo;,
&lsquo;<samp>-n</samp>&rsquo;, and &lsquo;<samp>-p</samp>&rsquo; in ways that conflict with the
normal use inside <small>CVS</small> (see section [[#Common-options|Common command options]]).</strong>
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#history-options| history options]]::<nowiki>             history options
</nowiki></pre>
<hr size="6">
<div id="history-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#history| &lt; ]]|</td>
<td valign="middle" align="left">|[[#import| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#history| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="history-options-1"></div>
==== history options ====

<p>Several options (shown above as &lsquo;<samp>-report</samp>&rsquo;)  control  what
kind of report is generated:
</p>
<dl compact="compact">
<dt> <code>-c</code></dt>
<dd><p>Report on each time commit was used (i.e., each time
the repository was modified).
</p>
</dd>
<dt> <code>-e</code></dt>
<dd><p>Everything (all record types).  Equivalent to
specifying &lsquo;<samp>-x</samp>&rsquo; with all record types.  Of course,
&lsquo;<samp>-e</samp>&rsquo; will also include record types which are
added in a future version of <small>CVS</small>; if you are
writing a script which can only handle certain record
types, you&rsquo;ll want to specify &lsquo;<samp>-x</samp>&rsquo;.
</p>
</dd>
<dt> <code>-m <var>module</var></code></dt>
<dd><p>Report on a particular module.  (You can meaningfully
use &lsquo;<samp>-m</samp>&rsquo; more than once on the command line.)
</p>
</dd>
<dt> <code>-o</code></dt>
<dd><p>Report on checked-out modules.  This is the default report type.
</p>
</dd>
<dt> <code>-T</code></dt>
<dd><p>Report on all tags.
</p>
</dd>
<dt> <code>-x <var>type</var></code></dt>
<dd><p>Extract a particular set of record types <var>type</var> from the <small>CVS</small>
history.  The types are indicated by single letters,
which you may specify in combination.
</p>
<p>Certain commands have a single record type:
</p>
<dl compact="compact">
<dt> <code>F</code></dt>
<dd><p>release
</p></dd>
<dt> <code>O</code></dt>
<dd><p>checkout
</p></dd>
<dt> <code>E</code></dt>
<dd><p>export
</p></dd>
<dt> <code>T</code></dt>
<dd><p>rtag
</p></dd>
</dl>

<p>One of four record types may result from an update:
</p>
<dl compact="compact">
<dt> <code>C</code></dt>
<dd><p>A merge was necessary but collisions were
detected (requiring manual merging).
</p></dd>
<dt> <code>G</code></dt>
<dd><p>A merge was necessary and it succeeded.
</p></dd>
<dt> <code>U</code></dt>
<dd><p>A working file was copied from the repository.
</p></dd>
<dt> <code>W</code></dt>
<dd><p>The working copy of a file was deleted during
update (because it was gone from the repository).
</p></dd>
</dl>

<p>One of three record types results from commit:
</p>
<dl compact="compact">
<dt> <code>A</code></dt>
<dd><p>A file was added for the first time.
</p></dd>
<dt> <code>M</code></dt>
<dd><p>A file was modified.
</p></dd>
<dt> <code>R</code></dt>
<dd><p>A file was removed.
</p></dd>
</dl>
</dd>
</dl>

<p>The options shown as &lsquo;<samp>-flags</samp>&rsquo; constrain or expand
the report without requiring option arguments:
</p>
<dl compact="compact">
<dt> <code>-a</code></dt>
<dd><p>Show data for all users (the default is to show data
only for the user executing <code>history</code>).
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Show last modification only.
</p>
</dd>
<dt> <code>-w</code></dt>
<dd><p>Show only the records for modifications done from the
same working directory where <code>history</code> is
executing.
</p></dd>
</dl>

<p>The options shown as &lsquo;<samp>-options <var>args</var></samp>&rsquo; constrain the report
based on an argument:
</p>
<dl compact="compact">
<dt> <code>-b <var>str</var></code></dt>
<dd><p>Show data back to a record containing  the  string
<var>str</var>  in  either the module name, the file name, or
the repository path.
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Show data since <var>date</var>.  This is slightly different
from the normal use of &lsquo;<samp>-D <var>date</var></samp>&rsquo;, which
selects the newest revision older than <var>date</var>.
</p>
</dd>
<dt> <code>-f <var>file</var></code></dt>
<dd><p>Show data for a particular file
(you can specify several &lsquo;<samp>-f</samp>&rsquo; options on the same command line).
This is equivalent to specifying the file on the command line.
</p>
</dd>
<dt> <code>-n <var>module</var></code></dt>
<dd><p>Show data for a particular module
(you can specify several &lsquo;<samp>-n</samp>&rsquo; options on the same command line).
</p>
</dd>
<dt> <code>-p <var>repository</var></code></dt>
<dd><p>Show data for a particular source repository  (you
can specify several &lsquo;<samp>-p</samp>&rsquo; options on the same command
line).
</p>
</dd>
<dt> <code>-r <var>rev</var></code></dt>
<dd><p>Show records referring to revisions since the revision
or tag named <var>rev</var> appears in individual <small>RCS</small>
files.  Each <small>RCS</small> file is searched for the revision or
tag.
</p>
</dd>
<dt> <code>-t <var>tag</var></code></dt>
<dd><p>Show records since tag <var>tag</var> was last added to the
history file.  This differs from the &lsquo;<samp>-r</samp>&rsquo; flag
above in that it reads only the history file, not the
<small>RCS</small> files, and is much faster.
</p>
</dd>
<dt> <code>-u <var>name</var></code></dt>
<dd><p>Show records for user <var>name</var>.
</p>
</dd>
<dt> <code>-z <var>timezone</var></code></dt>
<dd><p>Show times in the selected records using the specified
time zone instead of UTC.
</p></dd>
</dl>


<hr size="6">
<div id="import"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#history-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#import-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="import_002d_002d_002dImport-sources-into-CVS_002c-using-vendor-branches"></div>
=== import&mdash;Import sources into CVS, using vendor branches ===
<div id="index-import-_0028subcommand_0029"></div>


<ul>
<li>
Synopsis: import [-options] repository vendortag releasetag&hellip;
</li><li>
Requires: Repository, source distribution directory.
</li><li>
Changes: repository.
</li></ul>

<p>Use <code>import</code> to incorporate an entire source
distribution from an outside source (e.g., a source
vendor) into your source repository directory.  You can
use this command both for initial creation of a
repository, and for wholesale updates to the module
from the outside source.  See section [[#Tracking-sources|Tracking third-party sources]], for
a discussion on this subject.
</p>
<p>The <var>repository</var> argument gives a directory name
(or a path to a directory) under the <small>CVS</small> root directory
for repositories; if the directory did not exist,
import creates it.
</p>
<p>When you use import for updates to source that has been
modified in your source repository (since a prior
import), it will notify you of any files that conflict
in the two branches of development; use &lsquo;<samp>checkout
-j</samp>&rsquo; to reconcile the differences, as import instructs
you to do.
</p>
<p>If <small>CVS</small> decides a file should be ignored
(see section [[#cvsignore|Ignoring files via cvsignore]]), it does not import it and prints
&lsquo;<samp>I </samp>&rsquo; followed by the filename (see section [[#import-output|import output]], for a
complete description of the output).
</p>
<p>If the file &lsquo;<tt>$CVSROOT/CVSROOT/cvswrappers</tt>&rsquo; exists,
any file whose names match the specifications in that
file will be treated as packages and the appropriate
filtering will be performed on the file/directory
before being imported.  See section [[#Wrappers|The cvswrappers file]].
</p>
<p>The outside source is saved in a first-level
branch, by default 1.1.1.  Updates are leaves of this
branch; for example, files from the first imported
collection of source will be revision 1.1.1.1, then
files from the first imported update will be revision
1.1.1.2, and so on.
</p>
<p>At least three arguments are required.
<var>repository</var> is needed to identify the collection
of source.  <var>vendortag</var> is a tag for the entire
branch (e.g., for 1.1.1).  You must also specify at
least one <var>releasetag</var> to identify the files at
the leaves created each time you execute <code>import</code>.
</p>
<p>Note that <code>import</code> does <em>not</em> change the
directory in which you invoke it.  In particular, it
does not set up that directory as a <small>CVS</small> working
directory; if you want to work with the sources import
them first and then check them out into a different
directory (see section [[#Getting-the-source|Getting the source]]).
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#import-options| import options]]::<nowiki>              import options
</nowiki>&bull;[[#import-output| import output]]::<nowiki>               import output
</nowiki>&bull;[[#import-examples| import examples]]::<nowiki>             import examples
</nowiki></pre>
<hr size="6">
<div id="import-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#import| &lt; ]]|</td>
<td valign="middle" align="left">|[[#import-output| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#import| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="import-options-1"></div>
==== import options ====

<p>This standard option is supported by <code>import</code>
(see section [[#Common-options|Common command options]], for a complete description):
</p>
<dl compact="compact">
<dt> <code>-m <var>message</var></code></dt>
<dd><p>Use <var>message</var> as log information, instead of
invoking an editor.
</p></dd>
</dl>

<p>There are the following additional special options.
</p>
<dl compact="compact">
<dt> <code>-b <var>branch</var></code></dt>
<dd><p>See [[#Multiple-vendor-branches|Multiple vendor branches]].
</p>
</dd>
<dt> <code>-k <var>subst</var></code></dt>
<dd><p>Indicate the keyword expansion mode desired.  This
setting will apply to all files created during the
import, but not to any files that previously existed in
the repository.  See [[#Substitution-modes|Substitution modes]], for a
list of valid &lsquo;<samp>-k</samp>&rsquo; settings.
</p>
</dd>
<dt> <code>-I <var>name</var></code></dt>
<dd><p>Specify file names that should be ignored during
import.  You can use this option repeatedly.  To avoid
ignoring any files at all (even those ignored by
default), specify &lsquo;-I !&rsquo;.
</p>
<p><var>name</var> can be a file name pattern of the same type
that you can specify in the &lsquo;<tt>.cvsignore</tt>&rsquo; file.
See section [[#cvsignore|Ignoring files via cvsignore]].
</p>
</dd>
<dt> <code>-W <var>spec</var></code></dt>
<dd><p>Specify file names that should be filtered during
import.  You can use this option repeatedly.
</p>
<p><var>spec</var> can be a file name pattern of the same type
that you can specify in the &lsquo;<tt>.cvswrappers</tt>&rsquo;
file. See section [[#Wrappers|The cvswrappers file]].
</p></dd>
</dl>

<hr size="6">
<div id="import-output"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#import-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#import-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#import| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="import-output-1"></div>
==== import output ====

<p><code>import</code> keeps you informed of its progress by printing a line
for each file, preceded by one character indicating the status of the file:
</p>
<dl compact="compact">
<dt> <code>U <var>file</var></code></dt>
<dd><p>The file already exists in the repository and has not been locally
modified; a new revision has been created (if necessary).
</p>
</dd>
<dt> <code>N <var>file</var></code></dt>
<dd><p>The file is a new file which has been added to the repository.
</p>
</dd>
<dt> <code>C <var>file</var></code></dt>
<dd><p>The file already exists in the repository but has been locally modified;
you will have to merge the changes.
</p>
</dd>
<dt> <code>I <var>file</var></code></dt>
<dd><p>The file is being ignored (see section [[#cvsignore|Ignoring files via cvsignore]]).
</p>
<div id="index-Symbolic-link_002c-importing"></div>
<div id="index-Link_002c-symbolic_002c-importing"></div>
</dd>
<dt> <code>L <var>file</var></code></dt>
<dd><p>The file is a symbolic link; <code>cvs import</code> ignores symbolic links.
People periodically suggest that this behavior should
be changed, but if there is a consensus on what it
should be changed to, it is not apparent.
(Various options in the &lsquo;<tt>modules</tt>&rsquo; file can be used
to recreate symbolic links on checkout, update, etc.;
see section [[#modules|The modules file]].)
</p></dd>
</dl>

<hr size="6">
<div id="import-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#import-output| &lt; ]]|</td>
<td valign="middle" align="left">|[[#log| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#import| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="import-examples-1"></div>
==== import examples ====

<p>See [[#Tracking-sources|Tracking third-party sources]], and [[#From-files|Creating a directory tree from a number of files]].
</p>
<hr size="6">
<div id="log"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#import-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#log-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="log_002d_002d_002dPrint-out-log-information-for-files"></div>
=== log&mdash;Print out log information for files ===
<div id="index-log-_0028subcommand_0029"></div>

<ul>
<li>
Synopsis: log [options] [files&hellip;]
</li><li>
Requires: repository, working directory.
</li><li>
Changes: nothing.
</li></ul>

<p>Display log information for files.  <code>log</code> used to
call the <small>RCS</small> utility <code>rlog</code>.  Although this
is no longer true in the current sources, this history
determines the format of the output and the options,
which are not quite in the style of the other <small>CVS</small>
commands.
</p>
<div id="index-Timezone_002c-in-output"></div>
<div id="index-Zone_002c-time_002c-in-output"></div>
<p>The output includes the location of the <small>RCS</small> file,
the <em>head</em> revision (the latest revision on the
trunk), all symbolic names (tags) and some other
things.  For each revision, the revision number, the
author, the number of lines added/deleted and the log
message are printed.  All times are displayed in
Coordinated Universal Time (UTC).  (Other parts of
<small>CVS</small> print times in the local timezone).
</p>
<p><strong>Note: <code>log</code> uses &lsquo;<samp>-R</samp>&rsquo; in a way that conflicts
with the normal use inside <small>CVS</small> (see section [[#Common-options|Common command options]]).</strong>
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#log-options| log options]]::<nowiki>                 log options
</nowiki>&bull;[[#log-examples| log examples]]::<nowiki>                log examples
</nowiki></pre>
<hr size="6">
<div id="log-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#log| &lt; ]]|</td>
<td valign="middle" align="left">|[[#log-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#log| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="log-options-1"></div>
==== log options ====

<p>By default, <code>log</code> prints all information that is
available.  All other options restrict the output.
</p>
<dl compact="compact">
<dt> <code>-b</code></dt>
<dd><p>Print information about the revisions on the default
branch, normally the highest branch on the trunk.
</p>
</dd>
<dt> <code>-d <var>dates</var></code></dt>
<dd><p>Print information about revisions with a checkin
date/time in the range given by the
semicolon-separated list of dates.  The date formats
accepted are those accepted by the &lsquo;<samp>-D</samp>&rsquo; option to
many other <small>CVS</small> commands (see section [[#Common-options|Common command options]]).
Dates can be combined into ranges as follows:
</p>
<dl compact="compact">
<dt> <code><var>d1</var>&lt;<var>d2</var></code></dt>
<dt> <code><var>d2</var>&gt;<var>d1</var></code></dt>
<dd><p>Select the revisions that were deposited between
<var>d1</var> and <var>d2</var>.
</p>
</dd>
<dt> <code>&lt;<var>d</var></code></dt>
<dt> <code><var>d</var>&gt;</code></dt>
<dd><p>Select all revisions dated <var>d</var> or earlier.
</p>
</dd>
<dt> <code><var>d</var>&lt;</code></dt>
<dt> <code>&gt;<var>d</var></code></dt>
<dd><p>Select all revisions dated <var>d</var> or later.
</p>
</dd>
<dt> <code><var>d</var></code></dt>
<dd><p>Select the single, latest revision dated <var>d</var> or
earlier.
</p></dd>
</dl>

<p>The &lsquo;<samp>&gt;</samp>&rsquo; or &lsquo;<samp>&lt;</samp>&rsquo; characters may be followed by
&lsquo;<samp>=</samp>&rsquo; to indicate an inclusive range rather than an
exclusive one.
</p>
<p>Note that the separator is a semicolon (;).
</p>
</dd>
<dt> <code>-h</code></dt>
<dd><p>Print only the name of the <small>RCS</small> file, name
of the file in the working directory, head,
default branch, access list, locks, symbolic names, and
suffix.
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  (Default
is to run recursively).
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Do not print the list of tags for this file.  This
option can be very useful when your site uses a lot of
tags, so rather than &quot;more&quot;&rsquo;ing over 3 pages of tag
information, the log information is presented without
tags at all.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Print only the name of the <small>RCS</small> file.
</p>
</dd>
<dt> <code>-r<var>revisions</var></code></dt>
<dd><p>Print information about revisions given in the
comma-separated list <var>revisions</var> of revisions and
ranges.  The following table explains the available
range formats:
</p>
<dl compact="compact">
<dt> <code><var>rev1</var>:<var>rev2</var></code></dt>
<dd><p>Revisions <var>rev1</var> to <var>rev2</var> (which must be on
the same branch).
</p>
</dd>
<dt> <code><var>rev1</var>::<var>rev2</var></code></dt>
<dd><p>The same, but excluding <var>rev1</var>.
</p>
</dd>
<dt> <code>:<var>rev</var></code></dt>
<dt> <code>::<var>rev</var></code></dt>
<dd><p>Revisions from the beginning of the branch up to
and including <var>rev</var>.
</p>
</dd>
<dt> <code><var>rev</var>:</code></dt>
<dd><p>Revisions starting with <var>rev</var> to the end of the
branch containing <var>rev</var>.
</p>
</dd>
<dt> <code><var>rev</var>::</code></dt>
<dd><p>Revisions starting just after <var>rev</var> to the end of the
branch containing <var>rev</var>.
</p>
</dd>
<dt> <code><var>branch</var></code></dt>
<dd><p>An argument that is a branch means all revisions on
that branch.
</p>
</dd>
<dt> <code><var>branch1</var>:<var>branch2</var></code></dt>
<dt> <code><var>branch1</var>::<var>branch2</var></code></dt>
<dd><p>A range of branches means all revisions
on the branches in that range.
</p>
</dd>
<dt> <code><var>branch</var>.</code></dt>
<dd><p>The latest revision in <var>branch</var>.
</p></dd>
</dl>

<p>A bare &lsquo;<samp>-r</samp>&rsquo; with no revisions means the latest
revision on the default branch, normally the trunk.
There can be no space between the &lsquo;<samp>-r</samp>&rsquo; option and
its argument.
</p>
</dd>
<dt> <code>-S</code></dt>
<dd><p>Suppress the header if no revisions are selected.
</p>
</dd>
<dt> <code>-s <var>states</var></code></dt>
<dd><p>Print information about revisions whose state
attributes match one of the states given in the
comma-separated list <var>states</var>.
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Print the same as &lsquo;<samp>-h</samp>&rsquo;, plus the descriptive text.
</p>
</dd>
<dt> <code>-w<var>logins</var></code></dt>
<dd><p>Print information about revisions checked in by users
with login names appearing in the comma-separated list
<var>logins</var>.  If <var>logins</var> is omitted, the user&rsquo;s
login is assumed.  There can be no space between the
&lsquo;<samp>-w</samp>&rsquo; option and its argument.
</p></dd>
</dl>

<p><code>log</code> prints the intersection of the revisions
selected with the options &lsquo;<samp>-d</samp>&rsquo;, &lsquo;<samp>-s</samp>&rsquo;, and
&lsquo;<samp>-w</samp>&rsquo;, intersected with the union of the revisions
selected by &lsquo;<samp>-b</samp>&rsquo; and &lsquo;<samp>-r</samp>&rsquo;.
</p>
<hr size="6">
<div id="log-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#log-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#rdiff| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#log| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="log-examples-1"></div>
==== log examples ====

<p>Contributed examples are gratefully accepted.
</p>
<hr size="6">
<div id="rdiff"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#log-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#rdiff-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="rdiff_002d_002d_002d_0027patch_0027-format-diffs-between-releases"></div>
=== rdiff&mdash;&rsquo;patch&rsquo; format diffs between releases ===
<div id="index-rdiff-_0028subcommand_0029"></div>

<ul>
<li>
rdiff [-flags] [-V vn] [-r t|-D d [-r t2|-D d2]] modules&hellip;
</li><li>
Requires: repository.
</li><li>
Changes: nothing.
</li><li>
Synonym: patch
</li></ul>

<p>Builds a Larry Wall format patch(1) file between two
releases, that can be fed directly into the <code>patch</code>
program to bring an old release up-to-date with the new
release.  (This is one of the few <small>CVS</small> commands that
operates directly from the repository, and doesn&rsquo;t
require a prior checkout.) The diff output is sent to
the standard output device.
</p>
<p>You can specify (using the standard &lsquo;<samp>-r</samp>&rsquo; and
&lsquo;<samp>-D</samp>&rsquo; options) any combination of one or two
revisions or dates.  If only one revision or date is
specified, the patch file reflects differences between
that revision or date and the current head revisions in
the <small>RCS</small> file.
</p>
<p>Note that if the software release affected is contained
in more than one directory, then it may be necessary to
specify the &lsquo;<samp>-p</samp>&rsquo; option to the <code>patch</code> command when
patching the old sources, so that <code>patch</code> is able to find
the files that are located in other directories.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#rdiff-options| rdiff options]]::<nowiki>               rdiff options
</nowiki>&bull;[[#rdiff-examples| rdiff examples]]::<nowiki>              rdiff examples
</nowiki></pre>
<hr size="6">
<div id="rdiff-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#rdiff| &lt; ]]|</td>
<td valign="middle" align="left">|[[#rdiff-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#rdiff| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="rdiff-options-1"></div>
==== rdiff options ====

<p>These standard options are supported by <code>rdiff</code>
(see section [[#Common-options|Common command options]], for a complete description of
them):
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Use the most recent revision no later than <var>date</var>.
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>If no matching revision is found, retrieve the most
recent revision (instead of ignoring the file).
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; don&rsquo;t descend subdirectories.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Examine directories recursively.  This option is on by default.
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Use revision <var>tag</var>.
</p></dd>
</dl>

<p>In addition to the above, these options are available:
</p>
<dl compact="compact">
<dt> <code>-c</code></dt>
<dd><p>Use the context diff format.  This is the default format.
</p>
</dd>
<dt> <code>-s</code></dt>
<dd><p>Create a summary change report instead of a patch.  The
summary includes information about files that were
changed or added between the releases.  It is sent to
the standard output device.  This is useful for finding
out, for example, which files have changed between two
dates or revisions.
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>A diff of the top two revisions is sent to the standard
output device.  This is most useful for seeing what the
last change to a file was.
</p>
</dd>
<dt> <code>-u</code></dt>
<dd><p>Use the unidiff format for the context diffs.
Remember that old versions
of the <code>patch</code> program can&rsquo;t handle the unidiff
format, so if you plan to post this patch to the net
you should probably not use &lsquo;<samp>-u</samp>&rsquo;.
</p>
</dd>
<dt> <code>-V <var>vn</var></code></dt>
<dd><p>Expand keywords according to the rules current in
<small>RCS</small> version <var>vn</var> (the expansion format changed with
<small>RCS</small> version 5).  Note that this option is no
longer accepted.  <small>CVS</small> will always expand keywords the
way that <small>RCS</small> version 5 does.
</p></dd>
</dl>

<hr size="6">
<div id="rdiff-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#rdiff-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#release| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#rdiff| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="rdiff-examples-1"></div>
==== rdiff examples ====

<p>Suppose you receive mail from <tt>foo@example.net</tt> asking for an
update from release 1.2 to 1.4 of the tc compiler.  You
have no such patches on hand, but with <small>CVS</small> that can
easily be fixed with a command such as this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs rdiff -c -r FOO1_2 -r FOO1_4 tc | \
$$ Mail -s 'The patches you asked for' foo@example.net
</nowiki></pre></td></tr></table>

<p>Suppose you have made release 1.3, and forked a branch
called &lsquo;<samp>R_1_3fix</samp>&rsquo; for bugfixes.  &lsquo;<samp>R_1_3_1</samp>&rsquo;
corresponds to release 1.3.1, which was made some time
ago.  Now, you want to see how much development has been
done on the branch.  This command can be used:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs patch -s -r R_1_3_1 -r R_1_3fix module-name
cvs rdiff: Diffing module-name
File ChangeLog,v changed from revision 1.52.2.5 to 1.52.2.6
File foo.c,v changed from revision 1.52.2.3 to 1.52.2.4
File bar.h,v changed from revision 1.29.2.1 to 1.2
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="release"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#rdiff-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#release-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="release_002d_002d_002dIndicate-that-a-Module-is-no-longer-in-use"></div>
=== release&mdash;Indicate that a Module is no longer in use ===
<div id="index-release-_0028subcommand_0029"></div>

<ul>
<li>
release [-d] directories&hellip;
</li><li>
Requires: Working directory.
</li><li>
Changes: Working directory, history log.
</li></ul>

<p>This command is meant to safely cancel the effect of
&lsquo;<samp>cvs checkout</samp>&rsquo;.  Since <small>CVS</small> doesn&rsquo;t lock files, it
isn&rsquo;t strictly necessary to use this command.  You can
always simply delete your working directory, if you
like; but you risk losing changes you may have
forgotten, and you leave no trace in the <small>CVS</small> history
file (see section [[#history-file|The history file]]) that you&rsquo;ve abandoned your
checkout.
</p>
<p>Use &lsquo;<samp>cvs release</samp>&rsquo; to avoid these problems.  This
command checks that no uncommitted changes are
present; that you are executing it from immediately
above a <small>CVS</small> working directory; and that the repository
recorded for your files is the same as the repository
defined in the module database.
</p>
<p>If all these conditions are true, &lsquo;<samp>cvs release</samp>&rsquo;
leaves a record of its execution (attesting to your
intentionally abandoning your checkout) in the <small>CVS</small>
history log.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#release-options| release options]]::<nowiki>             release options
</nowiki>&bull;[[#release-output| release output]]::<nowiki>              release output
</nowiki>&bull;[[#release-examples| release examples]]::<nowiki>            release examples
</nowiki></pre>
<hr size="6">
<div id="release-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#release| &lt; ]]|</td>
<td valign="middle" align="left">|[[#release-output| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#release| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="release-options-1"></div>
==== release options ====

<p>The <code>release</code> command supports one command option:
</p>
<dl compact="compact">
<dt> <code>-d</code></dt>
<dd><p>Delete your working copy of the file if the release
succeeds.  If this flag is not given your files will
remain in your working directory.
</p>
<p><strong>WARNING:  The <code>release</code> command deletes
all directories and files recursively.  This
has the very serious side-effect that any directory
that you have created inside your checked-out sources,
and not added to the repository (using the <code>add</code>
command; see section [[#Adding-files|Adding files to a directory]]) will be silently deleted&mdash;even
if it is non-empty!</strong>
</p></dd>
</dl>

<hr size="6">
<div id="release-output"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#release-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#release-examples| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#release| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="release-output-1"></div>
==== release output ====

<p>Before <code>release</code> releases your sources it will
print a one-line message for any file that is not
up-to-date.
</p>
<dl compact="compact">
<dt> <code>U <var>file</var></code></dt>
<dt> <code>P <var>file</var></code></dt>
<dd><p>There exists a newer revision of this file in the
repository, and you have not modified your local copy
of the file (&lsquo;<samp>U</samp>&rsquo; and &lsquo;<samp>P</samp>&rsquo; mean the same thing).
</p>
</dd>
<dt> <code>A <var>file</var></code></dt>
<dd><p>The file has been added to your private copy of the
sources, but has not yet been committed to the
repository.  If you delete your copy of the sources
this file will be lost.
</p>
</dd>
<dt> <code>R <var>file</var></code></dt>
<dd><p>The file has been removed from your private copy of the
sources, but has not yet been removed from the
repository, since you have not yet committed the
removal.  See section [[#commit|commit&mdash;Check files into the repository]].
</p>
</dd>
<dt> <code>M <var>file</var></code></dt>
<dd><p>The file is modified in your working directory.  There
might also be a newer revision inside the repository.
</p>
</dd>
<dt> <code>? <var>file</var></code></dt>
<dd><p><var>file</var> is in your working directory, but does not
correspond to anything in the source repository, and is
not in the list of files for <small>CVS</small> to ignore (see the
description of the &lsquo;<samp>-I</samp>&rsquo; option, and
see section [[#cvsignore|Ignoring files via cvsignore]]).  If you remove your working
sources, this file will be lost.
</p></dd>
</dl>

<hr size="6">
<div id="release-examples"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#release-output| &lt; ]]|</td>
<td valign="middle" align="left">|[[#update| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#release| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="release-examples-1"></div>
==== release examples ====

<p>Release the &lsquo;<tt>tc</tt>&rsquo; directory, and delete your local working copy
of the files.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cd ..         # <span class="roman">You must stand immediately above the</span>
                # <span class="roman">sources when you issue &lsquo;<samp>cvs release</samp>&rsquo;.</span>
$ cvs release -d tc
You have [0] altered files in this repository.
Are you sure you want to release (and delete) directory `tc': y
$
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="update"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#release-examples| &lt; ]]|</td>
<td valign="middle" align="left">|[[#update-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#CVS-commands| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="update_002d_002d_002dBring-work-tree-in-sync-with-repository"></div>
=== update&mdash;Bring work tree in sync with repository ===
<div id="index-update-_0028subcommand_0029"></div>

<ul>
<li>
update [-ACdflPpR] [-I name] [-j rev [-j rev]] [-k kflag] [-r tag|-D date] [-W spec] files&hellip;
</li><li>
Requires: repository, working directory.
</li><li>
Changes: working directory.
</li></ul>

<p>After you&rsquo;ve run checkout to create your private copy
of source from the common repository, other developers
will continue changing the central source.  From time
to time, when it is convenient in your development
process, you can use the <code>update</code> command from
within your working directory to reconcile your work
with any revisions applied to the source repository
since your last checkout or update.  Without the <code>-C</code>
option, <code>update</code> will also merge any differences
between the local copy of files and their base revisions
into any destination revisions specified with <code>-r</code>,
<code>-D</code>, or <code>-A</code>.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#update-options| update options]]::<nowiki>              update options
</nowiki>&bull;[[#update-output| update output]]::<nowiki>               update output
</nowiki></pre>
<hr size="6">
<div id="update-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#update| &lt; ]]|</td>
<td valign="middle" align="left">|[[#update-output| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#update| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="update-options-1"></div>
==== update options ====

<p>These standard options are available with <code>update</code>
(see section [[#Common-options|Common command options]], for a complete description of
them):
</p>
<dl compact="compact">
<dt> <code>-D date</code></dt>
<dd><p>Use the most recent revision no later than <var>date</var>.
This option is sticky, and implies &lsquo;<samp>-P</samp>&rsquo;.
See [[#Sticky-tags|Sticky tags]], for more information on sticky tags/dates.
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Only useful with the &lsquo;<samp>-D <var>date</var></samp>&rsquo; or &lsquo;<samp>-r
<var>tag</var></samp>&rsquo; flags.  If no matching revision is found,
retrieve the most recent revision (instead of ignoring
the file).
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Process keywords according to <var>kflag</var>.  See
[[#Keyword-substitution|Keyword substitution]].
This option is sticky; future updates of
this file in this working directory will use the same
<var>kflag</var>.  The <code>status</code> command can be viewed
to see the sticky options.  See [[#Invoking-CVS|Quick reference to CVS commands]], for
more information on the <code>status</code> command.
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-P</code></dt>
<dd><p>Prune empty directories.  See [[#Moving-directories|Moving and renaming directories]].
</p>
</dd>
<dt> <code>-p</code></dt>
<dd><p>Pipe files to the standard output.
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Update directories recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r rev</code></dt>
<dd><p>Retrieve revision/tag <var>rev</var>.  This option is sticky,
and implies &lsquo;<samp>-P</samp>&rsquo;.
See [[#Sticky-tags|Sticky tags]], for more information on sticky tags/dates.
</p></dd>
</dl>

<p>These special options are also available with
<code>update</code>.
</p>
<dl compact="compact">
<dt> <code>-A</code></dt>
<dd><p>Reset any sticky tags, dates, or &lsquo;<samp>-k</samp>&rsquo; options.
See [[#Sticky-tags|Sticky tags]], for more information on sticky tags/dates.
</p>
</dd>
<dt> <code>-C</code></dt>
<dd><p>Overwrite locally modified files with clean copies from
the repository (the modified file is saved in
&lsquo;<tt>.#<var>file</var>.<var>revision</var></tt>&rsquo;, however).
</p>
</dd>
<dt> <code>-d</code></dt>
<dd><p>Create any directories that exist in the repository if
they&rsquo;re missing from the working directory.  Normally,
<code>update</code> acts only on directories and files that
were already enrolled in your working directory.
</p>
<p>This is useful for updating directories that were
created in the repository since the initial checkout;
but it has an unfortunate side effect.  If you
deliberately avoided certain directories in the
repository when you created your working directory
(either through use of a module name or by listing
explicitly the files and directories you wanted on the
command line), then updating with &lsquo;<samp>-d</samp>&rsquo; will create
those directories, which may not be what you want.
</p>
</dd>
<dt> <code>-I <var>name</var></code></dt>
<dd><p>Ignore files whose names match <var>name</var> (in your
working directory) during the update.  You can specify
&lsquo;<samp>-I</samp>&rsquo; more than once on the command line to specify
several files to ignore.  Use &lsquo;<samp>-I !</samp>&rsquo; to avoid
ignoring any files at all.  See section [[#cvsignore|Ignoring files via cvsignore]], for other
ways to make <small>CVS</small> ignore some files.
</p>
</dd>
<dt> <code>-W<var>spec</var></code></dt>
<dd><p>Specify file names that should be filtered during
update.  You can use this option repeatedly.
</p>
<p><var>spec</var> can be a file name pattern of the same type
that you can specify in the &lsquo;<tt>.cvswrappers</tt>&rsquo;
file. See section [[#Wrappers|The cvswrappers file]].
</p>
</dd>
<dt> <code>-j<var>revision</var></code></dt>
<dd><p>With two &lsquo;<samp>-j</samp>&rsquo; options, merge changes from the
revision specified with the first &lsquo;<samp>-j</samp>&rsquo; option to
the revision specified with the second &lsquo;<samp>j</samp>&rsquo; option,
into the working directory.
</p>
<p>With one &lsquo;<samp>-j</samp>&rsquo; option, merge changes from the
ancestor revision to the revision specified with the
&lsquo;<samp>-j</samp>&rsquo; option, into the working directory.  The
ancestor revision is the common ancestor of the
revision which the working directory is based on, and
the revision specified in the &lsquo;<samp>-j</samp>&rsquo; option.
</p>
<p>Note that using a single &lsquo;<samp>-j <var>tagname</var></samp>&rsquo; option rather than
&lsquo;<samp>-j <var>branchname</var></samp>&rsquo; to merge changes from a branch will
often not remove files which were removed on the branch.
See section [[#Merging-adds-and-removals|Merging can add or remove files]], for more.
</p>
<p>In addition, each &lsquo;<samp>-j</samp>&rsquo; option can contain an optional
date specification which, when used with branches, can
limit the chosen revision to one within a specific
date.  An optional date is specified by adding a colon
(:) to the tag:
&lsquo;<samp>-j<var>Symbolic_Tag</var>:<var>Date_Specifier</var></samp>&rsquo;.
</p>
<p>See section [[#Branching-and-merging|Branching and merging]].
</p>
</dd>
</dl>

<hr size="6">
<div id="update-output"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#update-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#update| Up ]]|</td>
<td valign="middle" align="left">|[[#Invoking-CVS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="update-output-1"></div>
==== update output ====

<p><code>update</code> and <code>checkout</code> keep you informed of
their progress by printing a line for each file, preceded
by one character indicating the status of the file:
</p>
<dl compact="compact">
<dt> <code>U <var>file</var></code></dt>
<dd><p>The file was brought up to date with respect to the
repository.  This is done for any file that exists in
the repository but not in your source, and for files
that you haven&rsquo;t changed but are not the most recent
versions available in the repository.
</p>
</dd>
<dt> <code>P <var>file</var></code></dt>
<dd><p>Like &lsquo;<samp>U</samp>&rsquo;, but the <small>CVS</small> server sends a patch instead of an entire
file.  This accomplishes the same thing as &lsquo;<samp>U</samp>&rsquo; using less bandwidth.
</p>
</dd>
<dt> <code>A <var>file</var></code></dt>
<dd><p>The file has been added to your private copy of the
sources, and will be added to the source repository
when you run <code>commit</code> on the file.  This is a
reminder to you that the file needs to be committed.
</p>
</dd>
<dt> <code>R <var>file</var></code></dt>
<dd><p>The file has been removed from your private copy of the
sources, and will be removed from the source repository
when you run <code>commit</code> on the file.  This is a
reminder to you that the file needs to be committed.
</p>
</dd>
<dt> <code>M <var>file</var></code></dt>
<dd><p>The file is modified in  your  working  directory.
</p>
<p>&lsquo;<samp>M</samp>&rsquo; can indicate one of two states for a file
you&rsquo;re working on: either there were no modifications
to the same file in the repository, so that your file
remains as you last saw it; or there were modifications
in the repository as well as in your copy, but they
were merged successfully, without conflict, in your
working directory.
</p>
<p><small>CVS</small> will print some messages if it merges your work,
and a backup copy of your working file (as it looked
before you ran <code>update</code>) will be made.  The exact
name of that file is printed while <code>update</code> runs.
</p>
</dd>
<dt> <code>C <var>file</var></code></dt>
<dd><div id="index-_002e_0023-files"></div>
<div id="index-_005f_005f-files-_0028VMS_0029"></div>
<p>A conflict was detected while trying to merge your
changes to <var>file</var> with changes from the source
repository.  <var>file</var> (the copy in your working
directory) is now the result of attempting to merge
the two revisions; an unmodified copy of your file
is also in your working directory, with the name
&lsquo;<tt>.#<var>file</var>.<var>revision</var></tt>&rsquo; where <var>revision</var>
is the revision that your modified file started
from.  Resolve the conflict as described in
[[#Conflicts-example|Conflicts example]].
(Note that some systems automatically purge
files that begin with &lsquo;<tt>.#</tt>&rsquo; if they have not been
accessed for a few days.  If you intend to keep a copy
of your original file, it is a very good idea to rename
it.)  Under <small>VMS</small>, the file name starts with
&lsquo;<tt>__</tt>&rsquo; rather than &lsquo;<tt>.#</tt>&rsquo;.
</p>
</dd>
<dt> <code>? <var>file</var></code></dt>
<dd><p><var>file</var> is in your working directory, but does not
correspond to anything in the source repository, and is
not in the list of files for <small>CVS</small> to ignore (see the
description of the &lsquo;<samp>-I</samp>&rsquo; option, and
see section [[#cvsignore|Ignoring files via cvsignore]]).
</p></dd>
</dl>

<hr size="6">
<div id="Invoking-CVS"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#update-output| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#CVS-commands| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Quick-reference-to-CVS-commands"></div>
== Quick reference to CVS commands ==
<div id="index-Command-reference"></div>
<div id="index-Reference_002c-commands"></div>
<div id="index-Invoking-CVS"></div>

<p>This appendix describes how to invoke <small>CVS</small>, with
references to where each command or feature is
described in detail.  For other references run the
<code>cvs --help</code> command, or see [[#Index|Index]].
</p>
<p>A <small>CVS</small> command looks like:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs [ <var>global_options</var> ] <var>command</var> [ <var>command_options</var> ] [ <var>command_args</var> ]
</nowiki></pre></td></tr></table>

<p>Global options:
</p>
<dl compact="compact">
<dt> <code>--allow-root=<var>rootdir</var></code></dt>
<dd><p>Specify legal <small>CVSROOT</small> directory (server only) (not
in <small>CVS</small> 1.9 and older).  See [[#Password-authentication-server|Setting up the server for password authentication]].
</p>
</dd>
<dt> <code>-a</code></dt>
<dd><p>Authenticate all communication (client only) (not in <small>CVS</small>
1.9 and older).  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-b</code></dt>
<dd><p>Specify RCS location (<small>CVS</small> 1.9 and older).  See
[[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-d <var>root</var></code></dt>
<dd><p>Specify the <small>CVSROOT</small>.  See [[#Repository|The Repository]].
</p>
</dd>
<dt> <code>-e <var>editor</var></code></dt>
<dd><p>Edit messages with <var>editor</var>.  See [[#Committing-your-changes|Committing your changes]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Do not read the &lsquo;<tt>~/.cvsrc</tt>&rsquo; file.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-H</code></dt>
<dt> <code>--help</code></dt>
<dd><p>Print a help message.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Do not log in &lsquo;<tt>$CVSROOT/CVSROOT/history</tt>&rsquo; file.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not change any files.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-Q</code></dt>
<dd><p>Be really quiet.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-q</code></dt>
<dd><p>Be somewhat quiet.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-r</code></dt>
<dd><p>Make new working files read-only.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-s <var>variable</var>=<var>value</var></code></dt>
<dd><p>Set a user variable.  See [[#Variables|Expansions in administrative files]].
</p>
</dd>
<dt> <code>-T <var>tempdir</var></code></dt>
<dd><p>Put temporary files in <var>tempdir</var>.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Trace <small>CVS</small> execution.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-v</code></dt>
<dt> <code>--version</code></dt>
<dd><p>Display version and copyright information for <small>CVS</small>.
</p>
</dd>
<dt> <code>-w</code></dt>
<dd><p>Make new working files read-write.  See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-x</code></dt>
<dd><p>Encrypt all communication (client only).
See [[#Global-options|Global options]].
</p>
</dd>
<dt> <code>-z <var>gzip-level</var></code></dt>
<dd><div id="index-Compression-1"></div>
<div id="index-Gzip-1"></div>
<p>Set the compression level (client only).
See [[#Global-options|Global options]].
</p></dd>
</dl>

<p>Keyword expansion modes (see section [[#Substitution-modes|Substitution modes]]):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>-kkv  $<i></i>Id: file1,v 1.1 1993/12/09 03:21:13 joe Exp $
-kkvl $<i></i>Id: file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $
-kk   $<i></i>Id$
-kv   file1,v 1.1 1993/12/09 03:21:13 joe Exp
-ko   <i>no expansion</i>
-kb   <i>no expansion, file is binary</i>
</nowiki></pre></td></tr></table>

<p>Keywords (see section [[#Keyword-list|Keyword List]]):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$<i></i>Author: joe $
$<i></i>Date: 1993/12/09 03:21:13 $
$<i></i>CVSHeader: files/file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $
$<i></i>Header: /home/files/file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $
$<i></i>Id: file1,v 1.1 1993/12/09 03:21:13 joe Exp harry $
$<i></i>Locker: harry $
$<i></i>Name: snapshot_1_14 $
$<i></i>RCSfile: file1,v $
$<i></i>Revision: 1.1 $
$<i></i>Source: /home/files/file1,v $
$<i></i>State: Exp $
$<i></i>Log: file1,v $
Revision 1.1  1993/12/09 03:30:17  joe
Initial revision

</nowiki></pre></td></tr></table>

<p>Commands, command options, and command arguments:
</p>
<dl compact="compact">
<dt> <code>add [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Add a new file/directory.  See [[#Adding-files|Adding files to a directory]].
</p>
<dl compact="compact">
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Set keyword expansion.
</p>
</dd>
<dt> <code>-m <var>msg</var></code></dt>
<dd><p>Set file description.
</p></dd>
</dl>

</dd>
<dt> <code>admin [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Administration of history files in the repository.  See
[[#admin|admin&mdash;Administration]].
</p>
<dl compact="compact">
<dt> <code>-b[<var>rev</var>]</code></dt>
<dd><p>Set default branch.  See [[#Reverting-local-changes|Reverting to the latest vendor release]].
</p>
</dd>
<dt> <code>-c<var>string</var></code></dt>
<dd><p>Set comment leader.
</p>
</dd>
<dt> <code>-k<var>subst</var></code></dt>
<dd><p>Set keyword substitution.  See [[#Keyword-substitution|Keyword substitution]].
</p>
</dd>
<dt> <code>-l[<var>rev</var>]</code></dt>
<dd><p>Lock revision <var>rev</var>, or latest revision.
</p>
</dd>
<dt> <code>-m<var>rev</var>:<var>msg</var></code></dt>
<dd><p>Replace the log message of revision <var>rev</var> with
<var>msg</var>.
</p>
</dd>
<dt> <code>-o<var>range</var></code></dt>
<dd><p>Delete revisions from the repository.  See
[[#admin-options|admin options]].
</p>
</dd>
<dt> <code>-q</code></dt>
<dd><p>Run quietly; do not print diagnostics.
</p>
</dd>
<dt> <code>-s<var>state</var>[:<var>rev</var>]</code></dt>
<dd><p>Set the state.
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Set file description from standard input.
</p>
</dd>
<dt> <code>-t<var>file</var></code></dt>
<dd><p>Set file description from <var>file</var>.
</p>
</dd>
<dt> <code>-t-<var>string</var></code></dt>
<dd><p>Set file description to <var>string</var>.
</p>
</dd>
<dt> <code>-u[<var>rev</var>]</code></dt>
<dd><p>Unlock revision <var>rev</var>, or latest revision.
</p></dd>
</dl>

</dd>
<dt> <code>annotate [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Show last revision where each line was modified.  See
[[#annotate|Annotate command]].
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Annotate the most recent revision no later than
<var>date</var>.  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-F</code></dt>
<dd><p>Force annotation of binary files.  (Without this option,
binary files are skipped with a message.)
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Use head revision if tag/date not found.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Annotate revision <var>tag</var>.  See [[#Common-options|Common command options]].
</p></dd>
</dl>

</dd>
<dt> <code>checkout [<var>options</var>] <var>modules</var>&hellip;</code></dt>
<dd><p>Get a copy of the sources.  See [[#checkout|checkout&mdash;Check out sources for editing]].
</p>
<dl compact="compact">
<dt> <code>-A</code></dt>
<dd><p>Reset any sticky tags/date/options.  See [[#Sticky-tags|Sticky tags]] and [[#Keyword-substitution|Keyword substitution]].
</p>
</dd>
<dt> <code>-c</code></dt>
<dd><p>Output the module database.  See [[#checkout-options|checkout options]].
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Check out revisions as of <var>date</var> (is sticky).  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-d <var>dir</var></code></dt>
<dd><p>Check out into <var>dir</var>.  See [[#checkout-options|checkout options]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Use head revision if tag/date not found.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-j <var>rev</var></code></dt>
<dd><p>Merge in changes.  See [[#checkout-options|checkout options]].
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Use <var>kflag</var> keyword expansion.  See
[[#Substitution-modes|Substitution modes]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Don&rsquo;t &ldquo;shorten&rdquo; module paths if -d specified.  See
[[#checkout-options|checkout options]].
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not run module program (if any).  See [[#checkout-options|checkout options]].
</p>
</dd>
<dt> <code>-P</code></dt>
<dd><p>Prune empty directories.  See [[#Moving-directories|Moving and renaming directories]].
</p>
</dd>
<dt> <code>-p</code></dt>
<dd><p>Check out files to standard output (avoids
stickiness).  See [[#checkout-options|checkout options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Checkout revision <var>tag</var> (is sticky).  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-s</code></dt>
<dd><p>Like -c, but include module status.  See [[#checkout-options|checkout options]].
</p></dd>
</dl>

</dd>
<dt> <code>commit [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Check changes into the repository.  See [[#commit|commit&mdash;Check files into the repository]].
</p>
<dl compact="compact">
<dt> <code>-F <var>file</var></code></dt>
<dd><p>Read log message from <var>file</var>.  See [[#commit-options|commit options]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Force the file to be committed; disables recursion.
See [[#commit-options|commit options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-m <var>msg</var></code></dt>
<dd><p>Use <var>msg</var> as log message.  See [[#commit-options|commit options]].
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not run module program (if any).  See [[#commit-options|commit options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>rev</var></code></dt>
<dd><p>Commit to <var>rev</var>.  See [[#commit-options|commit options]].
</p></dd>
</dl>

</dd>
<dt> <code>diff [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Show differences between revisions.  See [[#diff|diff&mdash;Show differences between revisions]].
In addition to the options shown below, accepts a wide
variety of options to control output style, for example
&lsquo;<samp>-c</samp>&rsquo; for context diffs.
</p>
<dl compact="compact">
<dt> <code>-D <var>date1</var></code></dt>
<dd><p>Diff revision for date against working file.  See
[[#diff-options|diff options]].
</p>
</dd>
<dt> <code>-D <var>date2</var></code></dt>
<dd><p>Diff <var>rev1</var>/<var>date1</var> against <var>date2</var>.  See
[[#diff-options|diff options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Include diffs for added and removed files.  See
[[#diff-options|diff options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>rev1</var></code></dt>
<dd><p>Diff revision for <var>rev1</var> against working file.  See
[[#diff-options|diff options]].
</p>
</dd>
<dt> <code>-r <var>rev2</var></code></dt>
<dd><p>Diff <var>rev1</var>/<var>date1</var> against <var>rev2</var>.  See [[#diff-options|diff options]].
</p></dd>
</dl>

</dd>
<dt> <code>edit [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Get ready to edit a watched file.  See [[#Editing-files|How to edit a file which is being watched]].
</p>
<dl compact="compact">
<dt> <code>-a <var>actions</var></code></dt>
<dd><p>Specify actions for temporary watch, where
<var>actions</var> is <code>edit</code>, <code>unedit</code>,
<code>commit</code>, <code>all</code>, or <code>none</code>.  See
[[#Editing-files|How to edit a file which is being watched]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p></dd>
</dl>

</dd>
<dt> <code>editors [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>See who is editing a watched file.  See [[#Watch-information|Information about who is watching and editing]].
</p>
<dl compact="compact">
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p></dd>
</dl>

</dd>
<dt> <code>export [<var>options</var>] <var>modules</var>&hellip;</code></dt>
<dd><p>Export files from <small>CVS</small>.  See [[#export|export&mdash;Export sources from CVS, similar to checkout]].
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Check out revisions as of <var>date</var>.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-d <var>dir</var></code></dt>
<dd><p>Check out into <var>dir</var>.  See [[#export-options|export options]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Use head revision if tag/date not found.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Use <var>kflag</var> keyword expansion.  See
[[#Substitution-modes|Substitution modes]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Don&rsquo;t &ldquo;shorten&rdquo; module paths if -d specified.  See
[[#export-options|export options]].
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>Do not run module program (if any).  See [[#export-options|export options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Checkout revision <var>tag</var>.  See [[#Common-options|Common command options]].
</p></dd>
</dl>

</dd>
<dt> <code>history [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Show repository access history.  See [[#history|history&mdash;Show status of files and users]].
</p>
<dl compact="compact">
<dt> <code>-a</code></dt>
<dd><p>All users (default is self).  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-b <var>str</var></code></dt>
<dd><p>Back to record with <var>str</var> in module/file/repos
field.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-c</code></dt>
<dd><p>Report on committed (modified) files.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Since <var>date</var>.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-e</code></dt>
<dd><p>Report on all record types.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Last modified (committed or modified report).  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-m <var>module</var></code></dt>
<dd><p>Report on <var>module</var> (repeatable).  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-n <var>module</var></code></dt>
<dd><p>In <var>module</var>.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-o</code></dt>
<dd><p>Report on checked out modules.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-p <var>repository</var></code></dt>
<dd><p>In <var>repository</var>.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-r <var>rev</var></code></dt>
<dd><p>Since revision <var>rev</var>.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-T</code></dt>
<dd><p>Produce report on all TAGs.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-t <var>tag</var></code></dt>
<dd><p>Since tag record placed in history file (by anyone).
See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-u <var>user</var></code></dt>
<dd><p>For user <var>user</var> (repeatable).  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-w</code></dt>
<dd><p>Working directory must match.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-x <var>types</var></code></dt>
<dd><p>Report on <var>types</var>, one or more of
<code>TOEFWUCGMAR</code>.  See [[#history-options|history options]].
</p>
</dd>
<dt> <code>-z <var>zone</var></code></dt>
<dd><p>Output for time zone <var>zone</var>.  See [[#history-options|history options]].
</p></dd>
</dl>

</dd>
<dt> <code>import [<var>options</var>] <var>repository</var> <var>vendor-tag</var> <var>release-tags</var>&hellip;</code></dt>
<dd><p>Import files into <small>CVS</small>, using vendor branches.  See
[[#import|import&mdash;Import sources into CVS, using vendor branches]].
</p>
<dl compact="compact">
<dt> <code>-b <var>bra</var></code></dt>
<dd><p>Import to vendor branch <var>bra</var>.  See
[[#Multiple-vendor-branches|Multiple vendor branches]].
</p>
</dd>
<dt> <code>-d</code></dt>
<dd><p>Use the file&rsquo;s modification time as the time of
import.  See [[#import-options|import options]].
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Set default keyword substitution mode.  See
[[#import-options|import options]].
</p>
</dd>
<dt> <code>-m <var>msg</var></code></dt>
<dd><p>Use <var>msg</var> for log message.  See
[[#import-options|import options]].
</p>
</dd>
<dt> <code>-I <var>ign</var></code></dt>
<dd><p>More files to ignore (! to reset).  See
[[#import-options|import options]].
</p>
</dd>
<dt> <code>-W <var>spec</var></code></dt>
<dd><p>More wrappers.  See [[#import-options|import options]].
</p></dd>
</dl>

</dd>
<dt> <code>init</code></dt>
<dd><p>Create a <small>CVS</small> repository if it doesn&rsquo;t exist.  See
[[#Creating-a-repository|Creating a repository]].
</p>
</dd>
<dt> <code>kserver</code></dt>
<dd><p>Kerberos authenticated server.
See [[#Kerberos-authenticated|Direct connection with kerberos]].
</p>
</dd>
<dt> <code>log [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Print out history information for files.  See [[#log|log&mdash;Print out log information for files]].
</p>
<dl compact="compact">
<dt> <code>-b</code></dt>
<dd><p>Only list revisions on the default branch.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-d <var>dates</var></code></dt>
<dd><p>Specify dates (<var>d1</var>&lt;<var>d2</var> for range, <var>d</var> for
latest before).  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-h</code></dt>
<dd><p>Only print header.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Do not list tags.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Only print name of RCS file.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-r<var>revs</var></code></dt>
<dd><p>Only list revisions <var>revs</var>.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-s <var>states</var></code></dt>
<dd><p>Only list revisions with specified states.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Only print header and descriptive text.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-w<var>logins</var></code></dt>
<dd><p>Only list revisions checked in by specified logins.  See [[#log-options|log options]].
</p></dd>
</dl>

</dd>
<dt> <code>login</code></dt>
<dd><p>Prompt for password for authenticating server.  See
[[#Password-authentication-client|Using the client with password authentication]].
</p>
</dd>
<dt> <code>logout</code></dt>
<dd><p>Remove stored password for authenticating server.  See
[[#Password-authentication-client|Using the client with password authentication]].
</p>
</dd>
<dt> <code>pserver</code></dt>
<dd><p>Password authenticated server.
See [[#Password-authentication-server|Setting up the server for password authentication]].
</p>
</dd>
<dt> <code>rannotate [<var>options</var>] [<var>modules</var>&hellip;]</code></dt>
<dd><p>Show last revision where each line was modified.  See
[[#annotate|Annotate command]].
</p>
<dl compact="compact">
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Annotate the most recent revision no later than
<var>date</var>.  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-F</code></dt>
<dd><p>Force annotation of binary files.  (Without this option,
binary files are skipped with a message.)
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Use head revision if tag/date not found.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Annotate revision <var>tag</var>.  See [[#Common-options|Common command options]].
</p></dd>
</dl>

</dd>
<dt> <code>rdiff [<var>options</var>] <var>modules</var>&hellip;</code></dt>
<dd><p>Show differences between releases.  See [[#rdiff|rdiff&mdash;&rsquo;patch&rsquo; format diffs between releases]].
</p>
<dl compact="compact">
<dt> <code>-c</code></dt>
<dd><p>Context diff output format (default).  See [[#rdiff-options|rdiff options]].
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Select revisions based on <var>date</var>.  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Use head revision if tag/date not found.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>rev</var></code></dt>
<dd><p>Select revisions based on <var>rev</var>.  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-s</code></dt>
<dd><p>Short patch - one liner per file.  See [[#rdiff-options|rdiff options]].
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Top two diffs - last change made to the file.  See
[[#diff-options|diff options]].
</p>
</dd>
<dt> <code>-u</code></dt>
<dd><p>Unidiff output format.  See [[#rdiff-options|rdiff options]].
</p>
</dd>
<dt> <code>-V <var>vers</var></code></dt>
<dd><p>Use RCS Version <var>vers</var> for keyword expansion (obsolete).  See
[[#rdiff-options|rdiff options]].
</p></dd>
</dl>

</dd>
<dt> <code>release [<var>options</var>] <var>directory</var></code></dt>
<dd><p>Indicate that a directory is no longer in use.  See
[[#release|release&mdash;Indicate that a Module is no longer in use]].
</p>
<dl compact="compact">
<dt> <code>-d</code></dt>
<dd><p>Delete the given directory.  See [[#release-options|release options]].
</p></dd>
</dl>

</dd>
<dt> <code>remove [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Remove an entry from the repository.  See [[#Removing-files|Removing files]].
</p>
<dl compact="compact">
<dt> <code>-f</code></dt>
<dd><p>Delete the file before removing it.  See [[#Removing-files|Removing files]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p></dd>
</dl>

</dd>
<dt> <code>rlog [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Print out history information for modules.  See [[#log|log&mdash;Print out log information for files]].
</p>
<dl compact="compact">
<dt> <code>-b</code></dt>
<dd><p>Only list revisions on the default branch.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-d <var>dates</var></code></dt>
<dd><p>Specify dates (<var>d1</var>&lt;<var>d2</var> for range, <var>d</var> for
latest before).  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-h</code></dt>
<dd><p>Only print header.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-N</code></dt>
<dd><p>Do not list tags.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Only print name of RCS file.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-r<var>revs</var></code></dt>
<dd><p>Only list revisions <var>revs</var>.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-s <var>states</var></code></dt>
<dd><p>Only list revisions with specified states.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-t</code></dt>
<dd><p>Only print header and descriptive text.  See [[#log-options|log options]].
</p>
</dd>
<dt> <code>-w<var>logins</var></code></dt>
<dd><p>Only list revisions checked in by specified logins.  See [[#log-options|log options]].
</p></dd>
</dl>

</dd>
<dt> <code>rtag [<var>options</var>] <var>tag</var> <var>modules</var>&hellip;</code></dt>
<dd><p>Add a symbolic tag to a module.
See [[#Revisions|Revisions]] and [[#Branching-and-merging|Branching and merging]].
</p>
<dl compact="compact">
<dt> <code>-a</code></dt>
<dd><p>Clear tag from removed files that would not otherwise
be tagged.  See [[#Tagging-add_002fremove|Tagging and adding and removing files]].
</p>
</dd>
<dt> <code>-b</code></dt>
<dd><p>Create a branch named <var>tag</var>.  See [[#Branching-and-merging|Branching and merging]].
</p>
</dd>
<dt> <code>-B</code></dt>
<dd><p>Used in conjunction with -F or -d, enables movement and deletion of
branch tags.  Use with extreme caution. 
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Tag revisions as of <var>date</var>.  See [[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]].
</p>
</dd>
<dt> <code>-d</code></dt>
<dd><p>Delete <var>tag</var>.  See [[#Modifying-tags|Deleting, moving, and renaming tags]].
</p>
</dd>
<dt> <code>-F</code></dt>
<dd><p>Move <var>tag</var> if it already exists.  See [[#Modifying-tags|Deleting, moving, and renaming tags]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Force a head revision match if tag/date not found.
See [[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-n</code></dt>
<dd><p>No execution of tag program.  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>rev</var></code></dt>
<dd><p>Tag existing tag <var>rev</var>.  See [[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]].
</p></dd>
</dl>

</dd>
<dt> <code>server</code></dt>
<dd><p>Rsh server.  See [[#Connecting-via-rsh|Connecting with rsh]].
</p>
</dd>
<dt> <code>status [<var>options</var>] <var>files</var>&hellip;</code></dt>
<dd><p>Display status information in a working directory.  See
[[#File-status|File status]].
</p>
<dl compact="compact">
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-v</code></dt>
<dd><p>Include tag information for file.  See [[#Tags|Tags&ndash;Symbolic revisions]].
</p></dd>
</dl>

</dd>
<dt> <code>tag [<var>options</var>] <var>tag</var> [<var>files</var>&hellip;]</code></dt>
<dd><p>Add a symbolic tag to checked out version of files.
See [[#Revisions|Revisions]] and [[#Branching-and-merging|Branching and merging]].
</p>
<dl compact="compact">
<dt> <code>-b</code></dt>
<dd><p>Create a branch named <var>tag</var>.  See [[#Branching-and-merging|Branching and merging]].
</p>
</dd>
<dt> <code>-c</code></dt>
<dd><p>Check that working files are unmodified.  See
[[#Tagging-the-working-directory|Specifying what to tag from the working directory]].
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Tag revisions as of <var>date</var>.  See [[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]].
</p>
</dd>
<dt> <code>-d</code></dt>
<dd><p>Delete <var>tag</var>.  See [[#Modifying-tags|Deleting, moving, and renaming tags]].
</p>
</dd>
<dt> <code>-F</code></dt>
<dd><p>Move <var>tag</var> if it already exists.  See [[#Modifying-tags|Deleting, moving, and renaming tags]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Force a head revision match if tag/date not found.
See [[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>rev</var></code></dt>
<dd><p>Tag existing tag <var>rev</var>.  See [[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]].
</p></dd>
</dl>

</dd>
<dt> <code>unedit [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Undo an edit command.  See [[#Editing-files|How to edit a file which is being watched]].
</p>
<dl compact="compact">
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p></dd>
</dl>

</dd>
<dt> <code>update [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>Bring work tree in sync with repository.  See
[[#update|update&mdash;Bring work tree in sync with repository]].
</p>
<dl compact="compact">
<dt> <code>-A</code></dt>
<dd><p>Reset any sticky tags/date/options.  See [[#Sticky-tags|Sticky tags]] and [[#Keyword-substitution|Keyword substitution]].
</p>
</dd>
<dt> <code>-C</code></dt>
<dd><p>Overwrite locally modified files with clean copies from
the repository (the modified file is saved in
&lsquo;<tt>.#<var>file</var>.<var>revision</var></tt>&rsquo;, however).
</p>
</dd>
<dt> <code>-D <var>date</var></code></dt>
<dd><p>Check out revisions as of <var>date</var> (is sticky).  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-d</code></dt>
<dd><p>Create directories.  See [[#update-options|update options]].
</p>
</dd>
<dt> <code>-f</code></dt>
<dd><p>Use head revision if tag/date not found.  See
[[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-I <var>ign</var></code></dt>
<dd><p>More files to ignore (! to reset).  See
[[#import-options|import options]].
</p>
</dd>
<dt> <code>-j <var>rev</var></code></dt>
<dd><p>Merge in changes.  See [[#update-options|update options]].
</p>
</dd>
<dt> <code>-k <var>kflag</var></code></dt>
<dd><p>Use <var>kflag</var> keyword expansion.  See
[[#Substitution-modes|Substitution modes]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-P</code></dt>
<dd><p>Prune empty directories.  See [[#Moving-directories|Moving and renaming directories]].
</p>
</dd>
<dt> <code>-p</code></dt>
<dd><p>Check out files to standard output (avoids
stickiness).  See [[#update-options|update options]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-r <var>tag</var></code></dt>
<dd><p>Checkout revision <var>tag</var> (is sticky).  See [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>-W <var>spec</var></code></dt>
<dd><p>More wrappers.  See [[#import-options|import options]].
</p></dd>
</dl>

</dd>
<dt> <code>version</code></dt>
<dd><div id="index-version-_0028subcommand_0029"></div>

<p>Display the version of <small>CVS</small> being used.  If the repository
is remote, display both the client and server versions.
</p>
</dd>
<dt> <code>watch [on|off|add|remove] [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd>
<p>on/off: turn on/off read-only checkouts of files.  See
[[#Setting-a-watch|Telling CVS to watch certain files]].
</p>
<p>add/remove: add or remove notification on actions.  See
[[#Getting-Notified|Telling CVS to notify you]].
</p>
<dl compact="compact">
<dt> <code>-a <var>actions</var></code></dt>
<dd><p>Specify actions for temporary watch, where
<var>actions</var> is <code>edit</code>, <code>unedit</code>,
<code>commit</code>, <code>all</code>, or <code>none</code>.  See
[[#Editing-files|How to edit a file which is being watched]].
</p>
</dd>
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p></dd>
</dl>

</dd>
<dt> <code>watchers [<var>options</var>] [<var>files</var>&hellip;]</code></dt>
<dd><p>See who is watching a file.  See [[#Watch-information|Information about who is watching and editing]].
</p>
<dl compact="compact">
<dt> <code>-l</code></dt>
<dd><p>Local; run only in current working directory.  See [[#Recursive-behavior|Recursive behavior]].
</p>
</dd>
<dt> <code>-R</code></dt>
<dd><p>Operate recursively (default).  See section [[#Recursive-behavior|Recursive behavior]].
</p></dd>
</dl>

</dd>
</dl>

<hr size="6">
<div id="Administrative-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Invoking-CVS| &lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Invoking-CVS| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Reference-manual-for-Administrative-files"></div>
== Reference manual for Administrative files ==
<div id="index-Administrative-files-_0028reference_0029"></div>
<div id="index-Files_002c-reference-manual"></div>
<div id="index-Reference-manual-_0028files_0029"></div>
<div id="index-CVSROOT-_0028file_0029"></div>

<p>Inside the repository, in the directory
&lsquo;<tt>$CVSROOT/CVSROOT</tt>&rsquo;, there are a number of
supportive files for <small>CVS</small>.  You can use <small>CVS</small> in a limited
fashion without any of them, but if they are set up
properly they can help make life easier.  For a
discussion of how to edit them, see [[#Intro-administrative-files|The administrative files]].
</p>
<p>The most important of these files is the &lsquo;<tt>modules</tt>&rsquo;
file, which defines the modules inside the repository.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#modules| modules]]::<nowiki>                     Defining modules
</nowiki>&bull;[[#Wrappers| Wrappers]]::<nowiki>                    Specify binary-ness based on file name
</nowiki>&bull;[[#commit-files| commit files]]::<nowiki>                The commit support files (commitinfo,
                                verifymsg, editinfo, loginfo)
</nowiki>&bull;[[#rcsinfo| rcsinfo]]::<nowiki>                     Templates for the log messages
</nowiki>&bull;[[#cvsignore| cvsignore]]::<nowiki>                   Ignoring files via cvsignore
</nowiki>&bull;[[#checkoutlist| checkoutlist]]::<nowiki>                Adding your own administrative files
</nowiki>&bull;[[#history-file| history file]]::<nowiki>                History information
</nowiki>&bull;[[#Variables| Variables]]::<nowiki>                   Various variables are expanded
</nowiki>&bull;[[#config| config]]::<nowiki>                      Miscellaneous CVS configuration
</nowiki></pre>
<hr size="6">
<div id="modules"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Administrative-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Alias-modules| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-modules-file"></div>
=== The modules file ===
<div id="index-Modules-_0028admin-file_0029"></div>
<div id="index-Defining-modules-_0028reference-manual_0029"></div>

<p>The &lsquo;<tt>modules</tt>&rsquo; file records your definitions of
names for collections of source code.  <small>CVS</small> will
use these definitions if you use <small>CVS</small> to update the
modules file (use normal commands like <code>add</code>,
<code>commit</code>, etc).
</p>
<p>The &lsquo;<tt>modules</tt>&rsquo; file may contain blank lines and
comments (lines beginning with &lsquo;<samp>#</samp>&rsquo;) as well as
module definitions.  Long lines can be continued on the
next line by specifying a backslash (&lsquo;<samp>\</samp>&rsquo;) as the
last character on the line.
</p>
<p>There are three basic types of modules: alias modules,
regular modules, and ampersand modules.  The difference
between them is the way that they map files in the
repository to files in the working directory.  In all
of the following examples, the top-level repository
contains a directory called &lsquo;<tt>first-dir</tt>&rsquo;, which
contains two files, &lsquo;<tt>file1</tt>&rsquo; and &lsquo;<tt>file2</tt>&rsquo;, and a
directory &lsquo;<tt>sdir</tt>&rsquo;.  &lsquo;<tt>first-dir/sdir</tt>&rsquo; contains
a file &lsquo;<tt>sfile</tt>&rsquo;.
</p>

<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Alias-modules| Alias modules]]::<nowiki>             The simplest kind of module
</nowiki>&bull;[[#Regular-modules| Regular modules]]::<nowiki>
</nowiki>&bull;[[#Ampersand-modules| Ampersand modules]]::<nowiki>
</nowiki>&bull;[[#Excluding-directories| Excluding directories]]::<nowiki>     Excluding directories from a module
</nowiki>&bull;[[#Module-options| Module options]]::<nowiki>            Regular and ampersand modules can take options
</nowiki>&bull;[[#Module-program-options| Module program options]]::<nowiki>    How the modules ``program options'' programs
                              are run. 
</nowiki></pre>
<hr size="6">
<div id="Alias-modules"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#modules| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Regular-modules| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Alias-modules-1"></div>
==== Alias modules ====
<div id="index-Alias-modules"></div>
<div id="index-_002da_002c-in-modules-file"></div>

<p>Alias modules are the simplest kind of module:
</p>
<dl compact="compact">
<dt> <code><var>mname</var> -a <var>aliases</var>&hellip;</code></dt>
<dd><p>This represents the simplest way of defining a module
<var>mname</var>.  The &lsquo;<samp>-a</samp>&rsquo; flags the definition as a
simple alias: <small>CVS</small> will treat any use of <var>mname</var> (as
a command argument) as if the list of names
<var>aliases</var> had been specified instead.
<var>aliases</var> may contain either other module names or
paths.  When you use paths in aliases, <code>checkout</code>
creates all intermediate directories in the working
directory, just as if the path had been specified
explicitly in the <small>CVS</small> arguments.
</p></dd>
</dl>

<p>For example, if the modules file contains:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>amodule -a first-dir
</nowiki></pre></td></tr></table>

<p>then the following two commands are equivalent:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs co amodule
$ cvs co first-dir
</nowiki></pre></td></tr></table>

<p>and they each would provide output such as:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs checkout: Updating first-dir
U first-dir/file1
U first-dir/file2
cvs checkout: Updating first-dir/sdir
U first-dir/sdir/sfile
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Regular-modules"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Alias-modules| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Ampersand-modules| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Regular-modules-1"></div>
==== Regular modules ====
<div id="index-Regular-modules"></div>

<dl compact="compact">
<dt> <code><var>mname</var> [ options ] <var>dir</var> [ <var>files</var>&hellip; ]</code></dt>
<dd><p>In the simplest case, this form of module definition
reduces to &lsquo;<samp><var>mname</var> <var>dir</var></samp>&rsquo;.  This defines
all the files in directory <var>dir</var> as module mname.
<var>dir</var> is a relative path (from <code>$CVSROOT</code>) to a
directory of source in the source repository.  In this
case, on checkout, a single directory called
<var>mname</var> is created as a working directory; no
intermediate directory levels are used by default, even
if <var>dir</var> was a path involving several directory
levels.
</p></dd>
</dl>

<p>For example, if a module is defined by:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>regmodule first-dir
</nowiki></pre></td></tr></table>

<p>then regmodule will contain the files from first-dir:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs co regmodule
cvs checkout: Updating regmodule
U regmodule/file1
U regmodule/file2
cvs checkout: Updating regmodule/sdir
U regmodule/sdir/sfile
$
</nowiki></pre></td></tr></table>

<p>By explicitly specifying files in the module definition
after <var>dir</var>, you can select particular files from
directory <var>dir</var>.  Here is
an example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>regfiles first-dir/sdir sfile
</nowiki></pre></td></tr></table>

<p>With this definition, getting the regfiles module
will create a single working directory
&lsquo;<tt>regfiles</tt>&rsquo; containing the file listed, which
comes from a directory deeper
in the <small>CVS</small> source repository:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs co regfiles
U regfiles/sfile
$
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Ampersand-modules"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Regular-modules| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Excluding-directories| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Ampersand-modules-1"></div>
==== Ampersand modules ====
<div id="index-Ampersand-modules"></div>
<div id="index-_0026_002c-in-modules-file"></div>

<p>A module definition can refer to other modules by
including &lsquo;<samp>&amp;<var>module</var></samp>&rsquo; in its definition.
</p><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki><var>mname</var> [ options ] <var>&amp;module</var>&hellip;
</nowiki></pre></td></tr></table>

<p>Then getting the module creates a subdirectory for each such
module, in the directory containing the module.  For
example, if modules contains
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ampermod &amp;first-dir
</nowiki></pre></td></tr></table>

<p>then a checkout will create an <code>ampermod</code> directory
which contains a directory called <code>first-dir</code>,
which in turns contains all the directories and files
which live there.  For example, the command
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs co ampermod
</nowiki></pre></td></tr></table>

<p>will create the following files:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ampermod/first-dir/file1
ampermod/first-dir/file2
ampermod/first-dir/sdir/sfile
</nowiki></pre></td></tr></table>

<p>There is one quirk/bug: the messages that <small>CVS</small>
prints omit the &lsquo;<tt>ampermod</tt>&rsquo;, and thus do not
correctly display the location to which it is checking
out the files:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>$ cvs co ampermod
cvs checkout: Updating first-dir
U first-dir/file1
U first-dir/file2
cvs checkout: Updating first-dir/sdir
U first-dir/sdir/sfile
$
</nowiki></pre></td></tr></table>

<p>Do not rely on this buggy behavior; it may get fixed in
a future release of <small>CVS</small>.
</p>

<hr size="6">
<div id="Excluding-directories"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Ampersand-modules| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Module-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Excluding-directories-1"></div>
==== Excluding directories ====
<div id="index-Excluding-directories_002c-in-modules-file"></div>
<div id="index-_0021_002c-in-modules-file"></div>

<p>An alias module may exclude particular directories from
other modules by using an exclamation mark (&lsquo;<samp>!</samp>&rsquo;)
before the name of each directory to be excluded.
</p>
<p>For example, if the modules file contains:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>exmodule -a !first-dir/sdir first-dir
</nowiki></pre></td></tr></table>

<p>then checking out the module &lsquo;<samp>exmodule</samp>&rsquo; will check
out everything in &lsquo;<samp>first-dir</samp>&rsquo; except any files in
the subdirectory &lsquo;<samp>first-dir/sdir</samp>&rsquo;.
</p>
<hr size="6">
<div id="Module-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Excluding-directories| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Module-program-options| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Module-options-1"></div>
==== Module options ====
<div id="index-Options_002c-in-modules-file"></div>

<p>Either regular modules or ampersand modules can contain
options, which supply additional information concerning
the module.
</p>
<dl compact="compact">
<dd><div id="index-_002dd_002c-in-modules-file"></div>
</dd>
<dt> <code>-d <var>name</var></code></dt>
<dd><p>Name the working directory something other than the
module name.
</p>
<div id="index-Export-program"></div>
<div id="index-_002de_002c-in-modules-file"></div>
</dd>
<dt> <code>-e <var>prog</var></code></dt>
<dd><p>Specify a program <var>prog</var> to run whenever files in a
module are exported.  <var>prog</var> runs with a single
argument, the module name.
</p>
<div id="index-Checkout-program"></div>
<div id="index-_002do_002c-in-modules-file"></div>
</dd>
<dt> <code>-o <var>prog</var></code></dt>
<dd><p>Specify a program <var>prog</var> to run whenever files in a
module are checked out.  <var>prog</var> runs with a single
argument, the module name.  See [[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]] for
information on how <var>prog</var> is called.
</p>
<div id="index-Status-of-a-module"></div>
<div id="index-Module-status"></div>
<div id="index-_002ds_002c-in-modules-file"></div>
</dd>
<dt> <code>-s <var>status</var></code></dt>
<dd><p>Assign a status to the module.  When the module file is
printed with &lsquo;<samp>cvs checkout -s</samp>&rsquo; the modules are
sorted according to primarily module status, and
secondarily according to the module name.  This option
has no other meaning.  You can use this option for
several things besides status: for instance, list the
person that is responsible for this module.
</p>
<div id="index-Tag-program"></div>
<div id="index-_002dt_002c-in-modules-file"></div>
</dd>
<dt> <code>-t <var>prog</var></code></dt>
<dd><p>Specify a program <var>prog</var> to run whenever files in a
module are tagged with <code>rtag</code>.  <var>prog</var> runs
with two arguments: the module name and the symbolic
tag specified to <code>rtag</code>.  It is not run
when <code>tag</code> is executed.  Generally you will find
that taginfo is a better solution (see section [[#user_002ddefined-logging|User-defined logging]]).
</p></dd>
</dl>

<p>You should also see see section [[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]] about how the
&ldquo;program options&rdquo; programs are run.
</p>

<hr size="6">
<div id="Module-program-options"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Module-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Wrappers| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#modules| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="How-the-modules-file-_0060_0060program-options_0027_0027-programs-are-run"></div>
==== How the modules file &ldquo;program options&rdquo; programs are run ====
<div id="index-Modules-file-program-options"></div>
<div id="index-_002dt_002c-in-modules-file-1"></div>
<div id="index-_002do_002c-in-modules-file-1"></div>
<div id="index-_002de_002c-in-modules-file-1"></div>

<p>For checkout, rtag, and export, the program is server-based, and as such the
following applies:-
</p>
<p>If using remote access methods (pserver, ext, etc.),
<small>CVS</small> will execute this program on the server from a temporary
directory. The path is searched for this program.
</p>
<p>If using &ldquo;local access&rdquo; (on a local or remote NFS file system, i.e.
repository set just to a path),
the program will be executed from the newly checked-out tree, if
found there, or alternatively searched for in the path if not.
</p>
<p>The programs are all run after the operation has effectively
completed.
</p>

<hr size="6">
<div id="Wrappers"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Module-program-options| &lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-files| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-cvswrappers-file"></div>
=== The cvswrappers file ===
<div id="index-cvswrappers-_0028admin-file_0029"></div>
<div id="index-CVSWRAPPERS_002c-environment-variable"></div>
<div id="index-Wrappers"></div>


<p>Wrappers refers to a <small>CVS</small> feature which lets you
control certain settings based on the name of the file
which is being operated on.  The settings are &lsquo;<samp>-k</samp>&rsquo;
for binary files, and &lsquo;<samp>-m</samp>&rsquo; for nonmergeable text
files.
</p>
<p>The &lsquo;<samp>-m</samp>&rsquo; option
specifies the merge methodology that should be used when
a non-binary file is updated.  <code>MERGE</code> means the usual
<small>CVS</small> behavior: try to merge the files.  <code>COPY</code>
means that <code>cvs update</code> will refuse to merge
files, as it also does for files specified as binary
with &lsquo;<samp>-kb</samp>&rsquo; (but if the file is specified as
binary, there is no need to specify &lsquo;<samp>-m 'COPY'</samp>&rsquo;).
<small>CVS</small> will provide the user with the
two versions of the files, and require the user using
mechanisms outside <small>CVS</small>, to insert any necessary
changes.
</p>
<p><strong>WARNING: do not use <code>COPY</code> with
<small>CVS</small> 1.9 or earlier - such versions of <small>CVS</small> will
copy one version of your file over the other, wiping
out the previous contents.</strong>
The &lsquo;<samp>-m</samp>&rsquo; wrapper option only affects behavior when
merging is done on update; it does not affect how files
are stored.  See [[#Binary-files|Handling binary files]], for more on
binary files.
</p>
<p>The basic format of the file &lsquo;<tt>cvswrappers</tt>&rsquo; is:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>wildcard     [option value][option value]...

where option is one of
-m           update methodology      value: MERGE or COPY
-k           keyword expansion       value: expansion mode

and value is a single-quote delimited value.
</nowiki></pre></td></tr></table>


<p>For example, the following command imports a
directory, treating files whose name ends in
&lsquo;<samp>.exe</samp>&rsquo; as binary:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs import -I ! -W &quot;*.exe -k 'b'&quot; first-dir vendortag reltag
</nowiki></pre></td></tr></table>


<hr size="6">
<div id="commit-files"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Wrappers| &lt; ]]|</td>
<td valign="middle" align="left">|[[#syntax| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-commit-support-files"></div>
=== The commit support files ===
<div id="index-Committing_002c-administrative-support-files"></div>

<p>The &lsquo;<samp>-i</samp>&rsquo; flag in the &lsquo;<tt>modules</tt>&rsquo; file can be
used to run a certain program whenever files are
committed (see section [[#modules|The modules file]]).  The files described in
this section provide other, more flexible, ways to run
programs whenever something is committed.
</p>
<p>There are three kind of programs that can be run on
commit.  They are specified in files in the repository,
as described below.  The following table summarizes the
file names and the purpose of the corresponding
programs.
</p>
<dl compact="compact">
<dt> &lsquo;<tt>commitinfo</tt>&rsquo;</dt>
<dd><p>The program is responsible for checking that the commit
is allowed.  If it exits with a non-zero exit status
the commit will be aborted.
</p>
</dd>
<dt> &lsquo;<tt>verifymsg</tt>&rsquo;</dt>
<dd><p>The specified program is used to evaluate the log message,
and possibly verify that it contains all required
fields.  This is most useful in combination with the
&lsquo;<tt>rcsinfo</tt>&rsquo; file, which can hold a log message
template (see section [[#rcsinfo|Rcsinfo]]).
</p>
</dd>
<dt> &lsquo;<tt>editinfo</tt>&rsquo;</dt>
<dd><p>The specified program is used to edit the log message,
and possibly verify that it contains all required
fields.  This is most useful in combination with the
&lsquo;<tt>rcsinfo</tt>&rsquo; file, which can hold a log message
template (see section [[#rcsinfo|Rcsinfo]]).  (obsolete)
</p>
</dd>
<dt> &lsquo;<tt>loginfo</tt>&rsquo;</dt>
<dd><p>The specified program is called when the commit is
complete.  It receives the log message and some
additional information and can store the log message in
a file, or mail it to appropriate persons, or maybe
post it to a local newsgroup, or&hellip;  Your
imagination is the limit!
</p></dd>
</dl>

<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#syntax| syntax]]::<nowiki>                      The common syntax
</nowiki>&bull;[[#commitinfo| commitinfo]]::<nowiki>                  Pre-commit checking
</nowiki>&bull;[[#verifymsg| verifymsg]]::<nowiki>                   How are log messages evaluated?
</nowiki>&bull;[[#editinfo| editinfo]]::<nowiki>                    Specifying how log messages are created
                                (obsolete)
</nowiki>&bull;[[#loginfo| loginfo]]::<nowiki>                     Where should log messages be sent?
</nowiki></pre>
<hr size="6">
<div id="syntax"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#commit-files| &lt; ]]|</td>
<td valign="middle" align="left">|[[#commitinfo| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-common-syntax"></div>
==== The common syntax ====
<div id="index-Info-files-_0028syntax_0029"></div>
<div id="index-Syntax-of-info-files"></div>
<div id="index-Common-syntax-of-info-files"></div>


<p>The administrative files such as &lsquo;<tt>commitinfo</tt>&rsquo;,
&lsquo;<tt>loginfo</tt>&rsquo;, &lsquo;<tt>rcsinfo</tt>&rsquo;, &lsquo;<tt>verifymsg</tt>&rsquo;, etc.,
all have a common format.  The purpose of the files are
described later on.  The common syntax is described
here.
</p>
<div id="index-Regular-expression-syntax"></div>
<p>Each line contains the following:
</p><ul>
<li>
A regular expression.  This is a basic regular
expression in the syntax used by GNU emacs.

</li><li>
A whitespace separator&mdash;one or more spaces and/or tabs.

</li><li>
A file name or command-line template.
</li></ul>

<p>Blank lines are ignored.  Lines that start with the
character &lsquo;<samp>#</samp>&rsquo; are treated as comments.  Long lines
unfortunately can <em>not</em> be broken in two parts in
any way.
</p>
<p>The first regular expression that matches the current
directory name in the repository is used.  The rest of the line
is used as a file name or command-line as appropriate.
</p>

<hr size="6">
<div id="commitinfo"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#syntax| &lt; ]]|</td>
<td valign="middle" align="left">|[[#verifymsg| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Commitinfo"></div>
==== Commitinfo ====
<div id="index-commitinfo"></div>
<div id="index-Commits_002c-precommit-verification-of"></div>
<div id="index-Precommit-checking"></div>

<p>The &lsquo;<tt>commitinfo</tt>&rsquo; file defines programs to execute
whenever &lsquo;<samp>cvs commit</samp>&rsquo; is about to execute.  These
programs are used for pre-commit checking to verify
that the modified, added and removed files are really
ready to be committed.  This could be used, for
instance, to verify that the changed files conform to
to your site&rsquo;s standards for coding practice.
</p>
<p>As mentioned earlier, each line in the
&lsquo;<tt>commitinfo</tt>&rsquo; file consists of a regular expression
and a command-line template.  The template can include
a program name and any number of arguments you wish to
supply to it.  The full path to the current source
repository is appended to the template, followed by the
file names of any files involved in the commit (added,
removed, and modified files).
</p>
<div id="index-Exit-status_002c-of-commitinfo"></div>
<p>The first line with a regular expression matching the
directory within the repository will be used.  If the
command returns a non-zero exit status the commit will
be aborted.
</p>
<div id="index-DEFAULT-in-commitinfo"></div>
<p>If the repository name does not match any of the
regular expressions in this file, the &lsquo;<samp>DEFAULT</samp>&rsquo;
line is used, if it is specified.
</p>
<div id="index-ALL-in-commitinfo"></div>
<p>All occurrences of the name &lsquo;<samp>ALL</samp>&rsquo; appearing as a
regular expression are used in addition to the first
matching regular expression or the name &lsquo;<samp>DEFAULT</samp>&rsquo;.
</p>
<div id="index-commitinfo_002c-working-directory"></div>
<div id="index-commitinfo_002c-command-environment"></div>
<p>The command will be run in the root of the workspace
containing the new versions of any files the user would like
to modify (commit), <em>or in a copy of the workspace on
the server (see section [[#Remote-repositories|Remote repositories]])</em>.  If a file is
being removed, there will be no copy of the file under the
current directory.  If a file is being added, there will be
no corresponding archive file in the repository unless the
file is being resurrected.
</p>
<p>Note that both the repository directory and the corresponding
Attic (see section [[#Attic|The attic]]) directory may need to be checked to
locate the archive file corresponding to any given file being
committed.  Much of the information about the specific commit
request being made, including the destination branch, commit
message, and command line options specified, is not available
to the command.
</p>

<hr size="6">
<div id="verifymsg"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#commitinfo| &lt; ]]|</td>
<td valign="middle" align="left">|[[#editinfo| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Verifying-log-messages"></div>
==== Verifying log messages ====
<div id="index-verifymsg-_0028admin-file_0029"></div>
<div id="index-Log-message_002c-verifying"></div>

<p>Once you have entered a log message, you can evaluate
that message to check for specific content, such as
a bug ID.  Use the &lsquo;<tt>verifymsg</tt>&rsquo; file to
specify a program that is used to verify the log message.
This program could be a simple script that checks
that the entered message contains the required fields.
</p>
<p>The &lsquo;<tt>verifymsg</tt>&rsquo; file is often most useful together
with the &lsquo;<tt>rcsinfo</tt>&rsquo; file, which can be used to
specify a log message template.
</p>
<p>Each line in the &lsquo;<tt>verifymsg</tt>&rsquo; file consists of a
regular expression and a command-line template.  The
template must include a program name, and can include
any number of arguments.  The full path to the current
log message template file is appended to the template.
</p>
<p>One thing that should be noted is that the &lsquo;<samp>ALL</samp>&rsquo;
keyword is not supported.  If more than one matching
line is found, the first one is used.  This can be
useful for specifying a default verification script in a
directory, and then overriding it in a subdirectory.
</p>
<div id="index-DEFAULT-in-verifymsg"></div>
<p>If the repository name does not match any of the
regular expressions in this file, the &lsquo;<samp>DEFAULT</samp>&rsquo;
line is used, if it is specified.
</p>
<div id="index-Exit-status_002c-of-verifymsg"></div>
<p>If the verification script exits with a non-zero exit status,
the commit is aborted.
</p>
<div id="index-verifymsg_002c-changing-the-log-message"></div>
<p>In the default configuration, CVS allows the
verification script to change the log message. This is
controlled via the RereadLogAfterVerify CVSROOT/config
option.
</p>
<p>When &lsquo;<samp>RereadLogAfterVerify=always</samp>&rsquo; or
&lsquo;<samp>RereadLogAfterVerify=stat</samp>&rsquo;, the log message will
either always be reread after the verification script
is run or reread only if the log message file status
has changed.
</p>
<p>See section [[#config|The CVSROOT/config configuration file]], for more on CVSROOT/config options.
</p>
<p>It is NOT a good idea for a &lsquo;<tt>verifymsg</tt>&rsquo; script to
interact directly with the user in the various
client/server methods. For the <code>pserver</code> method,
there is no protocol support for communicating between
&lsquo;<tt>verifymsg</tt>&rsquo; and the client on the remote end. For the
<code>ext</code> and <code>server</code> methods, it is possible
for CVS to become confused by the characters going
along the same channel as the CVS protocol
messages. See [[#Remote-repositories|Remote repositories]], for more
information on client/server setups.  In addition, at the time
the &lsquo;<tt>verifymsg</tt>&rsquo; script runs, the CVS
server has locks in place in the repository.  If control is
returned to the user here then other users may be stuck waiting
for access to the repository.
</p>
<p>This option can be useful if you find yourself using an
rcstemplate that needs to be modified to remove empty
elements or to fill in default values.  It can also be
useful if the rcstemplate has changed in the repository
and the CVS/Template was not updated, but is able to be
adapted to the new format by the verification script
that is run by &lsquo;<tt>verifymsg</tt>&rsquo;.
</p>
<p>An example of an update might be to change all
occurrences of &rsquo;BugId:&rsquo; to be &rsquo;DefectId:&rsquo; (which can be
useful if the rcstemplate has recently been changed and
there are still checked-out user trees with cached
copies in the CVS/Template file of the older version).
</p>
<p>Another example of an update might be to delete a line
that contains &rsquo;BugID: none&rsquo; from the log message after
validation of that value as being allowed is made.
</p>
<p>The following is a little silly example of a
&lsquo;<tt>verifymsg</tt>&rsquo; file, together with the corresponding
&lsquo;<tt>rcsinfo</tt>&rsquo; file, the log message template and an
verification  script.  We begin with the log message template.
We want to always record a bug-id number on the first
line of the log message.  The rest of log message is
free text.  The following template is found in the file
&lsquo;<tt>/usr/cvssupport/tc.template</tt>&rsquo;.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>BugId:
</nowiki></pre></td></tr></table>

<p>The script &lsquo;<tt>/usr/cvssupport/bugid.verify</tt>&rsquo; is used to
evaluate the log message.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#!/bin/sh
#
#       bugid.verify filename
#
#  Verify that the log message contains a valid bugid
#  on the first line.
#
if head -1 &lt; $1 | grep '^BugId:[ ]*[0-9][0-9]*$' &gt; /dev/null; then
    exit 0
elif head -1 &lt; $1 | grep '^BugId:[ ]*none$' &gt; /dev/null; then
    # It is okay to allow commits with 'BugId: none',
    # but do not put that text into the real log message.
    grep -v '^BugId:[ ]*none$' &gt; $1.rewrite
    mv $1.rewrite $1
    exit 0
else
    echo &quot;No BugId found.&quot;
    exit 1
fi
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>verifymsg</tt>&rsquo; file contains this line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>^tc     /usr/cvssupport/bugid.verify
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>rcsinfo</tt>&rsquo; file contains this line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>^tc     /usr/cvssupport/tc.template
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>config</tt>&rsquo; file contains this line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>RereadLogAfterVerify=always
</nowiki></pre></td></tr></table>



<hr size="6">
<div id="editinfo"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#verifymsg| &lt; ]]|</td>
<td valign="middle" align="left">|[[#editinfo-example| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Editinfo"></div>
==== Editinfo ====
<div id="index-editinfo-_0028admin-file_0029"></div>
<div id="index-Editor_002c-specifying-per-module"></div>
<div id="index-Per_002dmodule-editor"></div>
<div id="index-Log-messages_002c-editing"></div>

<p><strong>Note: The &lsquo;<tt>editinfo</tt>&rsquo; feature has been
rendered obsolete.  To set a default editor for log
messages use the <code>CVSEDITOR</code>, <code>EDITOR</code> environment variables
(see section [[#Environment-variables|All environment variables which affect CVS]]) or the &lsquo;<samp>-e</samp>&rsquo; global
option (see section [[#Global-options|Global options]]).  See [[#verifymsg|Verifying log messages]],
for information on the use of the &lsquo;<tt>verifymsg</tt>&rsquo;
feature for evaluating log messages.</strong>
</p>
<p>If you want to make sure that all log messages look the
same way, you can use the &lsquo;<tt>editinfo</tt>&rsquo; file to
specify a program that is used to edit the log message.
This program could be a custom-made editor that always
enforces a certain style of the log message, or maybe a
simple shell script that calls an editor, and checks
that the entered message contains the required fields.
</p>
<p>If no matching line is found in the &lsquo;<tt>editinfo</tt>&rsquo;
file, the editor specified in the environment variable
<code>$CVSEDITOR</code> is used instead.  If that variable is
not set, then the environment variable <code>$EDITOR</code>
is used instead.  If that variable is not
set a default will be used.  See [[#Committing-your-changes|Committing your changes]].
</p>
<p>The &lsquo;<tt>editinfo</tt>&rsquo; file is often most useful together
with the &lsquo;<tt>rcsinfo</tt>&rsquo; file, which can be used to
specify a log message template.
</p>
<p>Each line in the &lsquo;<tt>editinfo</tt>&rsquo; file consists of a
regular expression and a command-line template.  The
template must include a program name, and can include
any number of arguments.  The full path to the current
log message template file is appended to the template.
</p>
<p>One thing that should be noted is that the &lsquo;<samp>ALL</samp>&rsquo;
keyword is not supported.  If more than one matching
line is found, the first one is used.  This can be
useful for specifying a default edit script in a
module, and then overriding it in a subdirectory.
</p>
<div id="index-DEFAULT-in-editinfo"></div>
<p>If the repository name does not match any of the
regular expressions in this file, the &lsquo;<samp>DEFAULT</samp>&rsquo;
line is used, if it is specified.
</p>
<p>If the edit script exits with a non-zero exit status,
the commit is aborted.
</p>
<p>Note: when <small>CVS</small> is accessing a remote repository,
or when the &lsquo;<samp>-m</samp>&rsquo; or &lsquo;<samp>-F</samp>&rsquo; options to <code>cvs
commit</code> are used, &lsquo;<tt>editinfo</tt>&rsquo; will not be consulted.
There is no good workaround for this; use
&lsquo;<tt>verifymsg</tt>&rsquo; instead.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#editinfo-example| editinfo example]]::<nowiki>            Editinfo example
</nowiki></pre>
<hr size="6">
<div id="editinfo-example"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#editinfo| &lt; ]]|</td>
<td valign="middle" align="left">|[[#loginfo| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#editinfo| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Editinfo-example"></div>
===== Editinfo example =====

<p>The following is a little silly example of a
&lsquo;<tt>editinfo</tt>&rsquo; file, together with the corresponding
&lsquo;<tt>rcsinfo</tt>&rsquo; file, the log message template and an
editor script.  We begin with the log message template.
We want to always record a bug-id number on the first
line of the log message.  The rest of log message is
free text.  The following template is found in the file
&lsquo;<tt>/usr/cvssupport/tc.template</tt>&rsquo;.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>BugId:
</nowiki></pre></td></tr></table>

<p>The script &lsquo;<tt>/usr/cvssupport/bugid.edit</tt>&rsquo; is used to
edit the log message.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#!/bin/sh
#
#       bugid.edit filename
#
#  Call $EDITOR on FILENAME, and verify that the
#  resulting file contains a valid bugid on the first
#  line.
if [ &quot;x$EDITOR&quot; = &quot;x&quot; ]; then EDITOR=vi; fi
if [ &quot;x$CVSEDITOR&quot; = &quot;x&quot; ]; then CVSEDITOR=$EDITOR; fi
$CVSEDITOR $1
until head -1|grep '^BugId:[ ]*[0-9][0-9]*$' &lt; $1
do  echo -n  &quot;No BugId found.  Edit again? ([y]/n)&quot;
    read ans
    case ${ans} in
        n*) exit 1;;
    esac
    $CVSEDITOR $1
done
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>editinfo</tt>&rsquo; file contains this line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>^tc     /usr/cvssupport/bugid.edit
</nowiki></pre></td></tr></table>

<p>The &lsquo;<tt>rcsinfo</tt>&rsquo; file contains this line:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>^tc     /usr/cvssupport/tc.template
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="loginfo"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#editinfo-example| &lt; ]]|</td>
<td valign="middle" align="left">|[[#loginfo-example| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#commit-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Loginfo"></div>
==== Loginfo ====
<div id="index-loginfo-_0028admin-file_0029"></div>
<div id="index-Storing-log-messages"></div>
<div id="index-Mailing-log-messages"></div>
<div id="index-Distributing-log-messages"></div>
<div id="index-Log-messages"></div>

<p>The &lsquo;<tt>loginfo</tt>&rsquo; file is used to control where
&lsquo;<samp>cvs commit</samp>&rsquo; log information is sent.  The first
entry on a line is a regular expression which is tested
against the directory that the change is being made to,
relative to the <code>$CVSROOT</code>.  If a match is found, then
the remainder of the line is a filter program that
should expect log information on its standard input.
</p>
<p>If the repository name does not match any of the
regular expressions in this file, the &lsquo;<samp>DEFAULT</samp>&rsquo;
line is used, if it is specified.
</p>
<p>All occurrences of the name &lsquo;<samp>ALL</samp>&rsquo; appearing as a
regular expression are used in addition to the first
matching regular expression or &lsquo;<samp>DEFAULT</samp>&rsquo;.
</p>
<p>The first matching regular expression is used.
</p>
<p>See section [[#commit-files|The commit support files]], for a description of the syntax of
the &lsquo;<tt>loginfo</tt>&rsquo; file.
</p>
<p>The user may specify a format string as
part of the filter.  The string is composed of a
&lsquo;<samp>%</samp>&rsquo; followed by a space, or followed by a single
format character, or followed by a set of format
characters surrounded by &lsquo;<samp>{</samp>&rsquo; and &lsquo;<samp>}</samp>&rsquo; as
separators.  The format characters are:
</p>
<dl compact="compact">
<dt> <tt>s</tt></dt>
<dd><p>file name
</p></dd>
<dt> <tt>V</tt></dt>
<dd><p>old version number (pre-checkin)
</p></dd>
<dt> <tt>v</tt></dt>
<dd><p>new version number (post-checkin)
</p></dd>
</dl>

<p>All other characters that appear in a format string
expand to an empty field (commas separating fields are
still provided).
</p>
<p>For example, some valid format strings are &lsquo;<samp>%</samp>&rsquo;,
&lsquo;<samp>%s</samp>&rsquo;, &lsquo;<samp>%{s}</samp>&rsquo;, and &lsquo;<samp>%{sVv}</samp>&rsquo;.
</p>
<p>The output will be a space separated string of tokens enclosed in
quotation marks (<tt>&quot;</tt>).
Any embedded dollar signs (<tt>$</tt>), backticks (<tt>&lsquo;</tt>),
backslashes (<tt>\</tt>), or quotation marks will be preceded
by a backslash (this allows the shell to correctly parse it
as a single string, regardless of the characters it contains).
For backwards compatibility, the first
token will be the repository subdirectory.  The rest of the
tokens will be comma-delimited lists of the information
requested in the format string.  For example, if
&lsquo;<samp>/u/src/master/yoyodyne/tc</samp>&rsquo; is the repository, &lsquo;<samp>%{sVv}</samp>&rsquo;
is the format string, and three files (<tt>ChangeLog</tt>,
<tt>Makefile</tt>, <tt>foo.c</tt>) were modified, the output
might be:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>&quot;yoyodyne/tc ChangeLog,1.1,1.2 Makefile,1.3,1.4 foo.c,1.12,1.13&quot;
</nowiki></pre></td></tr></table>

<p>As another example, &lsquo;<samp>%{}</samp>&rsquo; means that only the
name of the repository will be generated.
</p>
<p>Note: when <small>CVS</small> is accessing a remote repository,
&lsquo;<tt>loginfo</tt>&rsquo; will be run on the <em>remote</em>
(i.e., server) side, not the client side (see section [[#Remote-repositories|Remote repositories]]).
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#loginfo-example| loginfo example]]::<nowiki>             Loginfo example
</nowiki>&bull;[[#Keeping-a-checked-out-copy| Keeping a checked out copy]]::<nowiki>  Updating a tree on every checkin
</nowiki></pre>
<hr size="6">
<div id="loginfo-example"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#loginfo| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Keeping-a-checked-out-copy| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#loginfo| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Loginfo-example"></div>
===== Loginfo example =====

<p>The following &lsquo;<tt>loginfo</tt>&rsquo; file, together with the
tiny shell-script below, appends all log messages
to the file &lsquo;<tt>$CVSROOT/CVSROOT/commitlog</tt>&rsquo;,
and any commits to the administrative files (inside
the &lsquo;<tt>CVSROOT</tt>&rsquo; directory) are also logged in
&lsquo;<tt>/usr/adm/cvsroot-log</tt>&rsquo;.
Commits to the &lsquo;<tt>prog1</tt>&rsquo; directory are mailed to <tt>ceder</tt>.
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ALL             /usr/local/bin/cvs-log $CVSROOT/CVSROOT/commitlog $USER
^CVSROOT        /usr/local/bin/cvs-log /usr/adm/cvsroot-log
^prog1          Mail -s %s ceder
</nowiki></pre></td></tr></table>

<p>The shell-script &lsquo;<tt>/usr/local/bin/cvs-log</tt>&rsquo; looks
like this:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#!/bin/sh
(echo &quot;------------------------------------------------------&quot;;
 echo -n $2&quot;  &quot;;
 date;
 echo;
 cat) &gt;&gt; $1
</nowiki></pre></td></tr></table>

<hr size="6">
<div id="Keeping-a-checked-out-copy"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#loginfo-example| &lt; ]]|</td>
<td valign="middle" align="left">|[[#rcsinfo| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#loginfo| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Keeping-a-checked-out-copy-1"></div>
===== Keeping a checked out copy =====

<div id="index-Keeping-a-checked-out-copy"></div>
<div id="index-Checked-out-copy_002c-keeping"></div>
<div id="index-Web-pages_002c-maintaining-with-CVS"></div>

<p>It is often useful to maintain a directory tree which
contains files which correspond to the latest version
in the repository.  For example, other developers might
want to refer to the latest sources without having to
check them out, or you might be maintaining a web site
with <small>CVS</small> and want every checkin to cause the files
used by the web server to be updated.
</p>
<p>The way to do this is by having loginfo invoke
<code>cvs update</code>.  Doing so in the naive way will
cause a problem with locks, so the <code>cvs update</code>
must be run in the background.
Here is an example for unix (this should all be on one line):
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>^cyclic-pages		(date; cat; (sleep 2; cd /u/www/local-docs;
 cvs -q update -d) &amp;) &gt;&gt; $CVSROOT/CVSROOT/updatelog 2&gt;&amp;1
</nowiki></pre></td></tr></table>

<p>This will cause checkins to repository directories
starting with <code>cyclic-pages</code> to update the checked
out tree in &lsquo;<tt>/u/www/local-docs</tt>&rsquo;.
</p>
<hr size="6">
<div id="rcsinfo"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Keeping-a-checked-out-copy| &lt; ]]|</td>
<td valign="middle" align="left">|[[#cvsignore| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Rcsinfo"></div>
=== Rcsinfo ===
<div id="index-rcsinfo-_0028admin-file_0029"></div>
<div id="index-Form-for-log-message"></div>
<div id="index-Log-message-template"></div>
<div id="index-Template-for-log-message"></div>

<p>The &lsquo;<tt>rcsinfo</tt>&rsquo; file can be used to specify a form to
edit when filling out the commit log.  The
&lsquo;<tt>rcsinfo</tt>&rsquo; file has a syntax similar to the
&lsquo;<tt>verifymsg</tt>&rsquo;, &lsquo;<tt>commitinfo</tt>&rsquo; and &lsquo;<tt>loginfo</tt>&rsquo;
files.  See section [[#syntax|The common syntax]].  Unlike the other files the second
part is <em>not</em> a command-line template.  Instead,
the part after the regular expression should be a full pathname to
a file containing the log message template.
</p>
<p>If the repository name does not match any of the
regular expressions in this file, the &lsquo;<samp>DEFAULT</samp>&rsquo;
line is used, if it is specified.
</p>
<p>All occurrences of the name &lsquo;<samp>ALL</samp>&rsquo; appearing as a
regular expression are used in addition to the first
matching regular expression or &lsquo;<samp>DEFAULT</samp>&rsquo;.
</p>
<p>The log message template will be used as a default log
message.  If you specify a log message with &lsquo;<samp>cvs
commit -m <var>message</var></samp>&rsquo; or &lsquo;<samp>cvs commit -f
<var>file</var></samp>&rsquo; that log message will override the
template.
</p>
<p>See section [[#verifymsg|Verifying log messages]], for an example &lsquo;<tt>rcsinfo</tt>&rsquo;
file.
</p>
<p>When <small>CVS</small> is accessing a remote repository,
the contents of &lsquo;<tt>rcsinfo</tt>&rsquo; at the time a directory
is first checked out will specify a template. This
template will be updated on all &lsquo;<samp>cvs update</samp>&rsquo;
commands. It will also be added to new directories
added with a &lsquo;<samp>cvs add new-directry</samp>&rsquo; command.
In versions of <small>CVS</small> prior to version 1.12, the
&lsquo;<tt>CVS/Template</tt>&rsquo; file was not updated. If the
<small>CVS</small> server is at version 1.12 or higher an older
client may be used and the &lsquo;<tt>CVS/Template</tt>&rsquo; will
be updated from the server.
</p>
<hr size="6">
<div id="cvsignore"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#rcsinfo| &lt; ]]|</td>
<td valign="middle" align="left">|[[#checkoutlist| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Ignoring-files-via-cvsignore"></div>
=== Ignoring files via cvsignore ===
<div id="index-cvsignore-_0028admin-file_0029_002c-global"></div>
<div id="index-Global-cvsignore"></div>
<div id="index-Ignoring-files"></div>

<p>There are certain file names that frequently occur
inside your working copy, but that you don&rsquo;t want to
put under <small>CVS</small> control.  Examples are all the object
files that you get while you compile your sources.
Normally, when you run &lsquo;<samp>cvs update</samp>&rsquo;, it prints a
line for each file it encounters that it doesn&rsquo;t know
about (see section [[#update-output|update output]]).
</p>
<p><small>CVS</small> has a list of files (or sh(1) file name patterns)
that it should ignore while running <code>update</code>,
<code>import</code> and <code>release</code>.
This list is constructed in the following way.
</p>
<ul>
<li>
The list is initialized to include certain file name
patterns: names associated with <small>CVS</small>
administration, or with other common source control
systems; common names for patch files, object files,
archive files, and editor backup files; and other names
that are usually artifacts of assorted utilities.
Currently, the default list of ignored file name
patterns is:

<div id="index-Ignored-files"></div>
<div id="index-Automatically-ignored-files"></div>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>    RCS     SCCS    CVS     CVS.adm
    RCSLOG  cvslog.*
    tags    TAGS
    .make.state     .nse_depinfo
    *~      #*      .#*     ,*      _$*     *$
    *.old   *.bak   *.BAK   *.orig  *.rej   .del-*
    *.a     *.olb   *.o     *.obj   *.so    *.exe
    *.Z     *.elc   *.ln
    core
</nowiki></pre></td></tr></table>

</li><li>
The per-repository list in
&lsquo;<tt>$CVSROOT/CVSROOT/cvsignore</tt>&rsquo; is appended to
the list, if that file exists.

</li><li>
The per-user list in &lsquo;<tt>.cvsignore</tt>&rsquo; in your home
directory is appended to the list, if it exists.

</li><li>
Any entries in the environment variable
<code>$CVSIGNORE</code> is appended to the list.

</li><li>
Any &lsquo;<samp>-I</samp>&rsquo; options given to <small>CVS</small> is appended.

</li><li>
As <small>CVS</small> traverses through your directories, the contents
of any &lsquo;<tt>.cvsignore</tt>&rsquo; will be appended to the list.
The patterns found in &lsquo;<tt>.cvsignore</tt>&rsquo; are only valid
for the directory that contains them, not for
any sub-directories.
</li></ul>

<p>In any of the 5 places listed above, a single
exclamation mark (&lsquo;<samp>!</samp>&rsquo;) clears the ignore list.
This can be used if you want to store any file which
normally is ignored by <small>CVS</small>.
</p>
<p>Specifying &lsquo;<samp>-I !</samp>&rsquo; to <code>cvs import</code> will import
everything, which is generally what you want to do if
you are importing files from a pristine distribution or
any other source which is known to not contain any
extraneous files.  However, looking at the rules above
you will see there is a fly in the ointment; if the
distribution contains any &lsquo;<tt>.cvsignore</tt>&rsquo; files, then
the patterns from those files will be processed even if
&lsquo;<samp>-I !</samp>&rsquo; is specified.  The only workaround is to
remove the &lsquo;<tt>.cvsignore</tt>&rsquo; files in order to do the
import.  Because this is awkward, in the future
&lsquo;<samp>-I !</samp>&rsquo; might be modified to override
&lsquo;<tt>.cvsignore</tt>&rsquo; files in each directory.
</p>
<p>Note that the syntax of the ignore files consists of a
series of lines, each of which contains a space
separated list of filenames.  This offers no clean way
to specify filenames which contain spaces, but you can
use a workaround like &lsquo;<tt>foo?bar</tt>&rsquo; to match a file
named &lsquo;<tt>foo bar</tt>&rsquo; (it also matches &lsquo;<tt>fooxbar</tt>&rsquo;
and the like).  Also note that there is currently no
way to specify comments.
</p>
<hr size="6">
<div id="checkoutlist"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#cvsignore| &lt; ]]|</td>
<td valign="middle" align="left">|[[#history-file| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-checkoutlist-file"></div>
=== The checkoutlist file ===
<div id="index-checkoutlist"></div>

<p>It may be helpful to use <small>CVS</small> to maintain your own
files in the &lsquo;<tt>CVSROOT</tt>&rsquo; directory.  For example,
suppose that you have a script &lsquo;<tt>logcommit.pl</tt>&rsquo;
which you run by including the following line in the
&lsquo;<tt>commitinfo</tt>&rsquo; administrative file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>ALL   $CVSROOT/CVSROOT/logcommit.pl
</nowiki></pre></td></tr></table>

<p>To maintain &lsquo;<tt>logcommit.pl</tt>&rsquo; with <small>CVS</small> you would
add the following line to the &lsquo;<tt>checkoutlist</tt>&rsquo;
administrative file:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>logcommit.pl
</nowiki></pre></td></tr></table>

<p>The format of &lsquo;<tt>checkoutlist</tt>&rsquo; is one line for each
file that you want to maintain using <small>CVS</small>, giving
the name of the file.
</p>
<p>After setting up &lsquo;<tt>checkoutlist</tt>&rsquo; in this fashion,
the files listed there will function just like
<small>CVS</small>&rsquo;s built-in administrative files.  For example,
when checking in one of the files you should get a
message such as:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs commit: Rebuilding administrative file database
</nowiki></pre></td></tr></table>

<p>and the checked out copy in the &lsquo;<tt>CVSROOT</tt>&rsquo;
directory should be updated.
</p>
<p>Note that listing &lsquo;<tt>passwd</tt>&rsquo; (see section [[#Password-authentication-server|Setting up the server for password authentication]]) in &lsquo;<tt>checkoutlist</tt>&rsquo; is not
recommended for security reasons.
</p>
<p>For information about keeping a checkout out copy in a
more general context than the one provided by
&lsquo;<tt>checkoutlist</tt>&rsquo;, see [[#Keeping-a-checked-out-copy|Keeping a checked out copy]].
</p>
<hr size="6">
<div id="history-file"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#checkoutlist| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Variables| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-history-file"></div>
=== The history file ===
<div id="index-History-file"></div>
<div id="index-Log-information_002c-saving"></div>

<p>The file &lsquo;<tt>$CVSROOT/CVSROOT/history</tt>&rsquo; is used
to log information for the <code>history</code> command
(see section [[#history|history&mdash;Show status of files and users]]).  This file must be created to turn
on logging.  This is done automatically if the
<code>cvs init</code> command is used to set up the
repository (see section [[#Creating-a-repository|Creating a repository]]).
</p>
<p>The file format of the &lsquo;<tt>history</tt>&rsquo; file is
documented only in comments in the <small>CVS</small> source
code, but generally programs should use the <code>cvs
history</code> command to access it anyway, in case the
format changes with future releases of <small>CVS</small>.
</p>
<hr size="6">
<div id="Variables"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#history-file| &lt; ]]|</td>
<td valign="middle" align="left">|[[#config| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Expansions-in-administrative-files"></div>
=== Expansions in administrative files ===
<div id="index-Internal-variables"></div>
<div id="index-Variables"></div>

<p>Sometimes in writing an administrative file, you might
want the file to be able to know various things based
on environment <small>CVS</small> is running in.  There are
several mechanisms to do that.
</p>
<p>To find the home directory of the user running <small>CVS</small>
(from the <code>HOME</code> environment variable), use
&lsquo;<samp>~</samp>&rsquo; followed by &lsquo;<samp>/</samp>&rsquo; or the end of the line.
Likewise for the home directory of <var>user</var>, use
&lsquo;<samp>~<var>user</var></samp>&rsquo;.  These variables are expanded on
the server machine, and don&rsquo;t get any reasonable
expansion if pserver (see section [[#Password-authenticated|Direct connection with password authentication]])
is in use; therefore user variables (see below) may be
a better choice to customize behavior based on the user
running <small>CVS</small>.
</p>
<p>One may want to know about various pieces of
information internal to <small>CVS</small>.  A <small>CVS</small> internal
variable has the syntax <code>${<var>variable</var>}</code>,
where <var>variable</var> starts with a letter and consists
of alphanumeric characters and &lsquo;<samp>_</samp>&rsquo;.  If the
character following <var>variable</var> is a
non-alphanumeric character other than &lsquo;<samp>_</samp>&rsquo;, the
&lsquo;<samp>{</samp>&rsquo; and &lsquo;<samp>}</samp>&rsquo; can be omitted.  The <small>CVS</small>
internal variables are:
</p>
<dl compact="compact">
<dt> <code>CVSROOT</code></dt>
<dd><div id="index-CVSROOT_002c-internal-variable"></div>
<p>This is the absolute path to the current <small>CVS</small> root directory.
See section [[#Repository|The Repository]], for a description of the various
ways to specify this, but note that the internal
variable contains just the directory and not any
of the access method information.
</p>
</dd>
<dt> <code>RCSBIN</code></dt>
<dd><div id="index-RCSBIN_002c-internal-variable"></div>
<p>In <small>CVS</small> 1.9.18 and older, this specified the
directory where <small>CVS</small> was looking for <small>RCS</small>
programs.  Because <small>CVS</small> no longer runs <small>RCS</small>
programs, specifying this internal variable is now an
error.
</p>
</dd>
<dt> <code>CVSEDITOR</code></dt>
<dd><div id="index-CVSEDITOR_002c-internal-variable"></div>
</dd>
<dt> <code>EDITOR</code></dt>
<dd><div id="index-EDITOR_002c-internal-variable"></div>
</dd>
<dt> <code>VISUAL</code></dt>
<dd><div id="index-VISUAL_002c-internal-variable"></div>
<p>These all expand to the same value, which is the editor
that <small>CVS</small> is using.  See section [[#Global-options|Global options]], for how
to specify this.
</p>
</dd>
<dt> <code>USER</code></dt>
<dd><div id="index-USER_002c-internal-variable"></div>
<p>Username of the user running <small>CVS</small> (on the <small>CVS</small>
server machine).
When using pserver, this is the user specified in the repository
specification which need not be the same as the username the
server is running as (see section [[#Password-authentication-server|Setting up the server for password authentication]]).
Do not confuse this with the environment variable of the same name.
</p></dd>
</dl>

<p>If you want to pass a value to the administrative files
which the user who is running <small>CVS</small> can specify,
use a user variable.
<div id="index-User-variables"></div>
To expand a user variable, the
administrative file contains
<code>${=<var>variable</var>}</code>.  To set a user variable,
specify the global option &lsquo;<samp>-s</samp>&rsquo; to <small>CVS</small>, with
argument <code><var>variable</var>=<var>value</var></code>.  It may be
particularly useful to specify this option via
&lsquo;<tt>.cvsrc</tt>&rsquo; (see section [[#g_t_007e_002f_002ecvsrc|Default options and the ~/.cvsrc file]]).
</p>
<p>For example, if you want the administrative file to
refer to a test directory you might create a user
variable <code>TESTDIR</code>.  Then if <small>CVS</small> is invoked
as
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs -s TESTDIR=/work/local/tests
</nowiki></pre></td></tr></table>

<p>and the
administrative file contains <code>sh
${=TESTDIR}/runtests</code>, then that string is expanded
to <code>sh /work/local/tests/runtests</code>.
</p>
<p>All other strings containing &lsquo;<samp>$</samp>&rsquo; are reserved;
there is no way to quote a &lsquo;<samp>$</samp>&rsquo; character so that
&lsquo;<samp>$</samp>&rsquo; represents itself.
</p>
<p>Environment variables passed to administrative files are:
</p>
<dl compact="compact">
<dd><div id="index-environment-variables_002c-passed-to-administrative-files"></div>

</dd>
<dt> <code>CVS_USER</code></dt>
<dd><div id="index-CVS_005fUSER_002c-environment-variable"></div>
<p>The <small>CVS</small>-specific username provided by the user, if it
can be provided (currently just for the pserver access
method), and to the empty string otherwise.  (<code>CVS_USER</code>
and <code>USER</code> may differ when &lsquo;<tt>$CVSROOT/CVSROOT/passwd</tt>&rsquo;
is used to map <small>CVS</small> usernames to system usernames.)
</p>
</dd>
<dt> <code>LOGNAME</code></dt>
<dd><div id="index-LOGNAME_002c-environment-variable"></div>
<p>The username of the system user.
</p>
</dd>
<dt> <code>USER</code></dt>
<dd><div id="index-USER_002c-environment-variable"></div>
<p>Same as <code>LOGNAME</code>.
Do not confuse this with the internal variable of the same name.
</p></dd>
</dl>

<hr size="6">
<div id="config"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Variables| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Administrative-files| Up ]]|</td>
<td valign="middle" align="left">|[[#Environment-variables| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="The-CVSROOT_002fconfig-configuration-file"></div>
=== The CVSROOT/config configuration file ===

<div id="index-config_002c-in-CVSROOT"></div>
<div id="index-CVSROOT_002fconfig"></div>

<p>The administrative file &lsquo;<tt>config</tt>&rsquo; contains various
miscellaneous settings which affect the behavior of
<small>CVS</small>.  The syntax is slightly different from the
other administrative files.  Variables are not
expanded.  Lines which start with &lsquo;<samp>#</samp>&rsquo; are
considered comments.
Other lines consist of a keyword, &lsquo;<samp>=</samp>&rsquo;, and a
value.  Note that this syntax is very strict.
Extraneous spaces or tabs are not permitted.
</p>
<p>Currently defined keywords are:
</p>
<dl compact="compact">
<dd><div id="index-RCSBIN_002c-in-CVSROOT_002fconfig"></div>
</dd>
<dt> <code>RCSBIN=<var>bindir</var></code></dt>
<dd><p>For <small>CVS</small> 1.9.12 through 1.9.18, this setting told
<small>CVS</small> to look for <small>RCS</small> programs in the
<var>bindir</var> directory.  Current versions of <small>CVS</small>
do not run <small>RCS</small> programs; for compatibility this
setting is accepted, but it does nothing.
</p>
<div id="index-SystemAuth_002c-in-CVSROOT_002fconfig"></div>
</dd>
<dt> <code>SystemAuth=<var>value</var></code></dt>
<dd><p>If <var>value</var> is &lsquo;<samp>yes</samp>&rsquo;, then pserver should check
for users in the system&rsquo;s user database if not found in
&lsquo;<tt>CVSROOT/passwd</tt>&rsquo;.  If it is &lsquo;<samp>no</samp>&rsquo;, then all
pserver users must exist in &lsquo;<tt>CVSROOT/passwd</tt>&rsquo;.
The default is &lsquo;<samp>yes</samp>&rsquo;.  For more on pserver, see
[[#Password-authenticated|Direct connection with password authentication]].
</p>

<div id="index-TopLevelAdmin_002c-in-CVSROOT_002fconfig"></div>
</dd>
<dt> <code>TopLevelAdmin=<var>value</var></code></dt>
<dd><p>Modify the &lsquo;<samp>checkout</samp>&rsquo; command to create a
&lsquo;<samp>CVS</samp>&rsquo; directory at the top level of the new
working directory, in addition to &lsquo;<samp>CVS</samp>&rsquo;
directories created within checked-out directories.
The default value is &lsquo;<samp>no</samp>&rsquo;.
</p>
<p>This option is useful if you find yourself performing
many commands at the top level of your working
directory, rather than in one of the checked out
subdirectories.  The &lsquo;<tt>CVS</tt>&rsquo; directory created there
will mean you don&rsquo;t have to specify <code>CVSROOT</code> for
each command.  It also provides a place for the
&lsquo;<tt>CVS/Template</tt>&rsquo; file (see section [[#Working-directory-storage|How data is stored in the working directory]]).
</p>
<div id="index-LockDir_002c-in-CVSROOT_002fconfig"></div>
</dd>
<dt> <code>LockDir=<var>directory</var></code></dt>
<dd><p>Put <small>CVS</small> lock files in <var>directory</var> rather than
directly in the repository.  This is useful if you want
to let users read from the repository while giving them
write access only to <var>directory</var>, not to the
repository.
It can also be used to put the locks on a very fast
in-memory file system to speed up locking and unlocking
the repository.
You need to create <var>directory</var>, but
<small>CVS</small> will create subdirectories of <var>directory</var> as it
needs them.  For information on <small>CVS</small> locks, see
[[#Concurrency|Several developers simultaneously attempting to run CVS]].
</p>
<p>Before enabling the LockDir option, make sure that you
have tracked down and removed any copies of <small>CVS</small> 1.9 or
older.  Such versions neither support LockDir, nor will
give an error indicating that they don&rsquo;t support it.
The result, if this is allowed to happen, is that some
<small>CVS</small> users will put the locks one place, and others will
put them another place, and therefore the repository
could become corrupted.  <small>CVS</small> 1.10 does not support
LockDir but it will print a warning if run on a
repository with LockDir enabled.
</p>
<div id="index-LogHistory_002c-in-CVSROOT_002fconfig"></div>
</dd>
<dt> <code>LogHistory=<var>value</var></code></dt>
<dd><p>Control what is logged to the &lsquo;<tt>CVSROOT/history</tt>&rsquo; file (see section [[#history|history&mdash;Show status of files and users]]).
Default of &lsquo;<samp>TOEFWUCGMAR</samp>&rsquo; (or simply &lsquo;<samp>all</samp>&rsquo;) will log
all transactions.  Any subset of the default is
legal.  (For example, to only log transactions that modify the
&lsquo;<tt>*,v</tt>&rsquo; files, use &lsquo;<samp>LogHistory=TMAR</samp>&rsquo;.)
</p>
<div id="index-RereadLogAfterVerify_002c-in-CVSROOT_002fconfig"></div>
<div id="index-verifymsg_002c-changing-the-log-message-1"></div>
</dd>
<dt> <code>RereadLogAfterVerify=<var>value</var></code></dt>
<dd><p>Modify the &lsquo;<samp>commit</samp>&rsquo; command such that CVS will reread the
log message after running the program specified by &lsquo;<tt>verifymsg</tt>&rsquo;.
<var>value</var> may be one of &lsquo;<samp>yes</samp>&rsquo; or &lsquo;<samp>always</samp>&rsquo;, indicating that
the log message should always be reread; &lsquo;<samp>no</samp>&rsquo;
or &lsquo;<samp>never</samp>&rsquo;, indicating that it should never be
reread; or <var>value</var> may be &lsquo;<samp>stat</samp>&rsquo;, indicating
that the file should be checked with the filesystem
&lsquo;<samp>stat()</samp>&rsquo; function to see if it has changed (see warning below)
before rereading.  The default value is &lsquo;<samp>always</samp>&rsquo;.
</p>
<p><strong>Note: the &lsquo;stat&rsquo; mode can cause CVS to pause for up to
one extra second per directory committed.  This can be less IO and
CPU intensive but is not recommended for use with large repositories</strong>
</p>
<p>See section [[#verifymsg|Verifying log messages]], for more information on how verifymsg
may be used.
</p>
<div id="index-UserAdminOptions_002c-in-CVSROOT_002fconfig-1"></div>
</dd>
<dt> <code>UserAdminOptions=<var>value</var></code></dt>
<dd><p>Control what options will be allowed with the <code>cvs admin</code>
command (see section [[#admin|admin&mdash;Administration]]) for users not in the <code>cvsadmin</code> group.
The <var>value</var> string is a list of single character options
which should be allowed.  If a user who is not a member of the
<code>cvsadmin</code> group tries to execute any <code>cvs admin</code>
option which is not listed they will will receive an error message
reporting that the option is restricted.
</p>
<p>If no <code>cvsadmin</code> group exists on the server, <small>CVS</small> will
ignore the <code>UserAdminOptions</code> keyword (see section [[#admin|admin&mdash;Administration]]).
</p>
<p>When not specified, <code>UserAdminOptions</code> defaults to
&lsquo;<samp>k</samp>&rsquo;.  In other words, it defaults to allowing
users outside of the <code>cvsadmin</code> group to use the
<code>cvs admin</code> command only to change the default keyword
expansion mode for files.
</p>
<p>As an example, to restrict users not in the <code>cvsadmin</code>
group to using <code>cvs admin</code> to change the default keyword
substitution mode, lock revisions, unlock revisions, and
replace the log message, use &lsquo;<samp>UserAdminOptions=klum</samp>&rsquo;.
</p></dd>
</dl>

<hr size="6">
<div id="Environment-variables"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#config| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Compatibility| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Administrative-files| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Compatibility| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="All-environment-variables-which-affect-CVS"></div>
== All environment variables which affect CVS ==
<div id="index-Environment-variables"></div>
<div id="index-Reference-manual-for-variables"></div>

<p>This is a complete list of all environment variables
that affect <small>CVS</small>.
</p>
<dl compact="compact">
<dd><div id="index-CVSIGNORE_002c-environment-variable"></div>
</dd>
<dt> <code>$CVSIGNORE</code></dt>
<dd><p>A whitespace-separated list of file name patterns that
<small>CVS</small> should ignore. See section [[#cvsignore|Ignoring files via cvsignore]].
</p>
<div id="index-CVSWRAPPERS_002c-environment-variable-1"></div>
</dd>
<dt> <code>$CVSWRAPPERS</code></dt>
<dd><p>A whitespace-separated list of file name patterns that
<small>CVS</small> should treat as wrappers. See section [[#Wrappers|The cvswrappers file]].
</p>
<div id="index-CVSREAD_002c-environment-variable"></div>
<div id="index-Read_002donly-files_002c-and-CVSREAD"></div>
</dd>
<dt> <code>$CVSREAD</code></dt>
<dd><p>If this is set, <code>checkout</code> and <code>update</code> will
try hard to make the files in your working directory
read-only.  When this is not set, the default behavior
is to permit modification of your working files.
</p>
<div id="index-CVSREADONLYFS_002c-environment-variable"></div>
</dd>
<dt> <code>$CVSREADONLYFS</code></dt>
<dd><p>Turns on read-only repository mode. This allows one to
check out from a read-only repository, such as within
an anoncvs server, or from a CDROM repository.
</p>
<p>It has the same effect as if the &lsquo;<samp>-R</samp>&rsquo; command-line
option is used. This can also allow the use of
read-only NFS repositories.
</p>
</dd>
<dt> <code>$CVSUMASK</code></dt>
<dd><p>Controls permissions of files in the repository.  See
[[#File-permissions|File permissions]].
</p>
</dd>
<dt> <code>$CVSROOT</code></dt>
<dd><p>Should contain the full pathname to the root of the <small>CVS</small>
source repository (where the <small>RCS</small> files are
kept).  This information must be available to <small>CVS</small> for
most commands to execute; if <code>$CVSROOT</code> is not set,
or if you wish to override it for one invocation, you
can supply it on the command line: &lsquo;<samp>cvs -d cvsroot
cvs_command&hellip;</samp>&rsquo; Once you have checked out a working
directory, <small>CVS</small> stores the appropriate root (in
the file &lsquo;<tt>CVS/Root</tt>&rsquo;), so normally you only need to
worry about this when initially checking out a working
directory.
</p>
</dd>
<dt> <code>$CVSEDITOR</code></dt>
<dd><div id="index-CVSEDITOR_002c-environment-variable-1"></div>
</dd>
<dt> <code>$EDITOR</code></dt>
<dd><div id="index-EDITOR_002c-environment-variable-1"></div>
</dd>
<dt> <code>$VISUAL</code></dt>
<dd><div id="index-VISUAL_002c-environment-variable-1"></div>
<p>Specifies the program to use for recording log messages
during commit.  <code>$CVSEDITOR</code> overrides
<code>$EDITOR</code>, which overrides <code>$VISUAL</code>.
See [[#Committing-your-changes|Committing your changes]] for more or
[[#Global-options|Global options]] for alternative ways of specifying a
log editor.
</p>
<div id="index-PATH_002c-environment-variable"></div>
</dd>
<dt> <code>$PATH</code></dt>
<dd><p>If <code>$RCSBIN</code> is not set, and no path is compiled
into <small>CVS</small>, it will use <code>$PATH</code> to try to find all
programs it uses.
</p>
<div id="index-HOME_002c-environment-variable"></div>
</dd>
<dt> <code>$HOME</code></dt>
<dd><div id="index-HOMEPATH_002c-environment-variable"></div>
</dd>
<dt> <code>$HOMEPATH</code></dt>
<dd><div id="index-HOMEDRIVE_002c-environment-variable"></div>
</dd>
<dt> <code>$HOMEDRIVE</code></dt>
<dd><p>Used to locate the directory where the &lsquo;<tt>.cvsrc</tt>&rsquo;
file, and other such files, are searched.  On Unix, <small>CVS</small>
just checks for <code>HOME</code>.  On Windows NT, the system will
set <code>HOMEDRIVE</code>, for example to &lsquo;<samp>d:</samp>&rsquo; and <code>HOMEPATH</code>,
for example to &lsquo;<tt>\joe</tt>&rsquo;.  On Windows 95, you&rsquo;ll
probably need to set <code>HOMEDRIVE</code> and <code>HOMEPATH</code> yourself.
</p>
<div id="index-CVS_005fRSH_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_RSH</code></dt>
<dd><p>Specifies the external program which <small>CVS</small> connects with,
when <code>:ext:</code> access method is specified.
see section [[#Connecting-via-rsh|Connecting with rsh]].
</p>
</dd>
<dt> <code>$CVS_SERVER</code></dt>
<dd><p>Used in client-server mode when accessing a remote
repository using <small>RSH</small>.  It specifies the name of
the program to start on the server side (and any
necessary arguments) when accessing a remote repository
using the <code>:ext:</code>, <code>:fork:</code>, or <code>:server:</code> access methods.
The default value for <code>:ext:</code> and <code>:server:</code> is <code>cvs</code>;
the default value for <code>:fork:</code> is the name used to run the client.
see section [[#Connecting-via-rsh|Connecting with rsh]]
</p>
</dd>
<dt> <code>$CVS_PASSFILE</code></dt>
<dd><p>Used in client-server mode when accessing the <code>cvs
login server</code>.  Default value is &lsquo;<tt>$HOME/.cvspass</tt>&rsquo;.
see section [[#Password-authentication-client|Using the client with password authentication]]
</p>
</dd>
<dt> <code>$CVS_CLIENT_PORT</code></dt>
<dd><p>Used in client-server mode to set the port to use when accessing the server
via Kerberos, GSSAPI, or <small>CVS</small>&rsquo;s password authentication protocol
if the port is not specified in the CVSROOT.
see section [[#Remote-repositories|Remote repositories]]
</p>
<div id="index-CVS_005fRCMD_005fPORT_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_RCMD_PORT</code></dt>
<dd><p>Used in client-server mode.  If set, specifies the port
number to be used when accessing the <small>RCMD</small> demon on
the server side. (Currently not used for Unix clients).
</p>
<div id="index-CVS_005fCLIENT_005fLOG_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_CLIENT_LOG</code></dt>
<dd><p>Used for debugging only in client-server
mode.  If set, everything sent to the server is logged
into &lsquo;<tt><code>$CVS_CLIENT_LOG</code>.in</tt>&rsquo; and everything
sent from the server is logged into
&lsquo;<tt><code>$CVS_CLIENT_LOG</code>.out</tt>&rsquo;.
</p>
<div id="index-CVS_005fSERVER_005fSLEEP_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_SERVER_SLEEP</code></dt>
<dd><p>Used only for debugging the server side in
client-server mode.  If set, delays the start of the
server child process the specified amount of
seconds so that you can attach to it with a debugger.
</p>
<div id="index-CVS_005fIGNORE_005fREMOTE_005fROOT_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_IGNORE_REMOTE_ROOT</code></dt>
<dd><p>For <small>CVS</small> 1.10 and older, setting this variable
prevents <small>CVS</small> from overwriting the &lsquo;<tt>CVS/Root</tt>&rsquo;
file when the &lsquo;<samp>-d</samp>&rsquo; global option is specified.
Later versions of <small>CVS</small> do not rewrite
&lsquo;<tt>CVS/Root</tt>&rsquo;, so <code>CVS_IGNORE_REMOTE_ROOT</code> has no
effect.
</p>
<div id="index-CVS_005fLOCAL_005fBRANCH_005fNUM_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_LOCAL_BRANCH_NUM</code></dt>
<dd><p>Setting this variable allows some control over the
branch number that is assigned. This is specifically to
support the local commit feature of CVSup. If one sets
<code>CVS_LOCAL_BRANCH_NUM</code> to (say) 1000 then branches
the local repository, the revision numbers will look
like 1.66.1000.xx. There is almost a dead-set certainty
that there will be no conflicts with version numbers.
</p>
<div id="index-COMSPEC_002c-environment-variable"></div>
</dd>
<dt> <code>$COMSPEC</code></dt>
<dd><p>Used under OS/2 only.  It specifies the name of the
command interpreter and defaults to <small>CMD.EXE</small>.
</p>
<div id="index-TMPDIR_002c-environment-variable"></div>
</dd>
<dt> <code>$TMPDIR</code></dt>
<dd><div id="index-TMP_002c-environment-variable"></div>
</dd>
<dt> <code>$TMP</code></dt>
<dd><div id="index-TEMP_002c-environment-variable"></div>
</dd>
<dt> <code>$TEMP</code></dt>
<dd><div id="index-Temporary-files_002c-location-of"></div>
<p>Directory in which temporary files are located.
The <small>CVS</small> server uses
<code>TMPDIR</code>.  See section [[#Global-options|Global options]], for a
description of how to specify this.
Some parts of <small>CVS</small> will always use &lsquo;<tt>/tmp</tt>&rsquo; (via
the <code>tmpnam</code> function provided by the system).
</p>
<p>On Windows NT, <code>TMP</code> is used (via the <code>_tempnam</code>
function provided by the system).
</p>
<p>The <code>patch</code> program which is used by the <small>CVS</small>
client uses <code>TMPDIR</code>, and if it is not set, uses
&lsquo;<tt>/tmp</tt>&rsquo; (at least with GNU patch 2.1).  Note that
if your server and client are both running <small>CVS</small>
1.9.10 or later, <small>CVS</small> will not invoke an external
<code>patch</code> program.
</p>
<div id="index-CVS_005fPID_002c-environment-variable"></div>
</dd>
<dt> <code>$CVS_PID</code></dt>
<dd><p>This is the process identification (aka pid) number of
the <small>CVS</small> process. It is often useful in the
programs and/or scripts specified by the
&lsquo;<tt>commitinfo</tt>&rsquo;, &lsquo;<tt>verifymsg</tt>&rsquo;, &lsquo;<tt>loginfo</tt>&rsquo;
files.
</p></dd>
</dl>

<hr size="6">
<div id="Compatibility"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Environment-variables| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Troubleshooting| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Environment-variables| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Troubleshooting| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Compatibility-between-CVS-Versions"></div>
== Compatibility between CVS Versions ==

<div id="index-CVS_002c-versions-of"></div>
<div id="index-Versions_002c-of-CVS"></div>
<div id="index-Compatibility_002c-between-CVS-versions"></div>
<p>The repository format is compatible going back to
<small>CVS</small> 1.3.  But see [[#Watches-Compatibility|Using watches with old versions of CVS]], if
you have copies of <small>CVS</small> 1.6 or older and you want
to use the optional developer communication features.
</p>
<p>The working directory format is compatible going back
to <small>CVS</small> 1.5.  It did change between <small>CVS</small> 1.3
and <small>CVS</small> 1.5.  If you run <small>CVS</small> 1.5 or newer on
a working directory checked out with <small>CVS</small> 1.3,
<small>CVS</small> will convert it, but to go back to <small>CVS</small>
1.3 you need to check out a new working directory with
<small>CVS</small> 1.3.
</p>
<p>The remote protocol is interoperable going back to <small>CVS</small> 1.5, but no
further (1.5 was the first official release with the remote protocol,
but some older versions might still be floating around).  In many
cases you need to upgrade both the client and the server to take
advantage of new features and bugfixes, however.
</p>

<hr size="6">
<div id="Troubleshooting"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Compatibility| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Error-messages| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Compatibility| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Credits| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Troubleshooting-1"></div>
== Troubleshooting ==

<p>If you are having trouble with <small>CVS</small>, this appendix
may help.  If there is a particular error message which
you are seeing, then you can look up the message
alphabetically.  If not, you can look through the
section on other problems to see if your problem is
mentioned there.
</p>
<pre class="menu-preformatted"><nowiki></nowiki>&bull;[[#Error-messages| Error messages]]::<nowiki>              Partial list of CVS errors
</nowiki>&bull;[[#Connection| Connection]]::<nowiki>                  Trouble making a connection to a CVS server
</nowiki>&bull;[[#Other-problems| Other problems]]::<nowiki>              Problems not readily listed by error message
</nowiki></pre>

<hr size="6">
<div id="Error-messages"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Troubleshooting| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Connection| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Troubleshooting| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Troubleshooting| Up ]]|</td>
<td valign="middle" align="left">|[[#Credits| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Partial-list-of-error-messages"></div>
=== Partial list of error messages ===

<p>Here is a partial list of error messages that you may
see from <small>CVS</small>.  It is not a complete list&mdash;<small>CVS</small>
is capable of printing many, many error messages, often
with parts of them supplied by the operating system,
but the intention is to list the common and/or
potentially confusing error messages.
</p>
<p>The messages are alphabetical, but introductory text
such as &lsquo;<samp>cvs update: </samp>&rsquo; is not considered in
ordering them.
</p>
<p>In some cases the list includes messages printed by old
versions of <small>CVS</small> (partly because users may not be
sure which version of <small>CVS</small> they are using at any
particular moment).
</p>
<dl compact="compact">
<dt> <code><var>file</var>:<var>line</var>: Assertion '<var>text</var>' failed</code></dt>
<dd><p>The exact format of this message may vary depending on
your system.  It indicates a bug in <small>CVS</small>, which can
be handled as described in [[#BUGS|Dealing with bugs in CVS or this manual]].
</p>
</dd>
<dt> <code>cvs <var>command</var>: authorization failed: server <var>host</var> rejected access</code></dt>
<dd><p>This is a generic response when trying to connect to a
pserver server which chooses not to provide a
specific reason for denying authorization.  Check that
the username and password specified are correct and
that the <code>CVSROOT</code> specified is allowed by &lsquo;<samp>--allow-root</samp>&rsquo;
in &lsquo;<tt>inetd.conf</tt>&rsquo;.  See [[#Password-authenticated|Direct connection with password authentication]].
</p>
</dd>
<dt> <code>cvs <var>command</var>: conflict: removed <var>file</var> was modified by second party</code></dt>
<dd><p>This message indicates that you removed a file, and
someone else modified it.  To resolve the conflict,
first run &lsquo;<samp>cvs add <var>file</var></samp>&rsquo;.  If desired, look
at the other party&rsquo;s modification to decide whether you
still want to remove it.  If you don&rsquo;t want to remove
it, stop here.  If you do want to remove it, proceed
with &lsquo;<samp>cvs remove <var>file</var></samp>&rsquo; and commit your
removal.
</p>
</dd>
<dt> <code>cannot change permissions on temporary directory</code></dt>
<dd><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>Operation not permitted
</nowiki></pre></td></tr></table>
<p>This message has been happening in a non-reproducible,
occasional way when we run the client/server testsuite,
both on Red Hat Linux 3.0.3 and 4.1.  We haven&rsquo;t been
able to figure out what causes it, nor is it known
whether it is specific to linux (or even to this
particular machine!).  If the problem does occur on
other unices, &lsquo;<samp>Operation not permitted</samp>&rsquo; would be
likely to read &lsquo;<samp>Not owner</samp>&rsquo; or whatever the system
in question uses for the unix <code>EPERM</code> error.  If
you have any information to add, please let us know as
described in [[#BUGS|Dealing with bugs in CVS or this manual]].  If you experience this error
while using <small>CVS</small>, retrying the operation which
produced it should work fine.
</p>
</dd>
<dt> <code>cvs [server aborted]: Cannot check out files into the repository itself</code></dt>
<dd><p>The obvious cause for this message (especially for
non-client/server <small>CVS</small>) is that the <small>CVS</small> root
is, for example, &lsquo;<tt>/usr/local/cvsroot</tt>&rsquo; and you try
to check out files when you are in a subdirectory, such
as &lsquo;<tt>/usr/local/cvsroot/test</tt>&rsquo;.  However, there is a
more subtle cause, which is that the temporary
directory on the server is set to a subdirectory of the
root (which is also not allowed).  If this is the
problem, set the temporary directory to somewhere else,
for example &lsquo;<tt>/var/tmp</tt>&rsquo;; see <code>TMPDIR</code> in
[[#Environment-variables|All environment variables which affect CVS]], for how to set the
temporary directory.
</p>
</dd>
<dt> <code>cannot commit files as 'root'</code></dt>
<dd><p>See &lsquo;<samp>'root' is not allowed to commit files</samp>&rsquo;.
</p>
</dd>
<dt> <code>cannot open CVS/Entries for reading: No such file or directory</code></dt>
<dd><p>This generally indicates a <small>CVS</small> internal error, and
can be handled as with other <small>CVS</small> bugs
(see section [[#BUGS|Dealing with bugs in CVS or this manual]]).  Usually there is a workaround&mdash;the
exact nature of which would depend on the situation but
which hopefully could be figured out.
</p>
</dd>
<dt> <code>cvs [init aborted]: cannot open CVS/Root: No such file or directory</code></dt>
<dd><p>This message is harmless.  Provided it is not
accompanied by other errors, the operation has
completed successfully.  This message should not occur
with current versions of <small>CVS</small>, but it is documented
here for the benefit of <small>CVS</small> 1.9 and older.
</p>
</dd>
<dt> <code>cvs server: cannot open /root/.cvsignore: Permission denied</code></dt>
<dt> <code>cvs [server aborted]: can't chdir(/root): Permission denied</code></dt>
<dd><p>See [[#Connection|Trouble making a connection to a CVS server]].
</p>
</dd>
<dt> <code>cvs [checkout aborted]: cannot rename file <var>file</var> to CVS/,,<var>file</var>: Invalid argument</code></dt>
<dd><p>This message has been reported as intermittently
happening with <small>CVS</small> 1.9 on Solaris 2.5.  The cause is
unknown; if you know more about what causes it, let us
know as described in [[#BUGS|Dealing with bugs in CVS or this manual]].
</p>
</dd>
<dt> <code>cvs [<var>command</var> aborted]: cannot start server via rcmd</code></dt>
<dd><p>This, unfortunately, is a rather nonspecific error
message which <small>CVS</small> 1.9 will print if you are
running the <small>CVS</small> client and it is having trouble
connecting to the server.  Current versions of <small>CVS</small>
should print a much more specific error message.  If
you get this message when you didn&rsquo;t mean to run the
client at all, you probably forgot to specify
<code>:local:</code>, as described in [[#Repository|The Repository]].
</p>
</dd>
<dt> <code>ci: <var>file</var>,v: bad diff output line: Binary files - and /tmp/T2a22651 differ</code></dt>
<dd><p><small>CVS</small> 1.9 and older will print this message
when trying to check in a binary file if
<small>RCS</small> is not correctly installed.  Re-read the
instructions that came with your <small>RCS</small> distribution
and the <small>INSTALL</small> file in the <small>CVS</small>
distribution.  Alternately, upgrade to a current
version of <small>CVS</small>, which checks in files itself
rather than via <small>RCS</small>.
</p>
</dd>
<dt> <code>cvs checkout: could not check out <var>file</var></code></dt>
<dd><p>With <small>CVS</small> 1.9, this can mean that the <code>co</code> program
(part of <small>RCS</small>) returned a failure.  It should be
preceded by another error message, however it has been
observed without another error message and the cause is
not well-understood.  With the current version of <small>CVS</small>,
which does not run <code>co</code>, if this message occurs
without another error message, it is definitely a <small>CVS</small>
bug (see section [[#BUGS|Dealing with bugs in CVS or this manual]]).
</p>
</dd>
<dt> <code>cvs [login aborted]: could not find out home directory</code></dt>
<dd><p>This means that you need to set the environment
variables that <small>CVS</small> uses to locate your home directory.
See the discussion of <code>HOME</code>, <code>HOMEDRIVE</code>, and <code>HOMEPATH</code> in
[[#Environment-variables|All environment variables which affect CVS]].
</p>
</dd>
<dt> <code>cvs update: could not merge revision <var>rev</var> of <var>file</var>: No such file or directory</code></dt>
<dd><p><small>CVS</small> 1.9 and older will print this message if there was
a problem finding the <code>rcsmerge</code> program.  Make
sure that it is in your <code>PATH</code>, or upgrade to a
current version of <small>CVS</small>, which does not require
an external <code>rcsmerge</code> program.
</p>
</dd>
<dt> <code>cvs [update aborted]: could not patch <var>file</var>: No such file or directory</code></dt>
<dd><p>This means that there was a problem finding the
<code>patch</code> program.  Make sure that it is in your
<code>PATH</code>.  Note that despite appearances the message
is <em>not</em> referring to whether it can find <var>file</var>.
If both the client and the server are running a current
version of <small>CVS</small>, then there is no need for an
external patch program and you should not see this
message.  But if either client or server is running
<small>CVS</small> 1.9, then you need <code>patch</code>.
</p>
</dd>
<dt> <code>cvs update: could not patch <var>file</var>; will refetch</code></dt>
<dd><p>This means that for whatever reason the client was
unable to apply a patch that the server sent.  The
message is nothing to be concerned about, because
inability to apply the patch only slows things down and
has no effect on what <small>CVS</small> does.
</p>
</dd>
<dt> <code>dying gasps from <var>server</var> unexpected</code></dt>
<dd><p>There is a known bug in the server for <small>CVS</small> 1.9.18
and older which can cause this.  For me, this was
reproducible if I used the &lsquo;<samp>-t</samp>&rsquo; global option.  It
was fixed by Andy Piper&rsquo;s 14 Nov 1997 change to
src/filesubr.c, if anyone is curious.
If you see the message,
you probably can just retry the operation which failed,
or if you have discovered information concerning its
cause, please let us know as described in [[#BUGS|Dealing with bugs in CVS or this manual]].
</p>
</dd>
<dt> <code>end of file from server (consult above messages if any)</code></dt>
<dd><p>The most common cause for this message is if you are
using an external <code>rsh</code> program and it exited with
an error.  In this case the <code>rsh</code> program should
have printed a message, which will appear before the
above message.  For more information on setting up a
<small>CVS</small> client and server, see [[#Remote-repositories|Remote repositories]].
</p>
</dd>
<dt> <code>cvs [update aborted]: EOF in key in RCS file <var>file</var>,v</code></dt>
<dt> <code>cvs [checkout aborted]: EOF while looking for end of string in RCS file <var>file</var>,v</code></dt>
<dd><p>This means that there is a syntax error in the given
<small>RCS</small> file.  Note that this might be true even if <small>RCS</small> can
read the file OK; <small>CVS</small> does more error checking of
errors in the RCS file.  That is why you may see this
message when upgrading from <small>CVS</small> 1.9 to <small>CVS</small>
1.10.  The likely cause for the original corruption is
hardware, the operating system, or the like.  Of
course, if you find a case in which <small>CVS</small> seems to
corrupting the file, by all means report it,
(see section [[#BUGS|Dealing with bugs in CVS or this manual]]).
There are quite a few variations of this error message,
depending on exactly where in the <small>RCS</small> file <small>CVS</small>
finds the syntax error.
</p>
<div id="index-mkmodules"></div>
</dd>
<dt> <code>cvs commit: Executing 'mkmodules'</code></dt>
<dd><p>This means that your repository is set up for a version
of <small>CVS</small> prior to <small>CVS</small> 1.8.  When using <small>CVS</small>
1.8 or later, the above message will be preceded by
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs commit: Rebuilding administrative file database
</nowiki></pre></td></tr></table>

<p>If you see both messages, the database is being rebuilt
twice, which is unnecessary but harmless.  If you wish
to avoid the duplication, and you have no versions of
<small>CVS</small> 1.7 or earlier in use, remove <code>-i mkmodules</code>
every place it appears in your <code>modules</code>
file.  For more information on the <code>modules</code> file,
see [[#modules|The modules file]].
</p>
</dd>
<dt> <code>missing author</code></dt>
<dd><p>Typically this can happen if you created an RCS file
with your username set to empty.  <small>CVS</small> will, bogusly,
create an illegal RCS file with no value for the author
field.  The solution is to make sure your username is
set to a non-empty value and re-create the RCS file.
</p>
</dd>
<dt> <code>cvs [checkout aborted]: no such tag <var>tag</var></code></dt>
<dd><p>This message means that <small>CVS</small> isn&rsquo;t familiar with
the tag <var>tag</var>.  Usually this means that you have
mistyped a tag name; however there are (relatively
obscure) cases in which <small>CVS</small> will require you to
try a few other <small>CVS</small> commands involving that tag,
before you find one which will cause <small>CVS</small> to update
the &lsquo;<tt>val-tags</tt>&rsquo; file; see discussion of val-tags in
[[#File-permissions|File permissions]].  You only need to worry about
this once for a given tag; when a tag is listed in
&lsquo;<tt>val-tags</tt>&rsquo;, it stays there.  Note that using
&lsquo;<samp>-f</samp>&rsquo; to not require tag matches does not override
this check; see [[#Common-options|Common command options]].
</p>
</dd>
<dt> <code>*PANIC* administration files missing</code></dt>
<dd><p>This typically means that there is a directory named
<small>CVS</small> but it does not contain the administrative files
which <small>CVS</small> puts in a CVS directory.  If the problem is
that you created a CVS directory via some mechanism
other than <small>CVS</small>, then the answer is simple, use a name
other than <small>CVS</small>.  If not, it indicates a <small>CVS</small> bug
(see section [[#BUGS|Dealing with bugs in CVS or this manual]]).
</p>
</dd>
<dt> <code>rcs error: Unknown option: -x,v/</code></dt>
<dd><p>This message will be followed by a usage message for
<small>RCS</small>.  It means that you have an old version of
<small>RCS</small> (probably supplied with your operating
system), as well as an old version of <small>CVS</small>.
<small>CVS</small> 1.9.18 and earlier only work with <small>RCS</small> version 5 and
later; current versions of <small>CVS</small> do not run <small>RCS</small> programs.
</p>
</dd>
<dt> <code>cvs [server aborted]: received broken pipe signal</code></dt>
<dd><p>This message seems to be caused by a hard-to-track-down
bug in <small>CVS</small> or the systems it runs on (we don&rsquo;t
know&mdash;we haven&rsquo;t tracked it down yet!).  It seems to
happen only after a <small>CVS</small> command has completed, and
you should be able to just ignore the message.
However, if you have discovered information concerning its
cause, please let us know as described in [[#BUGS|Dealing with bugs in CVS or this manual]].
</p>
</dd>
<dt> <code>'root' is not allowed to commit files</code></dt>
<dd><p>When committing a permanent change, <small>CVS</small> makes a log entry of
who committed the change.  If you are committing the change logged
in as &quot;root&quot; (not under &quot;su&quot; or other root-priv giving program),
<small>CVS</small> cannot determine who is actually making the change.
As such, by default, <small>CVS</small> disallows changes to be committed by users
logged in as &quot;root&quot;.  (You can disable this option by passing the
<code>--enable-rootcommit</code> option to &lsquo;<tt>configure</tt>&rsquo; and recompiling <small>CVS</small>.
On some systems this means editing the appropriate &lsquo;<tt>config.h</tt>&rsquo; file
before building <small>CVS</small>.)
</p>
</dd>
<dt> <code>Too many arguments!</code></dt>
<dd><p>This message is typically printed by the &lsquo;<tt>log.pl</tt>&rsquo;
script which is in the &lsquo;<tt>contrib</tt>&rsquo; directory in the
<small>CVS</small> source distribution.  In some versions of
<small>CVS</small>, &lsquo;<tt>log.pl</tt>&rsquo; has been part of the default
<small>CVS</small> installation.  The &lsquo;<tt>log.pl</tt>&rsquo; script gets
called from the &lsquo;<tt>loginfo</tt>&rsquo; administrative file.
Check that the arguments passed in &lsquo;<tt>loginfo</tt>&rsquo; match
what your version of &lsquo;<tt>log.pl</tt>&rsquo; expects.  In
particular, the &lsquo;<tt>log.pl</tt>&rsquo; from <small>CVS</small> 1.3 and
older expects the logfile as an argument whereas the
&lsquo;<tt>log.pl</tt>&rsquo; from <small>CVS</small> 1.5 and newer expects the
logfile to be specified with a &lsquo;<samp>-f</samp>&rsquo; option.  Of
course, if you don&rsquo;t need &lsquo;<tt>log.pl</tt>&rsquo; you can just
comment it out of &lsquo;<tt>loginfo</tt>&rsquo;.
</p>
</dd>
<dt> <code>cvs [update aborted]: unexpected EOF reading <var>file</var>,v</code></dt>
<dd><p>See &lsquo;<samp>EOF in key in RCS file</samp>&rsquo;.
</p>
</dd>
<dt> <code>cvs [login aborted]: unrecognized auth response from <var>server</var></code></dt>
<dd><p>This message typically means that the server is not set
up properly.  For example, if &lsquo;<tt>inetd.conf</tt>&rsquo; points
to a nonexistent cvs executable.  To debug it further,
find the log file which inetd writes
(&lsquo;<tt>/var/log/messages</tt>&rsquo; or whatever inetd uses on
your system).  For details, see [[#Connection|Trouble making a connection to a CVS server]], and
[[#Password-authentication-server|Setting up the server for password authentication]].
</p>
</dd>
<dt> <code>cvs commit: Up-to-date check failed for `<var>file</var>'</code></dt>
<dd><p>This means that someone else has committed a change to
that file since the last time that you did a <code>cvs
update</code>.  So before proceeding with your <code>cvs
commit</code> you need to <code>cvs update</code>.  <small>CVS</small> will merge
the changes that you made and the changes that the
other person made.  If it does not detect any conflicts
it will report &lsquo;<samp>M <var>file</var></samp>&rsquo; and you are ready
to <code>cvs commit</code>.  If it detects conflicts it will
print a message saying so, will report &lsquo;<samp>C <var>file</var></samp>&rsquo;,
and you need to manually resolve the
conflict.  For more details on this process see
[[#Conflicts-example|Conflicts example]].
</p>
</dd>
<dt> <code>Usage:	diff3 [-exEX3 [-i | -m] [-L label1 -L label3]] file1 file2 file3</code></dt>
<dd><table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>Only one of [exEX3] allowed
</nowiki></pre></td></tr></table>
<p>This indicates a problem with the installation of
<code>diff3</code> and <code>rcsmerge</code>.  Specifically
<code>rcsmerge</code> was compiled to look for GNU diff3, but
it is finding unix diff3 instead.  The exact text of
the message will vary depending on the system.  The
simplest solution is to upgrade to a current version of
<small>CVS</small>, which does not rely on external
<code>rcsmerge</code> or <code>diff3</code> programs.
</p>
</dd>
<dt> <code>warning: unrecognized response `<var>text</var>' from cvs server</code></dt>
<dd><p>If <var>text</var> contains a valid response (such as
&lsquo;<samp>ok</samp>&rsquo;) followed by an extra carriage return
character (on many systems this will cause the second
part of the message to overwrite the first part), then
it probably means that you are using the &lsquo;<samp>:ext:</samp>&rsquo;
access method with a version of rsh, such as most
non-unix rsh versions, which does not by default
provide a transparent data stream.  In such cases you
probably want to try &lsquo;<samp>:server:</samp>&rsquo; instead of
&lsquo;<samp>:ext:</samp>&rsquo;.  If <var>text</var> is something else, this
may signify a problem with your <small>CVS</small> server.
Double-check your installation against the instructions
for setting up the <small>CVS</small> server.
</p>
</dd>
<dt> <code>cvs commit: [<var>time</var>] waiting for <var>user</var>'s lock in <var>directory</var></code></dt>
<dd><p>This is a normal message, not an error.  See
[[#Concurrency|Several developers simultaneously attempting to run CVS]], for more details.
</p>
</dd>
<dt> <code>cvs commit: warning: editor session failed</code></dt>
<dd><div id="index-Exit-status_002c-of-editor"></div>
<p>This means that the editor which <small>CVS</small> is using exits with a nonzero
exit status.  Some versions of vi will do this even when there was not
a problem editing the file.  If so, point the
<code>CVSEDITOR</code> environment variable to a small script
such as:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>#!/bin/sh
vi $*
exit 0
</nowiki></pre></td></tr></table>

</dd>
</dl>

<hr size="6">
<div id="Connection"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Error-messages| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Other-problems| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Troubleshooting| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Troubleshooting| Up ]]|</td>
<td valign="middle" align="left">|[[#Credits| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Trouble-making-a-connection-to-a-CVS-server"></div>
=== Trouble making a connection to a CVS server ===

<p>This section concerns what to do if you are having
trouble making a connection to a <small>CVS</small> server.  If
you are running the <small>CVS</small> command line client
running on Windows, first upgrade the client to
<small>CVS</small> 1.9.12 or later.  The error reporting in
earlier versions provided much less information about
what the problem was.  If the client is non-Windows,
<small>CVS</small> 1.9 should be fine.
</p>
<p>If the error messages are not sufficient to track down
the problem, the next steps depend largely on which
access method you are using.
</p>
<dl compact="compact">
<dd><div id="index-_003aext_003a_002c-troubleshooting"></div>
</dd>
<dt> <code>:ext:</code></dt>
<dd><p>Try running the rsh program from the command line.  For
example: &quot;rsh servername cvs -v&quot; should print <small>CVS</small>
version information.  If this doesn&rsquo;t work, you need to
fix it before you can worry about <small>CVS</small> problems.
</p>
<div id="index-_003aserver_003a_002c-troubleshooting"></div>
</dd>
<dt> <code>:server:</code></dt>
<dd><p>You don&rsquo;t need a command line rsh program to use this
access method, but if you have an rsh program around,
it may be useful as a debugging tool.  Follow the
directions given for :ext:.
</p>
<div id="index-_003apserver_003a_002c-troubleshooting"></div>
</dd>
<dt> <code>:pserver:</code></dt>
<dd><p>Errors along the lines of &quot;connection refused&quot; typically indicate
that inetd isn&rsquo;t even listening for connections on port 2401
whereas errors like &quot;connection reset by peer&quot;,
&quot;received broken pipe signal&quot;, &quot;recv() from server: EOF&quot;,
or &quot;end of file from server&quot;
typically indicate that inetd is listening for
connections but is unable to start <small>CVS</small> (this is frequently
caused by having an incorrect path in &lsquo;<tt>inetd.conf</tt>&rsquo;
or by firewall software rejecting the connection).
&quot;unrecognized auth response&quot; errors are caused by a bad command
line in &lsquo;<tt>inetd.conf</tt>&rsquo;, typically an invalid option or forgetting
to put the &lsquo;<samp>pserver</samp>&rsquo; command at the end of the line.
Another less common problem is invisible control characters that
your editor &quot;helpfully&quot; added without you noticing.
</p>
<p>One good debugging tool is to &quot;telnet servername
2401&quot;.  After connecting, send any text (for example
&quot;foo&quot; followed by return).  If <small>CVS</small> is working
correctly, it will respond with
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs [pserver aborted]: bad auth protocol start: foo
</nowiki></pre></td></tr></table>

<p>If instead you get:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>Usage: cvs [cvs-options] command [command-options-and-arguments]
...
</nowiki></pre></td></tr></table>

<p>then you&rsquo;re missing the &lsquo;<samp>pserver</samp>&rsquo; command at the end of the
line in &lsquo;<tt>inetd.conf</tt>&rsquo;; check to make sure that the entire command
is on one line and that it&rsquo;s complete.
</p>
<p>Likewise, if you get something like:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>Unknown command: `pserved'

CVS commands are:
        add          Add a new file/directory to the repository
...
</nowiki></pre></td></tr></table>

<p>then you&rsquo;ve misspelled &lsquo;<samp>pserver</samp>&rsquo; in some way.  If it isn&rsquo;t
obvious, check for invisible control characters (particularly
carriage returns) in &lsquo;<tt>inetd.conf</tt>&rsquo;.
</p>
<p>If it fails to work at all, then make sure inetd is working
right.  Change the invocation in &lsquo;<tt>inetd.conf</tt>&rsquo; to run the
echo program instead of cvs.  For example:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>2401  stream  tcp  nowait  root /bin/echo echo hello
</nowiki></pre></td></tr></table>

<p>After making that change and instructing inetd to
re-read its configuration file, &quot;telnet servername
2401&quot; should show you the text hello and then the
server should close the connection.  If this doesn&rsquo;t
work, you need to fix it before you can worry about
<small>CVS</small> problems.
</p>
<p>On AIX systems, the system will often have its own
program trying to use port 2401.  This is AIX&rsquo;s problem
in the sense that port 2401 is registered for use with
<small>CVS</small>.  I hear that there is an AIX patch available
to address this problem.
</p>
<p>Another good debugging tool is the &lsquo;<samp>-d</samp>&rsquo;
(debugging) option to inetd.  Consult your system
documentation for more information.
</p>
<p>If you seem to be connecting but get errors like:
</p>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>cvs server: cannot open /root/.cvsignore: Permission denied
cvs [server aborted]: can't chdir(/root): Permission denied
</nowiki></pre></td></tr></table>

<p>then you probably haven&rsquo;t specified &lsquo;<samp>-f</samp>&rsquo; in &lsquo;<tt>inetd.conf</tt>&rsquo;.
(In releases prior to <small>CVS</small> 1.11.1, this problem can be caused by
your system setting the <code>$HOME</code> environment variable
for programs being run by inetd.  In this case, you can either
have inetd run a shell script that unsets <code>$HOME</code> and then runs
<small>CVS</small>, or you can use <code>env</code> to run <small>CVS</small> with a pristine
environment.)
</p>
<p>If you can connect successfully for a while but then can&rsquo;t,
you&rsquo;ve probably hit inetd&rsquo;s rate limit.
(If inetd receives too many requests for the same service
in a short period of time, it assumes that something is wrong
and temporarily disables the service.)
Check your inetd documentation to find out how to adjust the
rate limit (some versions of inetd have a single rate limit,
others allow you to set the limit for each service separately.)
</p></dd>
</dl>

<hr size="6">
<div id="Other-problems"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Connection| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Credits| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Troubleshooting| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Troubleshooting| Up ]]|</td>
<td valign="middle" align="left">|[[#Credits| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Other-common-problems"></div>
=== Other common problems ===

<p>Here is a list of problems which do not fit into the
above categories.  They are in no particular order.
</p>
<ul>
<li>
On Windows, if there is a 30 second or so delay when
you run a <small>CVS</small> command, it may mean that you have
your home directory set to &lsquo;<tt>C:/</tt>&rsquo;, for example (see
<code>HOMEDRIVE</code> and <code>HOMEPATH</code> in
[[#Environment-variables|All environment variables which affect CVS]]).  <small>CVS</small> expects the home
directory to not end in a slash, for example &lsquo;<tt>C:</tt>&rsquo;
or &lsquo;<tt>C:\cvs</tt>&rsquo;.

</li><li>
If you are running <small>CVS</small> 1.9.18 or older, and
<code>cvs update</code> finds a conflict and tries to
merge, as described in [[#Conflicts-example|Conflicts example]], but
doesn&rsquo;t tell you there were conflicts, then you may
have an old version of <small>RCS</small>.  The easiest solution
probably is to upgrade to a current version of
<small>CVS</small>, which does not rely on external <small>RCS</small>
programs.
</li></ul>

<hr size="6">
<div id="Credits"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Other-problems| &lt; ]]|</td>
<td valign="middle" align="left">|[[#BUGS| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Troubleshooting| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#BUGS| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Credits-1"></div>
== Credits ==

<div id="index-Contributors-_0028manual_0029"></div>
<div id="index-Credits-_0028manual_0029"></div>
<p>Roland Pesch, then of Cygnus Support &lt;<tt>roland@wrs.com</tt>&gt;
wrote the manual pages which were distributed with
<small>CVS</small> 1.3.  Much of their text was copied into this
manual.  He also read an early draft
of this manual and contributed many ideas and
corrections.
</p>
<p>The mailing-list <code>info-cvs</code> is sometimes
informative. I have included information from postings
made by the following persons:
David G. Grubbs &lt;<tt>dgg@think.com</tt>&gt;.
</p>
<p>Some text has been extracted from the man pages for
<small>RCS</small>.
</p>
<p>The <small>CVS</small> <small>FAQ</small> by David G. Grubbs has provided
useful material.  The <small>FAQ</small> is no longer maintained,
however, and this manual is about the closest thing there
is to a successor (with respect to documenting how to
use <small>CVS</small>, at least).
</p>
<p>In addition, the following persons have helped by
telling me about mistakes I&rsquo;ve made:
</p>
<table><tr><td>&nbsp;</td><td><pre class="display"><nowiki>Roxanne Brunskill &lt;<tt>rbrunski@datap.ca</tt>&gt;,
Kathy Dyer &lt;<tt>dyer@phoenix.ocf.llnl.gov</tt>&gt;,
Karl Pingle &lt;<tt>pingle@acuson.com</tt>&gt;,
Thomas A Peterson &lt;<tt>tap@src.honeywell.com</tt>&gt;,
Inge Wallin &lt;<tt>ingwa@signum.se</tt>&gt;,
Dirk Koschuetzki &lt;<tt>koschuet@fmi.uni-passau.de</tt>&gt;
and Michael Brown &lt;<tt>brown@wi.extrel.com</tt>&gt;.
</nowiki></pre></td></tr></table>

<p>The list of contributors here is not comprehensive; for a more
complete list of who has contributed to this manual see
the file &lsquo;<tt>doc/ChangeLog</tt>&rsquo; in the <small>CVS</small> source
distribution.
</p>
<hr size="6">
<div id="BUGS"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Credits| &lt; ]]|</td>
<td valign="middle" align="left">|[[#Index| &gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Credits| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">|[[#Index| &gt;&gt; ]]|</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Dealing-with-bugs-in-CVS-or-this-manual"></div>
== Dealing with bugs in CVS or this manual ==

<div id="index-Bugs-in-this-manual-or-CVS"></div>
<p>Neither <small>CVS</small> nor this manual is perfect, and they
probably never will be.  If you are having trouble
using <small>CVS</small>, or think you have found a bug, there
are a number of things you can do about it.  Note that
if the manual is unclear, that can be considered a bug
in the manual, so these problems are often worth doing
something about as well as problems with <small>CVS</small> itself.
</p>
<div id="index-Reporting-bugs"></div>
<div id="index-Bugs_002c-reporting"></div>
<div id="index-Errors_002c-reporting"></div>
<ul>
<li>
If you want someone to help you and fix bugs that you
report, there are companies which will do that for a
fee.  One such company is:

<div id="index-Ximbiot"></div>
<div id="index-Support_002c-getting-CVS-support"></div>
<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>Ximbiot
319 S. River St.
Harrisburg, PA  17104-1657
USA
Email: info@ximbiot.com
Phone: (717) 579-6168
Fax:   (717) 234-3125
http://ximbiot.com/

</nowiki></pre></td></tr></table>

</li><li>
If you got <small>CVS</small> through a distributor, such as an
operating system vendor or a vendor of freeware
<small>CD-ROM</small>s, you may wish to see whether the
distributor provides support.  Often, they will provide
no support or minimal support, but this may vary from
distributor to distributor.

</li><li>
If you have the skills and time to do so, you may wish
to fix the bug yourself.  If you wish to submit your
fix for inclusion in future releases of <small>CVS</small>, see
the file <small>HACKING</small> in the <small>CVS</small> source
distribution.  It contains much more information on the
process of submitting fixes.

</li><li>
There may be resources on the net which can help.  Two
good places to start are:

<table><tr><td>&nbsp;</td><td><pre class="example"><nowiki>http://www.cvshome.org
http://www.loria.fr/~molli/cvs-index.html
</nowiki></pre></td></tr></table>

<p>If you are so inspired, increasing the information
available on the net is likely to be appreciated.  For
example, before the standard <small>CVS</small> distribution
worked on Windows 95, there was a web page with some
explanation and patches for running <small>CVS</small> on Windows
95, and various people helped out by mentioning this
page on mailing lists or newsgroups when the subject
came up.
</p>
</li><li>
It is also possible to report bugs to <code>bug-cvs</code>.
Note that someone may or may not want to do anything
with your bug report&mdash;if you need a solution consider
one of the options mentioned above.  People probably do
want to hear about bugs which are particularly severe
in consequences and/or easy to fix, however.  You can
also increase your odds by being as clear as possible
about the exact nature of the bug and any other
relevant information.  The way to report bugs is to
send email to <code>bug-cvs@gnu.org</code>.  Note
that submissions to <code>bug-cvs</code> may be distributed
under the terms of the <small>GNU</small> Public License, so if
you don&rsquo;t like this, don&rsquo;t submit them.  There is
usually no justification for sending mail directly to
one of the <small>CVS</small> maintainers rather than to
<code>bug-cvs</code>; those maintainers who want to hear
about such bug reports read <code>bug-cvs</code>.  Also note
that sending a bug report to other mailing lists or
newsgroups is <em>not</em> a substitute for sending it to
<code>bug-cvs</code>.  It is fine to discuss <small>CVS</small> bugs on
whatever forum you prefer, but there are not
necessarily any maintainers reading bug reports sent
anywhere except <code>bug-cvs</code>.
</li></ul>

<div id="index-Known-bugs-in-this-manual-or-CVS"></div>
<p>People often ask if there is a list of known bugs or
whether a particular bug is a known one.  The file
<small>BUGS</small> in the <small>CVS</small> source distribution is one
list of known bugs, but it doesn&rsquo;t necessarily try to
be comprehensive.  Perhaps there will never be a
comprehensive, detailed list of known bugs.
</p>
<hr size="6">
<div id="Index"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#BUGS| &lt; ]]|</td>
<td valign="middle" align="left">[ &gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#BUGS| &lt;&lt; ]]|</td>
<td valign="middle" align="left">|[[#Top| Up ]]|</td>
<td valign="middle" align="left">[ &gt;&gt; ]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
<div id="Index-1"></div>
== Index ==
<div id="index-Index"></div>

<table cellpadding="1" cellspacing="1" border="0"><tr><th valign="top">Jump to:</th>
<td>[[#Index-1_cp_symbol-1|<b>!</b>]]</td>
<td>[[#Index-1_cp_symbol-2|<b>#</b>]]</td>
<td>[[#Index-1_cp_symbol-3|<b>&amp;</b>]]</td>
<td>[[#Index-1_cp_symbol-4|<b>-</b>]]</td>
<td>[[#Index-1_cp_symbol-5|<b>.</b>]]</td>
<td>[[#Index-1_cp_symbol-6|<b>/</b>]]</td>
<td>[[#Index-1_cp_symbol-7|<b>:</b>]]</td>
<td>[[#Index-1_cp_symbol-8|<b>&lt;</b>]]</td>
<td>[[#Index-1_cp_symbol-9|<b>=</b>]]</td>
<td>[[#Index-1_cp_symbol-10|<b>&gt;</b>]]</td>
<td>[[#Index-1_cp_symbol-11|<b>_</b>]]</td>
<td>[[#Index-1_cp_letter-A|<b>A</b>]]</td>
<td>[[#Index-1_cp_letter-B|<b>B</b>]]</td>
<td>[[#Index-1_cp_letter-C|<b>C</b>]]</td>
<td>[[#Index-1_cp_letter-D|<b>D</b>]]</td>
<td>[[#Index-1_cp_letter-E|<b>E</b>]]</td>
<td>[[#Index-1_cp_letter-F|<b>F</b>]]</td>
<td>[[#Index-1_cp_letter-G|<b>G</b>]]</td>
<td>[[#Index-1_cp_letter-H|<b>H</b>]]</td>
<td>[[#Index-1_cp_letter-I|<b>I</b>]]</td>
<td>[[#Index-1_cp_letter-J|<b>J</b>]]</td>
<td>[[#Index-1_cp_letter-K|<b>K</b>]]</td>
<td>[[#Index-1_cp_letter-L|<b>L</b>]]</td>
<td>[[#Index-1_cp_letter-M|<b>M</b>]]</td>
<td>[[#Index-1_cp_letter-N|<b>N</b>]]</td>
<td>[[#Index-1_cp_letter-O|<b>O</b>]]</td>
<td>[[#Index-1_cp_letter-P|<b>P</b>]]</td>
<td>[[#Index-1_cp_letter-R|<b>R</b>]]</td>
<td>[[#Index-1_cp_letter-S|<b>S</b>]]</td>
<td>[[#Index-1_cp_letter-T|<b>T</b>]]</td>
<td>[[#Index-1_cp_letter-U|<b>U</b>]]</td>
<td>[[#Index-1_cp_letter-V|<b>V</b>]]</td>
<td>[[#Index-1_cp_letter-W|<b>W</b>]]</td>
<td>[[#Index-1_cp_letter-X|<b>X</b>]]</td>
<td>[[#Index-1_cp_letter-Z|<b>Z</b>]]</td>
<table border="0" class="index-cp">
<tr><td></td><th align="left">Index Entry</th><th align="left"> Section</th></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-1"></div>!</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_0021_002c-in-modules-file|!, in modules file]]</td><td valign="top">[[#Excluding-directories|Excluding directories]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-2"></div>#</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002elock_002c-removing|#cvs.lock, removing]]</td><td valign="top">[[#Concurrency|Several developers simultaneously attempting to run CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002elock_002c-technical-details|#cvs.lock, technical details]]</td><td valign="top">[[#Locks|CVS locks in the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002erfl_002c-and-backups|#cvs.rfl, and backups]]</td><td valign="top">[[#Backing-up|Backing up a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002erfl_002c-removing|#cvs.rfl, removing]]</td><td valign="top">[[#Concurrency|Several developers simultaneously attempting to run CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002erfl_002c-technical-details|#cvs.rfl, technical details]]</td><td valign="top">[[#Locks|CVS locks in the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002etfl|#cvs.tfl]]</td><td valign="top">[[#Locks|CVS locks in the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002ewfl_002c-removing|#cvs.wfl, removing]]</td><td valign="top">[[#Concurrency|Several developers simultaneously attempting to run CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-_0023cvs_002ewfl_002c-technical-details|#cvs.wfl, technical details]]</td><td valign="top">[[#Locks|CVS locks in the repository]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-3"></div>&amp;</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_0026_002c-in-modules-file|&amp;, in modules file]]</td><td valign="top">[[#Ampersand-modules|Ampersand modules]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-4"></div>-</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_002da_002c-in-modules-file|-a, in modules file]]</td><td valign="top">[[#Alias-modules|Alias modules]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dd_002c-in-modules-file|-d, in modules file]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002de_002c-in-modules-file|-e, in modules file]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002de_002c-in-modules-file-1|-e, in modules file]]</td><td valign="top">[[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dj-_0028merging-branches_0029|-j (merging branches)]]</td><td valign="top">[[#Merging-a-branch|Merging an entire branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dj-_0028merging-branches_0029_002c-and-keyword-substitution|-j (merging branches), and keyword substitution]]</td><td valign="top">[[#Merging-and-keywords|Merging and keywords]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dk-_0028keyword-substitution_0029|-k (keyword substitution)]]</td><td valign="top">[[#Substitution-modes|Substitution modes]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dkk_002c-to-avoid-conflicts-during-a-merge|-kk, to avoid conflicts during a merge]]</td><td valign="top">[[#Merging-and-keywords|Merging and keywords]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002do_002c-in-modules-file|-o, in modules file]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002do_002c-in-modules-file-1|-o, in modules file]]</td><td valign="top">[[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002ds_002c-in-modules-file|-s, in modules file]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dt_002c-in-modules-file|-t, in modules file]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002dt_002c-in-modules-file-1|-t, in modules file]]</td><td valign="top">[[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-5"></div>.</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_002e_0023-files|.# files]]</td><td valign="top">[[#update-output|update output]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002ebashrc_002c-setting-CVSROOT-in|.bashrc, setting CVSROOT in]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002ecshrc_002c-setting-CVSROOT-in|.cshrc, setting CVSROOT in]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002ecvsrc-file|.cvsrc file]]</td><td valign="top">[[#g_t_007e_002f_002ecvsrc|Default options and the ~/.cvsrc file]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002eprofile_002c-setting-CVSROOT-in|.profile, setting CVSROOT in]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td></td><td valign="top">[[#index-_002etcshrc_002c-setting-CVSROOT-in|.tcshrc, setting CVSROOT in]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-6"></div>/</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_002fusr_002flocal_002fcvsroot_002c-as-example-repository|/usr/local/cvsroot, as example repository]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-7"></div>:</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_003aext_003a_002c-setting-up|:ext:, setting up]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003aext_003a_002c-troubleshooting|:ext:, troubleshooting]]</td><td valign="top">[[#Connection|Trouble making a connection to a CVS server]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003afork_003a_002c-setting-up|:fork:, setting up]]</td><td valign="top">[[#Connecting-via-fork|Connecting with fork]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003agserver_003a_002c-setting-up|:gserver:, setting up]]</td><td valign="top">[[#GSSAPI-authenticated|Direct connection with GSSAPI]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003akserver_003a_002c-setting-up|:kserver:, setting up]]</td><td valign="top">[[#Kerberos-authenticated|Direct connection with kerberos]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003alocal_003a_002c-setting-up|:local:, setting up]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003apserver_003a_002c-setting-up|:pserver:, setting up]]</td><td valign="top">[[#Password-authentication-client|Using the client with password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003apserver_003a_002c-troubleshooting|:pserver:, troubleshooting]]</td><td valign="top">[[#Connection|Trouble making a connection to a CVS server]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003aserver_003a_002c-setting-up|:server:, setting up]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-_003aserver_003a_002c-troubleshooting|:server:, troubleshooting]]</td><td valign="top">[[#Connection|Trouble making a connection to a CVS server]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-8"></div>&lt;</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_003c_003c_003c_003c_003c_003c_003c|&lt;&lt;&lt;&lt;&lt;&lt;&lt;]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-9"></div>=</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_003d_003d_003d_003d_003d_003d_003d|=======]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-10"></div>&gt;</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_003e_003e_003e_003e_003e_003e_003e|&gt;&gt;&gt;&gt;&gt;&gt;&gt;]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_symbol-11"></div>_</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-_005f_005f-files-_0028VMS_0029|__ files (VMS)]]</td><td valign="top">[[#update-output|update output]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-A"></div>A</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Abandoning-work|Abandoning work]]</td><td valign="top">[[#Editing-files|How to edit a file which is being watched]]</td></tr>
<tr><td></td><td valign="top">[[#index-Access-a-branch|Access a branch]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-add-_0028subcommand_0029|add (subcommand)]]</td><td valign="top">[[#Adding-files|Adding files to a directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Adding-a-tag|Adding a tag]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Adding-files|Adding files]]</td><td valign="top">[[#Adding-files|Adding files to a directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Admin-_0028subcommand_0029|Admin (subcommand)]]</td><td valign="top">[[#admin|admin&mdash;Administration]]</td></tr>
<tr><td></td><td valign="top">[[#index-Administrative-files-_0028intro_0029|Administrative files (intro)]]</td><td valign="top">[[#Intro-administrative-files|The administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Administrative-files-_0028reference_0029|Administrative files (reference)]]</td><td valign="top">[[#Administrative-files|Reference manual for Administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Administrative-files_002c-editing-them|Administrative files, editing them]]</td><td valign="top">[[#Editing-administrative-files|Editing administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Alias-modules|Alias modules]]</td><td valign="top">[[#Alias-modules|Alias modules]]</td></tr>
<tr><td></td><td valign="top">[[#index-ALL-in-commitinfo|ALL in commitinfo]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Ampersand-modules|Ampersand modules]]</td><td valign="top">[[#Ampersand-modules|Ampersand modules]]</td></tr>
<tr><td></td><td valign="top">[[#index-annotate-_0028subcommand_0029|annotate (subcommand)]]</td><td valign="top">[[#annotate|Annotate command]]</td></tr>
<tr><td></td><td valign="top">[[#index-Atomic-transactions_002c-lack-of|Atomic transactions, lack of]]</td><td valign="top">[[#Concurrency|Several developers simultaneously attempting to run CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Attic|Attic]]</td><td valign="top">[[#Attic|The attic]]</td></tr>
<tr><td></td><td valign="top">[[#index-Authenticated-client_002c-using|Authenticated client, using]]</td><td valign="top">[[#Password-authentication-client|Using the client with password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Authenticating-server_002c-setting-up|Authenticating server, setting up]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Authentication_002c-stream|Authentication, stream]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Author-keyword|Author keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Automatically-ignored-files|Automatically ignored files]]</td><td valign="top">[[#cvsignore|Ignoring files via cvsignore]]</td></tr>
<tr><td></td><td valign="top">[[#index-Avoiding-editor-invocation|Avoiding editor invocation]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-B"></div>B</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Backing-up_002c-repository|Backing up, repository]]</td><td valign="top">[[#Backing-up|Backing up a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Base-directory_002c-in-CVS-directory|Base directory, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-BASE_002c-as-reserved-tag-name|BASE, as reserved tag name]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-BASE_002c-special-tag|BASE, special tag]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Baserev-file_002c-in-CVS-directory|Baserev file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Baserev_002etmp-file_002c-in-CVS-directory|Baserev.tmp file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Bill-of-materials|Bill of materials]]</td><td valign="top">[[#Builds|How your build system interacts with CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Binary-files|Binary files]]</td><td valign="top">[[#Binary-files|Handling binary files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch-merge-example|Branch merge example]]</td><td valign="top">[[#Merging-a-branch|Merging an entire branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch-number|Branch number]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch-number-1|Branch number]]</td><td valign="top">[[#Branches-and-revisions|Branches and revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch-tags_002c-deleting|Branch tags, deleting]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch-tags_002c-moving|Branch tags, moving]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch_002c-accessing|Branch, accessing]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch_002c-check-out|Branch, check out]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch_002c-creating-a|Branch, creating a]]</td><td valign="top">[[#Creating-a-branch|Creating a branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch_002c-identifying|Branch, identifying]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch_002c-retrieving|Branch, retrieving]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branch_002c-vendor_002d|Branch, vendor-]]</td><td valign="top">[[#Tracking-sources|Tracking third-party sources]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branches-motivation|Branches motivation]]</td><td valign="top">[[#Branches-motivation|What branches are good for]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branches_002c-copying-changes-between|Branches, copying changes between]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branches_002c-sticky|Branches, sticky]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Branching|Branching]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Bringing-a-file-up-to-date|Bringing a file up to date]]</td><td valign="top">[[#Updating-a-file|Bringing a file up to date]]</td></tr>
<tr><td></td><td valign="top">[[#index-Bugs-in-this-manual-or-CVS|Bugs in this manual or CVS]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-Bugs_002c-reporting|Bugs, reporting]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-Builds|Builds]]</td><td valign="top">[[#Builds|How your build system interacts with CVS]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-C"></div>C</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Changes_002c-copying-between-branches|Changes, copying between branches]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Changing-a-log-message|Changing a log message]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Check-out-a-branch|Check out a branch]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Checked-out-copy_002c-keeping|Checked out copy, keeping]]</td><td valign="top">[[#Keeping-a-checked-out-copy|Keeping a checked out copy]]</td></tr>
<tr><td></td><td valign="top">[[#index-Checking-out-source|Checking out source]]</td><td valign="top">[[#Getting-the-source|Getting the source]]</td></tr>
<tr><td></td><td valign="top">[[#index-checkout-_0028subcommand_0029|checkout (subcommand)]]</td><td valign="top">[[#checkout|checkout&mdash;Check out sources for editing]]</td></tr>
<tr><td></td><td valign="top">[[#index-Checkout-program|Checkout program]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Checkout_002c-as-term-for-getting-ready-to-edit|Checkout, as term for getting ready to edit]]</td><td valign="top">[[#Editing-files|How to edit a file which is being watched]]</td></tr>
<tr><td></td><td valign="top">[[#index-Checkout_002c-example|Checkout, example]]</td><td valign="top">[[#Getting-the-source|Getting the source]]</td></tr>
<tr><td></td><td valign="top">[[#index-checkoutlist|checkoutlist]]</td><td valign="top">[[#checkoutlist|The checkoutlist file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Choosing_002c-reserved-or-unreserved-checkouts|Choosing, reserved or unreserved checkouts]]</td><td valign="top">[[#Choosing-a-model|Choosing between reserved or unreserved checkouts]]</td></tr>
<tr><td></td><td valign="top">[[#index-Cleaning-up|Cleaning up]]</td><td valign="top">[[#Cleaning-up|Cleaning up]]</td></tr>
<tr><td></td><td valign="top">[[#index-Client_002fServer-Operation|Client/Server Operation]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Client_002fServer-Operation_002c-port-specification|Client/Server Operation, port specification]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Client_002fServer-Operation_002c-port-specification-1|Client/Server Operation, port specification]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-co-_0028subcommand_0029|co (subcommand)]]</td><td valign="top">[[#checkout|checkout&mdash;Check out sources for editing]]</td></tr>
<tr><td></td><td valign="top">[[#index-Command-reference|Command reference]]</td><td valign="top">[[#Invoking-CVS|Quick reference to CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-Command-structure|Command structure]]</td><td valign="top">[[#Structure|Overall structure of CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-Comment-leader|Comment leader]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-commit-_0028subcommand_0029|commit (subcommand)]]</td><td valign="top">[[#commit|commit&mdash;Check files into the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-commitinfo|&lsquo;<tt>commitinfo</tt>&rsquo;]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-commitinfo_002c-command-environment|&lsquo;<tt>commitinfo</tt>&rsquo;, command environment]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-commitinfo_002c-working-directory|&lsquo;<tt>commitinfo</tt>&rsquo;, working directory]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Commits_002c-precommit-verification-of|Commits, precommit verification of]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Committing-changes-to-files|Committing changes to files]]</td><td valign="top">[[#Committing-your-changes|Committing your changes]]</td></tr>
<tr><td></td><td valign="top">[[#index-Committing_002c-administrative-support-files|Committing, administrative support files]]</td><td valign="top">[[#commit-files|The commit support files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Committing_002c-when-to|Committing, when to]]</td><td valign="top">[[#When-to-commit|When to commit?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Common-options|Common options]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Common-syntax-of-info-files|Common syntax of info files]]</td><td valign="top">[[#syntax|The common syntax]]</td></tr>
<tr><td></td><td valign="top">[[#index-Compatibility_002c-between-CVS-versions|Compatibility, between CVS versions]]</td><td valign="top">[[#Compatibility|Compatibility between CVS Versions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Compression|Compression]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Compression-1|Compression]]</td><td valign="top">[[#Invoking-CVS|Quick reference to CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-COMSPEC_002c-environment-variable|COMSPEC, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-config_002c-in-CVSROOT|config, in CVSROOT]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Configuring-keyword-expansion|Configuring keyword expansion]]</td><td valign="top">[[#Configuring-keyword-expansion|Configuring Keyord Expansion]]</td></tr>
<tr><td></td><td valign="top">[[#index-Conflict-markers|Conflict markers]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Conflict-resolution|Conflict resolution]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Conflicts-_0028merge-example_0029|Conflicts (merge example)]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Contributors-_0028CVS-program_0029|Contributors (CVS program)]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Contributors-_0028manual_0029|Contributors (manual)]]</td><td valign="top">[[#Credits|Credits]]</td></tr>
<tr><td></td><td valign="top">[[#index-Copying-a-repository|Copying a repository]]</td><td valign="top">[[#Moving-a-repository|Moving a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Copying-changes|Copying changes]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Correcting-a-log-message|Correcting a log message]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Creating-a-branch|Creating a branch]]</td><td valign="top">[[#Creating-a-branch|Creating a branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-Creating-a-project|Creating a project]]</td><td valign="top">[[#Starting-a-new-project|Starting a project with CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Creating-a-repository|Creating a repository]]</td><td valign="top">[[#Creating-a-repository|Creating a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Credits-_0028CVS-program_0029|Credits (CVS program)]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Credits-_0028manual_0029|Credits (manual)]]</td><td valign="top">[[#Credits|Credits]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS-1_002e6_002c-and-watches|CVS 1.6, and watches]]</td><td valign="top">[[#Watches-Compatibility|Using watches with old versions of CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS-command-structure|CVS command structure]]</td><td valign="top">[[#Structure|Overall structure of CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS-directory_002c-in-repository|CVS directory, in repository]]</td><td valign="top">[[#CVS-in-repository|The CVS directory in the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS-directory_002c-in-working-directory|CVS directory, in working directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS-passwd-file|CVS passwd file]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002c-history-of|CVS, history of]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002c-introduction-to|CVS, introduction to]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002c-versions-of|CVS, versions of]]</td><td valign="top">[[#Compatibility|Compatibility between CVS Versions]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fBase-directory|CVS/Base directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fBaserev-file|CVS/Baserev file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fBaserev_002etmp-file|CVS/Baserev.tmp file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fEntries-file|CVS/Entries file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fEntries_002eBackup-file|CVS/Entries.Backup file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fEntries_002eLog-file|CVS/Entries.Log file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fEntries_002eStatic-file|CVS/Entries.Static file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fNotify-file|CVS/Notify file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fNotify_002etmp-file|CVS/Notify.tmp file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fRepository-file|CVS/Repository file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fRoot-file|CVS/Root file]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fTag-file|CVS/Tag file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_002fTemplate-file|CVS/Template file]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-cvsadmin|cvsadmin]]</td><td valign="top">[[#admin|admin&mdash;Administration]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSEDITOR_002c-environment-variable|CVSEDITOR, environment variable]]</td><td valign="top">[[#Committing-your-changes|Committing your changes]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSEDITOR_002c-environment-variable-1|CVSEDITOR, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSEDITOR_002c-internal-variable|CVSEDITOR, internal variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSHeader-keyword|CVSHeader keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-cvsignore-_0028admin-file_0029_002c-global|cvsignore (admin file), global]]</td><td valign="top">[[#cvsignore|Ignoring files via cvsignore]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSIGNORE_002c-environment-variable|CVSIGNORE, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSREAD_002c-environment-variable|CVSREAD, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSREAD_002c-overriding|CVSREAD, overriding]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSREADONLYFS_002c-environment-variable|CVSREADONLYFS, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-cvsroot|cvsroot]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT-_0028file_0029|CVSROOT (file)]]</td><td valign="top">[[#Administrative-files|Reference manual for Administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002c-environment-variable|CVSROOT, environment variable]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002c-internal-variable|CVSROOT, internal variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002c-module-name|CVSROOT, module name]]</td><td valign="top">[[#Intro-administrative-files|The administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002c-multiple-repositories|CVSROOT, multiple repositories]]</td><td valign="top">[[#Multiple-repositories|Multiple repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002c-overriding|CVSROOT, overriding]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002c-storage-of-files|CVSROOT, storage of files]]</td><td valign="top">[[#CVSROOT-storage|How files are stored in the CVSROOT directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002fconfig|CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSROOT_002fEmptydir-directory|CVSROOT/Emptydir directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSUMASK_002c-environment-variable|CVSUMASK, environment variable]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-cvswrappers-_0028admin-file_0029|cvswrappers (admin file)]]</td><td valign="top">[[#Wrappers|The cvswrappers file]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSWRAPPERS_002c-environment-variable|CVSWRAPPERS, environment variable]]</td><td valign="top">[[#Wrappers|The cvswrappers file]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVSWRAPPERS_002c-environment-variable-1|CVSWRAPPERS, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fCLIENT_005fLOG_002c-environment-variable|CVS_CLIENT_LOG, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fCLIENT_005fPORT|CVS_CLIENT_PORT]]</td><td valign="top">[[#Kerberos-authenticated|Direct connection with kerberos]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fIGNORE_005fREMOTE_005fROOT_002c-environment-variable|CVS_IGNORE_REMOTE_ROOT, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fLOCAL_005fBRANCH_005fNUM_002c-environment-variable|CVS_LOCAL_BRANCH_NUM, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fPASSFILE_002c-environment-variable|CVS_PASSFILE, environment variable]]</td><td valign="top">[[#Password-authentication-client|Using the client with password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fPID_002c-environment-variable|CVS_PID, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fRCMD_005fPORT_002c-environment-variable|CVS_RCMD_PORT, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fRSH_002c-environment-variable|CVS_RSH, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fSERVER_002c-and-_003afork_003a|CVS_SERVER, and :fork:]]</td><td valign="top">[[#Connecting-via-fork|Connecting with fork]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fSERVER_002c-environment-variable|CVS_SERVER, environment variable]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fSERVER_005fSLEEP_002c-environment-variable|CVS_SERVER_SLEEP, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-CVS_005fUSER_002c-environment-variable|CVS_USER, environment variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-D"></div>D</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Date-keyword|Date keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Dates|Dates]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Dead-state|Dead state]]</td><td valign="top">[[#Attic|The attic]]</td></tr>
<tr><td></td><td valign="top">[[#index-Decimal-revision-number|Decimal revision number]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td></td><td valign="top">[[#index-DEFAULT-in-commitinfo|DEFAULT in commitinfo]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-DEFAULT-in-editinfo|DEFAULT in editinfo]]</td><td valign="top">[[#editinfo|Editinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-DEFAULT-in-verifymsg|DEFAULT in &lsquo;<tt>verifymsg</tt>&rsquo;]]</td><td valign="top">[[#verifymsg|Verifying log messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-Defining-a-module|Defining a module]]</td><td valign="top">[[#Defining-the-module|Defining the module]]</td></tr>
<tr><td></td><td valign="top">[[#index-Defining-modules-_0028intro_0029|Defining modules (intro)]]</td><td valign="top">[[#Intro-administrative-files|The administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Defining-modules-_0028reference-manual_0029|Defining modules (reference manual)]]</td><td valign="top">[[#modules|The modules file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Deleting-branch-tags|Deleting branch tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Deleting-files|Deleting files]]</td><td valign="top">[[#Removing-files|Removing files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Deleting-revisions|Deleting revisions]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Deleting-sticky-tags|Deleting sticky tags]]</td><td valign="top">[[#Sticky-tags|Sticky tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Deleting-tags|Deleting tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Descending-directories|Descending directories]]</td><td valign="top">[[#Recursive-behavior|Recursive behavior]]</td></tr>
<tr><td></td><td valign="top">[[#index-Device-nodes|Device nodes]]</td><td valign="top">[[#Special-Files|Special Files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Diff|Diff]]</td><td valign="top">[[#Viewing-differences|Viewing differences]]</td></tr>
<tr><td></td><td valign="top">[[#index-diff-_0028subcommand_0029|diff (subcommand)]]</td><td valign="top">[[#diff|diff&mdash;Show differences between revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Differences_002c-merging|Differences, merging]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Directories_002c-moving|Directories, moving]]</td><td valign="top">[[#Moving-directories|Moving and renaming directories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Directories_002c-removing|Directories, removing]]</td><td valign="top">[[#Removing-directories|Removing directories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Directory_002c-descending|Directory, descending]]</td><td valign="top">[[#Recursive-behavior|Recursive behavior]]</td></tr>
<tr><td></td><td valign="top">[[#index-Disjoint-repositories|Disjoint repositories]]</td><td valign="top">[[#Multiple-repositories|Multiple repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Distributing-log-messages|Distributing log messages]]</td><td valign="top">[[#loginfo|Loginfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-driver_002ec-_0028merge-example_0029|driver.c (merge example)]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-E"></div>E</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-edit-_0028subcommand_0029|edit (subcommand)]]</td><td valign="top">[[#Editing-files|How to edit a file which is being watched]]</td></tr>
<tr><td></td><td valign="top">[[#index-editinfo-_0028admin-file_0029|editinfo (admin file)]]</td><td valign="top">[[#editinfo|Editinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Editing-administrative-files|Editing administrative files]]</td><td valign="top">[[#Editing-administrative-files|Editing administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Editing-the-modules-file|Editing the modules file]]</td><td valign="top">[[#Defining-the-module|Defining the module]]</td></tr>
<tr><td></td><td valign="top">[[#index-Editor_002c-avoiding-invocation-of|Editor, avoiding invocation of]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-EDITOR_002c-environment-variable|EDITOR, environment variable]]</td><td valign="top">[[#Committing-your-changes|Committing your changes]]</td></tr>
<tr><td></td><td valign="top">[[#index-EDITOR_002c-environment-variable-1|EDITOR, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-EDITOR_002c-internal-variable|EDITOR, internal variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-EDITOR_002c-overriding|EDITOR, overriding]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Editor_002c-specifying-per-module|Editor, specifying per module]]</td><td valign="top">[[#editinfo|Editinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-editors-_0028subcommand_0029|editors (subcommand)]]</td><td valign="top">[[#Watch-information|Information about who is watching and editing]]</td></tr>
<tr><td></td><td valign="top">[[#index-emerge|emerge]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Emptydir_002c-in-CVSROOT-directory|Emptydir, in CVSROOT directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Encryption|Encryption]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Entries-file_002c-in-CVS-directory|Entries file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Entries_002eBackup-file_002c-in-CVS-directory|Entries.Backup file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Entries_002eLog-file_002c-in-CVS-directory|Entries.Log file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Entries_002eStatic-file_002c-in-CVS-directory|Entries.Static file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Environment-variables|Environment variables]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-environment-variables_002c-passed-to-administrative-files|environment variables, passed to administrative files]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Errors_002c-reporting|Errors, reporting]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-Example-of-a-work_002dsession|Example of a work-session]]</td><td valign="top">[[#A-sample-session|A sample session]]</td></tr>
<tr><td></td><td valign="top">[[#index-Example-of-merge|Example of merge]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Example_002c-branch-merge|Example, branch merge]]</td><td valign="top">[[#Merging-a-branch|Merging an entire branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-Excluding-directories_002c-in-modules-file|Excluding directories, in modules file]]</td><td valign="top">[[#Excluding-directories|Excluding directories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Exit-status_002c-of-commitinfo|Exit status, of commitinfo]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Exit-status_002c-of-CVS|Exit status, of CVS]]</td><td valign="top">[[#Exit-status|CVS&rsquo;s exit status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Exit-status_002c-of-editor|Exit status, of editor]]</td><td valign="top">[[#Error-messages|Partial list of error messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-Exit-status_002c-of-taginfo|Exit status, of taginfo]]</td><td valign="top">[[#user_002ddefined-logging|User-defined logging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Exit-status_002c-of-verifymsg|Exit status, of &lsquo;<tt>verifymsg</tt>&rsquo;]]</td><td valign="top">[[#verifymsg|Verifying log messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-export-_0028subcommand_0029|export (subcommand)]]</td><td valign="top">[[#export|export&mdash;Export sources from CVS, similar to checkout]]</td></tr>
<tr><td></td><td valign="top">[[#index-Export-program|Export program]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-F"></div>F</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Fetching-source|Fetching source]]</td><td valign="top">[[#Getting-the-source|Getting the source]]</td></tr>
<tr><td></td><td valign="top">[[#index-File-had-conflicts-on-merge|File had conflicts on merge]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-File-locking|File locking]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-File-permissions_002c-general|File permissions, general]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-File-permissions_002c-Windows_002dspecific|File permissions, Windows-specific]]</td><td valign="top">[[#Windows-permissions|File Permission issues specific to Windows]]</td></tr>
<tr><td></td><td valign="top">[[#index-File-status|File status]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Files_002c-moving|Files, moving]]</td><td valign="top">[[#Moving-files|Moving and renaming files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Files_002c-reference-manual|Files, reference manual]]</td><td valign="top">[[#Administrative-files|Reference manual for Administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Fixing-a-log-message|Fixing a log message]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Forcing-a-tag-match|Forcing a tag match]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-fork_002c-access-method|fork, access method]]</td><td valign="top">[[#Connecting-via-fork|Connecting with fork]]</td></tr>
<tr><td></td><td valign="top">[[#index-Form-for-log-message|Form for log message]]</td><td valign="top">[[#rcsinfo|Rcsinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Format-of-CVS-commands|Format of CVS commands]]</td><td valign="top">[[#Structure|Overall structure of CVS commands]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-G"></div>G</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Getting-started|Getting started]]</td><td valign="top">[[#A-sample-session|A sample session]]</td></tr>
<tr><td></td><td valign="top">[[#index-Getting-the-source|Getting the source]]</td><td valign="top">[[#Getting-the-source|Getting the source]]</td></tr>
<tr><td></td><td valign="top">[[#index-Global-cvsignore|Global cvsignore]]</td><td valign="top">[[#cvsignore|Ignoring files via cvsignore]]</td></tr>
<tr><td></td><td valign="top">[[#index-Global-options|Global options]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Group|Group]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-gserver-_0028client_002fserver-connection-method_0029_002c-port-specification|gserver (client/server connection method), port specification]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-gserver-_0028client_002fserver-connection-method_0029_002c-port-specification-1|gserver (client/server connection method), port specification]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-GSSAPI|GSSAPI]]</td><td valign="top">[[#GSSAPI-authenticated|Direct connection with GSSAPI]]</td></tr>
<tr><td></td><td valign="top">[[#index-Gzip|Gzip]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Gzip-1|Gzip]]</td><td valign="top">[[#Invoking-CVS|Quick reference to CVS commands]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-H"></div>H</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Hard-links|Hard links]]</td><td valign="top">[[#Special-Files|Special Files]]</td></tr>
<tr><td></td><td valign="top">[[#index-HEAD_002c-as-reserved-tag-name|HEAD, as reserved tag name]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-HEAD_002c-special-tag|HEAD, special tag]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Header-keyword|Header keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-history-_0028subcommand_0029|history (subcommand)]]</td><td valign="top">[[#history|history&mdash;Show status of files and users]]</td></tr>
<tr><td></td><td valign="top">[[#index-History-browsing|History browsing]]</td><td valign="top">[[#History-browsing|History browsing]]</td></tr>
<tr><td></td><td valign="top">[[#index-History-file|History file]]</td><td valign="top">[[#history-file|The history file]]</td></tr>
<tr><td></td><td valign="top">[[#index-History-files|History files]]</td><td valign="top">[[#Repository-files|Where files are stored within the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-History-of-CVS|History of CVS]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-HOME_002c-environment-variable|HOME, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-HOMEDRIVE_002c-environment-variable|HOMEDRIVE, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-HOMEPATH_002c-environment-variable|HOMEPATH, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-I"></div>I</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Id-keyword|Id keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Ident-_0028shell-command_0029|Ident (shell command)]]</td><td valign="top">[[#Using-keywords|Using keywords]]</td></tr>
<tr><td></td><td valign="top">[[#index-Identifying-a-branch|Identifying a branch]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Identifying-files|Identifying files]]</td><td valign="top">[[#Keyword-substitution|Keyword substitution]]</td></tr>
<tr><td></td><td valign="top">[[#index-Ignored-files|Ignored files]]</td><td valign="top">[[#cvsignore|Ignoring files via cvsignore]]</td></tr>
<tr><td></td><td valign="top">[[#index-Ignoring-files|Ignoring files]]</td><td valign="top">[[#cvsignore|Ignoring files via cvsignore]]</td></tr>
<tr><td></td><td valign="top">[[#index-import-_0028subcommand_0029|import (subcommand)]]</td><td valign="top">[[#import|import&mdash;Import sources into CVS, using vendor branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Importing-files|Importing files]]</td><td valign="top">[[#From-files|Creating a directory tree from a number of files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Importing-files_002c-from-other-version-control-systems|Importing files, from other version control systems]]</td><td valign="top">[[#From-other-version-control-systems|Creating Files From Other Version Control Systems]]</td></tr>
<tr><td></td><td valign="top">[[#index-Importing-modules|Importing modules]]</td><td valign="top">[[#First-import|Importing for the first time]]</td></tr>
<tr><td></td><td valign="top">[[#index-Index|Index]]</td><td valign="top">[[#Index|Index]]</td></tr>
<tr><td></td><td valign="top">[[#index-inetd_002c-configuring-for-pserver|inetd, configuring for pserver]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Info-files-_0028syntax_0029|Info files (syntax)]]</td><td valign="top">[[#syntax|The common syntax]]</td></tr>
<tr><td></td><td valign="top">[[#index-Informing-others|Informing others]]</td><td valign="top">[[#Informing-others|Informing others about commits]]</td></tr>
<tr><td></td><td valign="top">[[#index-init-_0028subcommand_0029|init (subcommand)]]</td><td valign="top">[[#Creating-a-repository|Creating a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Installed-images-_0028VMS_0029|Installed images (VMS)]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Internal-variables|Internal variables]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Introduction-to-CVS|Introduction to CVS]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Invoking-CVS|Invoking CVS]]</td><td valign="top">[[#Invoking-CVS|Quick reference to CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-Isolation|Isolation]]</td><td valign="top">[[#History-browsing|History browsing]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-J"></div>J</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Join|Join]]</td><td valign="top">[[#Merging-a-branch|Merging an entire branch]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-K"></div>K</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Keeping-a-checked-out-copy|Keeping a checked out copy]]</td><td valign="top">[[#Keeping-a-checked-out-copy|Keeping a checked out copy]]</td></tr>
<tr><td></td><td valign="top">[[#index-Kerberos_002c-using-_003agserver_003a|Kerberos, using :gserver:]]</td><td valign="top">[[#GSSAPI-authenticated|Direct connection with GSSAPI]]</td></tr>
<tr><td></td><td valign="top">[[#index-Kerberos_002c-using-_003akserver_003a|Kerberos, using :kserver:]]</td><td valign="top">[[#Kerberos-authenticated|Direct connection with kerberos]]</td></tr>
<tr><td></td><td valign="top">[[#index-Kerberos_002c-using-kerberized-rsh|Kerberos, using kerberized rsh]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-Keyword-expansion|Keyword expansion]]</td><td valign="top">[[#Keyword-substitution|Keyword substitution]]</td></tr>
<tr><td></td><td valign="top">[[#index-Keyword-List|Keyword List]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Keyword-substitution|Keyword substitution]]</td><td valign="top">[[#Keyword-substitution|Keyword substitution]]</td></tr>
<tr><td></td><td valign="top">[[#index-Keyword-substitution_002c-and-merging|Keyword substitution, and merging]]</td><td valign="top">[[#Merging-and-keywords|Merging and keywords]]</td></tr>
<tr><td></td><td valign="top">[[#index-Keyword-substitution_002c-changing-modes|Keyword substitution, changing modes]]</td><td valign="top">[[#Substitution-modes|Substitution modes]]</td></tr>
<tr><td></td><td valign="top">[[#index-Kflag|Kflag]]</td><td valign="top">[[#Substitution-modes|Substitution modes]]</td></tr>
<tr><td></td><td valign="top">[[#index-kinit|kinit]]</td><td valign="top">[[#Kerberos-authenticated|Direct connection with kerberos]]</td></tr>
<tr><td></td><td valign="top">[[#index-Known-bugs-in-this-manual-or-CVS|Known bugs in this manual or CVS]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-kserver-_0028client_002fserver-connection-method_0029_002c-port-specification|kserver (client/server connection method), port specification]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-kserver-_0028client_002fserver-connection-method_0029_002c-port-specification-1|kserver (client/server connection method), port specification]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-L"></div>L</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Layout-of-repository|Layout of repository]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Left_002dhand-options|Left-hand options]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Linear-development|Linear development]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Link_002c-symbolic_002c-importing|Link, symbolic, importing]]</td><td valign="top">[[#import-output|import output]]</td></tr>
<tr><td></td><td valign="top">[[#index-List_002c-mailing-list|List, mailing list]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Local-keyword|Local keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locally-Added|Locally Added]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locally-Modified|Locally Modified]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locally-Removed|Locally Removed]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-LockDir_002c-in-CVSROOT_002fconfig|LockDir, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locker-keyword|Locker keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locking-files|Locking files]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locks_002c-cvs_002c-and-backups|Locks, cvs, and backups]]</td><td valign="top">[[#Backing-up|Backing up a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locks_002c-cvs_002c-introduction|Locks, cvs, introduction]]</td><td valign="top">[[#Concurrency|Several developers simultaneously attempting to run CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Locks_002c-cvs_002c-technical-details|Locks, cvs, technical details]]</td><td valign="top">[[#Locks|CVS locks in the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-log-_0028subcommand_0029|log (subcommand)]]</td><td valign="top">[[#log|log&mdash;Print out log information for files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-information_002c-saving|Log information, saving]]</td><td valign="top">[[#history-file|The history file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-keyword|Log keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-message-entry|Log message entry]]</td><td valign="top">[[#Committing-your-changes|Committing your changes]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-message-template|Log message template]]</td><td valign="top">[[#rcsinfo|Rcsinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-message_002c-correcting|Log message, correcting]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-message_002c-verifying|Log message, verifying]]</td><td valign="top">[[#verifymsg|Verifying log messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-messages|Log messages]]</td><td valign="top">[[#loginfo|Loginfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Log-messages_002c-editing|Log messages, editing]]</td><td valign="top">[[#editinfo|Editinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-LogHistory_002c-in-CVSROOT_002fconfig|LogHistory, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Login-_0028subcommand_0029|Login (subcommand)]]</td><td valign="top">[[#Password-authentication-client|Using the client with password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-loginfo-_0028admin-file_0029|loginfo (admin file)]]</td><td valign="top">[[#loginfo|Loginfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-LOGNAME_002c-environment-variable|LOGNAME, environment variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Logout-_0028subcommand_0029|Logout (subcommand)]]</td><td valign="top">[[#Password-authentication-client|Using the client with password authentication]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-M"></div>M</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Mail_002c-automatic-mail-on-commit|Mail, automatic mail on commit]]</td><td valign="top">[[#Informing-others|Informing others about commits]]</td></tr>
<tr><td></td><td valign="top">[[#index-Mailing-list|Mailing list]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Mailing-log-messages|Mailing log messages]]</td><td valign="top">[[#loginfo|Loginfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Main-trunk-and-branches|Main trunk and branches]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-make|make]]</td><td valign="top">[[#Builds|How your build system interacts with CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Many-repositories|Many repositories]]</td><td valign="top">[[#Multiple-repositories|Multiple repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Markers_002c-conflict|Markers, conflict]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merge_002c-an-example|Merge, an example]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merge_002c-branch-example|Merge, branch example]]</td><td valign="top">[[#Merging-a-branch|Merging an entire branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merging|Merging]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merging-a-branch|Merging a branch]]</td><td valign="top">[[#Merging-a-branch|Merging an entire branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merging-a-file|Merging a file]]</td><td valign="top">[[#Updating-a-file|Bringing a file up to date]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merging-two-revisions|Merging two revisions]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Merging_002c-and-keyword-substitution|Merging, and keyword substitution]]</td><td valign="top">[[#Merging-and-keywords|Merging and keywords]]</td></tr>
<tr><td></td><td valign="top">[[#index-mkmodules|mkmodules]]</td><td valign="top">[[#Error-messages|Partial list of error messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-Modifications_002c-copying-between-branches|Modifications, copying between branches]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Module-status|Module status]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Module_002c-defining|Module, defining]]</td><td valign="top">[[#Defining-the-module|Defining the module]]</td></tr>
<tr><td></td><td valign="top">[[#index-Modules-_0028admin-file_0029|Modules (admin file)]]</td><td valign="top">[[#modules|The modules file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Modules-file|Modules file]]</td><td valign="top">[[#Intro-administrative-files|The administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Modules-file-program-options|Modules file program options]]</td><td valign="top">[[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]]</td></tr>
<tr><td></td><td valign="top">[[#index-Modules-file_002c-changing|Modules file, changing]]</td><td valign="top">[[#Defining-the-module|Defining the module]]</td></tr>
<tr><td></td><td valign="top">[[#index-modules_002edb|modules.db]]</td><td valign="top">[[#CVSROOT-storage|How files are stored in the CVSROOT directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-modules_002edir|modules.dir]]</td><td valign="top">[[#CVSROOT-storage|How files are stored in the CVSROOT directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-modules_002epag|modules.pag]]</td><td valign="top">[[#CVSROOT-storage|How files are stored in the CVSROOT directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Motivation-for-branches|Motivation for branches]]</td><td valign="top">[[#Branches-motivation|What branches are good for]]</td></tr>
<tr><td></td><td valign="top">[[#index-Moving-a-repository|Moving a repository]]</td><td valign="top">[[#Moving-a-repository|Moving a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Moving-branch-tags|Moving branch tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Moving-directories|Moving directories]]</td><td valign="top">[[#Moving-directories|Moving and renaming directories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Moving-files|Moving files]]</td><td valign="top">[[#Moving-files|Moving and renaming files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Moving-tags|Moving tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Multiple-developers|Multiple developers]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Multiple-repositories|Multiple repositories]]</td><td valign="top">[[#Multiple-repositories|Multiple repositories]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-N"></div>N</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Name-keyword|Name keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Name_002c-symbolic-_0028tag_0029|Name, symbolic (tag)]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Needs-Checkout|Needs Checkout]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Needs-Merge|Needs Merge]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Needs-Patch|Needs Patch]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Newsgroups|Newsgroups]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-notify-_0028admin-file_0029|notify (admin file)]]</td><td valign="top">[[#Getting-Notified|Telling CVS to notify you]]</td></tr>
<tr><td></td><td valign="top">[[#index-Notify-file_002c-in-CVS-directory|Notify file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Notify_002etmp-file_002c-in-CVS-directory|Notify.tmp file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Number_002c-branch|Number, branch]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Number_002c-branch-1|Number, branch]]</td><td valign="top">[[#Branches-and-revisions|Branches and revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Number_002c-revision_002d|Number, revision-]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-O"></div>O</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Option-defaults|Option defaults]]</td><td valign="top">[[#g_t_007e_002f_002ecvsrc|Default options and the ~/.cvsrc file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Options_002c-global|Options, global]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Options_002c-in-modules-file|Options, in modules file]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Outdating-revisions|Outdating revisions]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overlap|Overlap]]</td><td valign="top">[[#Updating-a-file|Bringing a file up to date]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overriding-CVSREAD|Overriding CVSREAD]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overriding-CVSROOT|Overriding CVSROOT]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overriding-EDITOR|Overriding EDITOR]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overriding-RCSBIN|Overriding RCSBIN]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overriding-TMPDIR|Overriding TMPDIR]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Overview|Overview]]</td><td valign="top">[[#Overview|Overview]]</td></tr>
<tr><td></td><td valign="top">[[#index-Ownership_002c-saving-in-CVS|Ownership, saving in CVS]]</td><td valign="top">[[#Special-Files|Special Files]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-P"></div>P</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Parallel-repositories|Parallel repositories]]</td><td valign="top">[[#Multiple-repositories|Multiple repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-passwd-_0028admin-file_0029|passwd (admin file)]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Password-client_002c-using|Password client, using]]</td><td valign="top">[[#Password-authentication-client|Using the client with password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Password-server_002c-setting-up|Password server, setting up]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-PATH_002c-environment-variable|PATH, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Per_002ddirectory-sticky-tags_002fdates|Per-directory sticky tags/dates]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Per_002dmodule-editor|Per-module editor]]</td><td valign="top">[[#editinfo|Editinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Permissions_002c-general|Permissions, general]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Permissions_002c-saving-in-CVS|Permissions, saving in CVS]]</td><td valign="top">[[#Special-Files|Special Files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Permissions_002c-Windows_002dspecific|Permissions, Windows-specific]]</td><td valign="top">[[#Windows-permissions|File Permission issues specific to Windows]]</td></tr>
<tr><td></td><td valign="top">[[#index-Policy|Policy]]</td><td valign="top">[[#When-to-commit|When to commit?]]</td></tr>
<tr><td></td><td valign="top">[[#index-port_002c-specifying-for-remote-repositories|port, specifying for remote repositories]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-port_002c-specifying-for-remote-repositories-1|port, specifying for remote repositories]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Precommit-checking|Precommit checking]]</td><td valign="top">[[#commitinfo|Commitinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-pserver-_0028client_002fserver-connection-method_0029_002c-port-specification|pserver (client/server connection method), port specification]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-pserver-_0028client_002fserver-connection-method_0029_002c-port-specification-1|pserver (client/server connection method), port specification]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-pserver-_0028subcommand_0029|pserver (subcommand)]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-PVCS_002c-importing-files-from|PVCS, importing files from]]</td><td valign="top">[[#From-other-version-control-systems|Creating Files From Other Version Control Systems]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-R"></div>R</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-RCS-history-files|RCS history files]]</td><td valign="top">[[#Repository-files|Where files are stored within the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCS-revision-numbers|RCS revision numbers]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCS_002c-importing-files-from|RCS, importing files from]]</td><td valign="top">[[#From-other-version-control-systems|Creating Files From Other Version Control Systems]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCS_002dstyle-locking|RCS-style locking]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCSBIN_002c-in-CVSROOT_002fconfig|RCSBIN, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCSBIN_002c-internal-variable|RCSBIN, internal variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCSBIN_002c-overriding|RCSBIN, overriding]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-RCSfile-keyword|RCSfile keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-rcsinfo-_0028admin-file_0029|rcsinfo (admin file)]]</td><td valign="top">[[#rcsinfo|Rcsinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-rdiff-_0028subcommand_0029|rdiff (subcommand)]]</td><td valign="top">[[#rdiff|rdiff&mdash;&rsquo;patch&rsquo; format diffs between releases]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-files_002c-and-_002dr|Read-only files, and -r]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-files_002c-and-CVSREAD|Read-only files, and CVSREAD]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-files_002c-and-watches|Read-only files, and watches]]</td><td valign="top">[[#Setting-a-watch|Telling CVS to watch certain files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-files_002c-in-repository|Read-only files, in repository]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-mode|Read-only mode]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-repository-access|Read-only repository access]]</td><td valign="top">[[#Read_002donly-access|Read-only repository access]]</td></tr>
<tr><td></td><td valign="top">[[#index-Read_002donly-repository-mode|Read-only repository mode]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-readers-_0028admin-file_0029|readers (admin file)]]</td><td valign="top">[[#Read_002donly-access|Read-only repository access]]</td></tr>
<tr><td></td><td valign="top">[[#index-Recursive-_0028directory-descending_0029|Recursive (directory descending)]]</td><td valign="top">[[#Recursive-behavior|Recursive behavior]]</td></tr>
<tr><td></td><td valign="top">[[#index-Reference-manual-_0028files_0029|Reference manual (files)]]</td><td valign="top">[[#Administrative-files|Reference manual for Administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Reference-manual-for-variables|Reference manual for variables]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Reference_002c-commands|Reference, commands]]</td><td valign="top">[[#Invoking-CVS|Quick reference to CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-Regular-expression-syntax|Regular expression syntax]]</td><td valign="top">[[#syntax|The common syntax]]</td></tr>
<tr><td></td><td valign="top">[[#index-Regular-modules|Regular modules]]</td><td valign="top">[[#Regular-modules|Regular modules]]</td></tr>
<tr><td></td><td valign="top">[[#index-release-_0028subcommand_0029|release (subcommand)]]</td><td valign="top">[[#release|release&mdash;Indicate that a Module is no longer in use]]</td></tr>
<tr><td></td><td valign="top">[[#index-Releases_002c-revisions-and-versions|Releases, revisions and versions]]</td><td valign="top">[[#Versions-revisions-releases|Versions, revisions and releases]]</td></tr>
<tr><td></td><td valign="top">[[#index-Releasing-your-working-copy|Releasing your working copy]]</td><td valign="top">[[#Cleaning-up|Cleaning up]]</td></tr>
<tr><td></td><td valign="top">[[#index-Remote-repositories|Remote repositories]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Remote-repositories_002c-port-specification|Remote repositories, port specification]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Remote-repositories_002c-port-specification-1|Remote repositories, port specification]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Remove-_0028subcommand_0029|Remove (subcommand)]]</td><td valign="top">[[#Removing-files|Removing files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Removing-a-change|Removing a change]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Removing-branch-tags|Removing branch tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Removing-directories|Removing directories]]</td><td valign="top">[[#Removing-directories|Removing directories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Removing-files|Removing files]]</td><td valign="top">[[#Removing-files|Removing files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Removing-tags|Removing tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Removing-your-working-copy|Removing your working copy]]</td><td valign="top">[[#Cleaning-up|Cleaning up]]</td></tr>
<tr><td></td><td valign="top">[[#index-Renaming-directories|Renaming directories]]</td><td valign="top">[[#Moving-directories|Moving and renaming directories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Renaming-files|Renaming files]]</td><td valign="top">[[#Moving-files|Moving and renaming files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Renaming-tags|Renaming tags]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Replacing-a-log-message|Replacing a log message]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Reporting-bugs|Reporting bugs]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repositories_002c-multiple|Repositories, multiple]]</td><td valign="top">[[#Multiple-repositories|Multiple repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repositories_002c-remote|Repositories, remote]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repositories_002c-remote_002c-port-specification|Repositories, remote, port specification]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repositories_002c-remote_002c-port-specification-1|Repositories, remote, port specification]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository-_0028intro_0029|Repository (intro)]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository-file_002c-in-CVS-directory|Repository file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository_002c-backing-up|Repository, backing up]]</td><td valign="top">[[#Backing-up|Backing up a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository_002c-example|Repository, example]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository_002c-how-data-is-stored|Repository, how data is stored]]</td><td valign="top">[[#Repository-storage|How data is stored in the repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository_002c-moving|Repository, moving]]</td><td valign="top">[[#Moving-a-repository|Moving a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Repository_002c-setting-up|Repository, setting up]]</td><td valign="top">[[#Creating-a-repository|Creating a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-RereadLogAfterVerify_002c-in-CVSROOT_002fconfig|RereadLogAfterVerify, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Reserved-checkouts|Reserved checkouts]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Resetting-sticky-tags|Resetting sticky tags]]</td><td valign="top">[[#Sticky-tags|Sticky tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Resolving-a-conflict|Resolving a conflict]]</td><td valign="top">[[#Conflicts-example|Conflicts example]]</td></tr>
<tr><td></td><td valign="top">[[#index-Restoring-old-version-of-removed-file|Restoring old version of removed file]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Resurrecting-old-version-of-dead-file|Resurrecting old version of dead file]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Retrieve-a-branch|Retrieve a branch]]</td><td valign="top">[[#Accessing-branches|Accessing branches]]</td></tr>
<tr><td></td><td valign="top">[[#index-Retrieving-an-old-revision-using-tags|Retrieving an old revision using tags]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Reverting-to-repository-version|Reverting to repository version]]</td><td valign="top">[[#Editing-files|How to edit a file which is being watched]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revision-keyword|Revision keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revision-management|Revision management]]</td><td valign="top">[[#Revision-management|Revision management]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revision-numbers|Revision numbers]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revision-numbers-_0028branches_0029|Revision numbers (branches)]]</td><td valign="top">[[#Branches-and-revisions|Branches and revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revision-tree|Revision tree]]</td><td valign="top">[[#Revision-numbers|Revision numbers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revision-tree_002c-making-branches|Revision tree, making branches]]</td><td valign="top">[[#Branching-and-merging|Branching and merging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revisions_002c-merging-differences-between|Revisions, merging differences between]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Revisions_002c-versions-and-releases|Revisions, versions and releases]]</td><td valign="top">[[#Versions-revisions-releases|Versions, revisions and releases]]</td></tr>
<tr><td></td><td valign="top">[[#index-Right_002dhand-options|Right-hand options]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Root-file_002c-in-CVS-directory|Root file, in CVS directory]]</td><td valign="top">[[#Specifying-a-repository|Telling CVS where your repository is]]</td></tr>
<tr><td></td><td valign="top">[[#index-rsh|rsh]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-rsh-replacements-_0028Kerberized_002c-SSH_002c-_0026c_0029|rsh replacements (Kerberized, SSH, &amp;c)]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-rtag-_0028subcommand_0029|rtag (subcommand)]]</td><td valign="top">[[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]]</td></tr>
<tr><td></td><td valign="top">[[#index-rtag-_0028subcommand_0029_002c-creating-a-branch-using|rtag (subcommand), creating a branch using]]</td><td valign="top">[[#Creating-a-branch|Creating a branch]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-S"></div>S</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Saving-space|Saving space]]</td><td valign="top">[[#admin-options|admin options]]</td></tr>
<tr><td></td><td valign="top">[[#index-SCCS_002c-importing-files-from|SCCS, importing files from]]</td><td valign="top">[[#From-other-version-control-systems|Creating Files From Other Version Control Systems]]</td></tr>
<tr><td></td><td valign="top">[[#index-Security_002c-file-permissions-in-repository|Security, file permissions in repository]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Security_002c-GSSAPI|Security, GSSAPI]]</td><td valign="top">[[#GSSAPI-authenticated|Direct connection with GSSAPI]]</td></tr>
<tr><td></td><td valign="top">[[#index-Security_002c-kerberos|Security, kerberos]]</td><td valign="top">[[#Kerberos-authenticated|Direct connection with kerberos]]</td></tr>
<tr><td></td><td valign="top">[[#index-Security_002c-of-pserver|Security, of pserver]]</td><td valign="top">[[#Password-authentication-security|Security considerations with password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-Security_002c-setuid|Security, setuid]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Server_002c-CVS|Server, CVS]]</td><td valign="top">[[#Remote-repositories|Remote repositories]]</td></tr>
<tr><td></td><td valign="top">[[#index-Server_002c-temporary-directories|Server, temporary directories]]</td><td valign="top">[[#Server-temporary-directory|Temporary directories for the server]]</td></tr>
<tr><td></td><td valign="top">[[#index-Setgid|Setgid]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Setting-up-a-repository|Setting up a repository]]</td><td valign="top">[[#Creating-a-repository|Creating a repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Setuid|Setuid]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Source-keyword|Source keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Source_002c-getting-CVS-source|Source, getting CVS source]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Source_002c-getting-from-CVS|Source, getting from CVS]]</td><td valign="top">[[#Getting-the-source|Getting the source]]</td></tr>
<tr><td></td><td valign="top">[[#index-Special-files|Special files]]</td><td valign="top">[[#Special-Files|Special Files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Specifying-dates|Specifying dates]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Spreading-information|Spreading information]]</td><td valign="top">[[#Informing-others|Informing others about commits]]</td></tr>
<tr><td></td><td valign="top">[[#index-SSH-_0028rsh-replacement_0029|SSH (rsh replacement)]]</td><td valign="top">[[#Connecting-via-rsh|Connecting with rsh]]</td></tr>
<tr><td></td><td valign="top">[[#index-Starting-a-project-with-CVS|Starting a project with CVS]]</td><td valign="top">[[#Starting-a-new-project|Starting a project with CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-State-keyword|State keyword]]</td><td valign="top">[[#Keyword-list|Keyword List]]</td></tr>
<tr><td></td><td valign="top">[[#index-Status-of-a-file|Status of a file]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Status-of-a-module|Status of a module]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Sticky-date|Sticky date]]</td><td valign="top">[[#Sticky-tags|Sticky tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Sticky-tags|Sticky tags]]</td><td valign="top">[[#Sticky-tags|Sticky tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Sticky-tags_002c-resetting|Sticky tags, resetting]]</td><td valign="top">[[#Sticky-tags|Sticky tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Sticky-tags_002fdates_002c-per_002ddirectory|Sticky tags/dates, per-directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Storing-log-messages|Storing log messages]]</td><td valign="top">[[#loginfo|Loginfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Stream-authentication|Stream authentication]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Structure|Structure]]</td><td valign="top">[[#Structure|Overall structure of CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-Subdirectories|Subdirectories]]</td><td valign="top">[[#Recursive-behavior|Recursive behavior]]</td></tr>
<tr><td></td><td valign="top">[[#index-Support_002c-getting-CVS-support|Support, getting CVS support]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-Symbolic-link_002c-importing|Symbolic link, importing]]</td><td valign="top">[[#import-output|import output]]</td></tr>
<tr><td></td><td valign="top">[[#index-Symbolic-links|Symbolic links]]</td><td valign="top">[[#Special-Files|Special Files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Symbolic-name-_0028tag_0029|Symbolic name (tag)]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Syntax-of-info-files|Syntax of info files]]</td><td valign="top">[[#syntax|The common syntax]]</td></tr>
<tr><td></td><td valign="top">[[#index-SystemAuth_002c-in-CVSROOT_002fconfig|SystemAuth, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-T"></div>T</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-tag-_0028subcommand_0029|tag (subcommand)]]</td><td valign="top">[[#Tagging-the-working-directory|Specifying what to tag from the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-tag-_0028subcommand_0029_002c-creating-a-branch-using|tag (subcommand), creating a branch using]]</td><td valign="top">[[#Creating-a-branch|Creating a branch]]</td></tr>
<tr><td></td><td valign="top">[[#index-tag-_0028subcommand_0029_002c-introduction|tag (subcommand), introduction]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tag-file_002c-in-CVS-directory|Tag file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tag-program|Tag program]]</td><td valign="top">[[#Module-options|Module options]]</td></tr>
<tr><td></td><td valign="top">[[#index-taginfo|taginfo]]</td><td valign="top">[[#user_002ddefined-logging|User-defined logging]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags|Tags]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-deleting|Tags, deleting]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-example|Tags, example]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-moving|Tags, moving]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-renaming|Tags, renaming]]</td><td valign="top">[[#Modifying-tags|Deleting, moving, and renaming tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-retrieving-old-revisions|Tags, retrieving old revisions]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-sticky|Tags, sticky]]</td><td valign="top">[[#Sticky-tags|Sticky tags]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tags_002c-symbolic-name|Tags, symbolic name]]</td><td valign="top">[[#Tags|Tags&ndash;Symbolic revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-tc_002c-Trivial-Compiler-_0028example_0029|tc, Trivial Compiler (example)]]</td><td valign="top">[[#A-sample-session|A sample session]]</td></tr>
<tr><td></td><td valign="top">[[#index-Team-of-developers|Team of developers]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-TEMP_002c-environment-variable|TEMP, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Template-file_002c-in-CVS-directory|Template file, in CVS directory]]</td><td valign="top">[[#Working-directory-storage|How data is stored in the working directory]]</td></tr>
<tr><td></td><td valign="top">[[#index-Template-for-log-message|Template for log message]]</td><td valign="top">[[#rcsinfo|Rcsinfo]]</td></tr>
<tr><td></td><td valign="top">[[#index-Temporary-directories_002c-and-server|Temporary directories, and server]]</td><td valign="top">[[#Server-temporary-directory|Temporary directories for the server]]</td></tr>
<tr><td></td><td valign="top">[[#index-Temporary-files_002c-location-of|Temporary files, location of]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Third_002dparty-sources|Third-party sources]]</td><td valign="top">[[#Tracking-sources|Tracking third-party sources]]</td></tr>
<tr><td></td><td valign="top">[[#index-Time|Time]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Timezone_002c-in-input|Timezone, in input]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Timezone_002c-in-output|Timezone, in output]]</td><td valign="top">[[#log|log&mdash;Print out log information for files]]</td></tr>
<tr><td></td><td valign="top">[[#index-TMP_002c-environment-variable|TMP, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-TMPDIR_002c-environment-variable|TMPDIR, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-TMPDIR_002c-overriding|TMPDIR, overriding]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-TopLevelAdmin_002c-in-CVSROOT_002fconfig|TopLevelAdmin, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-Trace|Trace]]</td><td valign="top">[[#Global-options|Global options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Traceability|Traceability]]</td><td valign="top">[[#History-browsing|History browsing]]</td></tr>
<tr><td></td><td valign="top">[[#index-Tracking-sources|Tracking sources]]</td><td valign="top">[[#Tracking-sources|Tracking third-party sources]]</td></tr>
<tr><td></td><td valign="top">[[#index-Transactions_002c-atomic_002c-lack-of|Transactions, atomic, lack of]]</td><td valign="top">[[#Concurrency|Several developers simultaneously attempting to run CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-Trivial-Compiler-_0028example_0029|Trivial Compiler (example)]]</td><td valign="top">[[#A-sample-session|A sample session]]</td></tr>
<tr><td></td><td valign="top">[[#index-Typical-repository|Typical repository]]</td><td valign="top">[[#Repository|The Repository]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-U"></div>U</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Umask_002c-for-repository-files|Umask, for repository files]]</td><td valign="top">[[#File-permissions|File permissions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Undoing-a-change|Undoing a change]]</td><td valign="top">[[#Merging-two-revisions|Merging differences between any two revisions]]</td></tr>
<tr><td></td><td valign="top">[[#index-unedit-_0028subcommand_0029|unedit (subcommand)]]</td><td valign="top">[[#Editing-files|How to edit a file which is being watched]]</td></tr>
<tr><td></td><td valign="top">[[#index-Unknown|Unknown]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Unreserved-checkouts|Unreserved checkouts]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Unresolved-Conflict|Unresolved Conflict]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Up_002dto_002ddate|Up-to-date]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-update-_0028subcommand_0029|update (subcommand)]]</td><td valign="top">[[#update|update&mdash;Bring work tree in sync with repository]]</td></tr>
<tr><td></td><td valign="top">[[#index-Update_002c-introduction|Update, introduction]]</td><td valign="top">[[#Updating-a-file|Bringing a file up to date]]</td></tr>
<tr><td></td><td valign="top">[[#index-update_002c-to-display-file-status|update, to display file status]]</td><td valign="top">[[#File-status|File status]]</td></tr>
<tr><td></td><td valign="top">[[#index-Updating-a-file|Updating a file]]</td><td valign="top">[[#Updating-a-file|Bringing a file up to date]]</td></tr>
<tr><td></td><td valign="top">[[#index-User-aliases|User aliases]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td></td><td valign="top">[[#index-User-variables|User variables]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-USER_002c-environment-variable|USER, environment variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-USER_002c-internal-variable|USER, internal variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-UserAdminOptions_002c-in-CVSROOT_002fconfig|UserAdminOptions, in CVSROOT/config]]</td><td valign="top">[[#admin|admin&mdash;Administration]]</td></tr>
<tr><td></td><td valign="top">[[#index-UserAdminOptions_002c-in-CVSROOT_002fconfig-1|UserAdminOptions, in CVSROOT/config]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-users-_0028admin-file_0029|users (admin file)]]</td><td valign="top">[[#Getting-Notified|Telling CVS to notify you]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-V"></div>V</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Variables|Variables]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td></td><td valign="top">[[#index-Vendor|Vendor]]</td><td valign="top">[[#Tracking-sources|Tracking third-party sources]]</td></tr>
<tr><td></td><td valign="top">[[#index-Vendor-branch|Vendor branch]]</td><td valign="top">[[#Tracking-sources|Tracking third-party sources]]</td></tr>
<tr><td></td><td valign="top">[[#index-verifymsg-_0028admin-file_0029|&lsquo;<tt>verifymsg</tt>&rsquo; (admin file)]]</td><td valign="top">[[#verifymsg|Verifying log messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-verifymsg_002c-changing-the-log-message|&lsquo;<tt>verifymsg</tt>&rsquo;, changing the log message]]</td><td valign="top">[[#verifymsg|Verifying log messages]]</td></tr>
<tr><td></td><td valign="top">[[#index-verifymsg_002c-changing-the-log-message-1|&lsquo;<tt>verifymsg</tt>&rsquo;, changing the log message]]</td><td valign="top">[[#config|The CVSROOT/config configuration file]]</td></tr>
<tr><td></td><td valign="top">[[#index-version-_0028subcommand_0029|version (subcommand)]]</td><td valign="top">[[#Invoking-CVS|Quick reference to CVS commands]]</td></tr>
<tr><td></td><td valign="top">[[#index-Versions_002c-of-CVS|Versions, of CVS]]</td><td valign="top">[[#Compatibility|Compatibility between CVS Versions]]</td></tr>
<tr><td></td><td valign="top">[[#index-Versions_002c-revisions-and-releases|Versions, revisions and releases]]</td><td valign="top">[[#Versions-revisions-releases|Versions, revisions and releases]]</td></tr>
<tr><td></td><td valign="top">[[#index-Viewing-differences|Viewing differences]]</td><td valign="top">[[#Viewing-differences|Viewing differences]]</td></tr>
<tr><td></td><td valign="top">[[#index-VISUAL_002c-environment-variable|VISUAL, environment variable]]</td><td valign="top">[[#Committing-your-changes|Committing your changes]]</td></tr>
<tr><td></td><td valign="top">[[#index-VISUAL_002c-environment-variable-1|VISUAL, environment variable]]</td><td valign="top">[[#Environment-variables|All environment variables which affect CVS]]</td></tr>
<tr><td></td><td valign="top">[[#index-VISUAL_002c-internal-variable|VISUAL, internal variable]]</td><td valign="top">[[#Variables|Expansions in administrative files]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-W"></div>W</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-watch-add-_0028subcommand_0029|watch add (subcommand)]]</td><td valign="top">[[#Getting-Notified|Telling CVS to notify you]]</td></tr>
<tr><td></td><td valign="top">[[#index-watch-off-_0028subcommand_0029|watch off (subcommand)]]</td><td valign="top">[[#Setting-a-watch|Telling CVS to watch certain files]]</td></tr>
<tr><td></td><td valign="top">[[#index-watch-on-_0028subcommand_0029|watch on (subcommand)]]</td><td valign="top">[[#Setting-a-watch|Telling CVS to watch certain files]]</td></tr>
<tr><td></td><td valign="top">[[#index-watch-remove-_0028subcommand_0029|watch remove (subcommand)]]</td><td valign="top">[[#Getting-Notified|Telling CVS to notify you]]</td></tr>
<tr><td></td><td valign="top">[[#index-watchers-_0028subcommand_0029|watchers (subcommand)]]</td><td valign="top">[[#Watch-information|Information about who is watching and editing]]</td></tr>
<tr><td></td><td valign="top">[[#index-Watches|Watches]]</td><td valign="top">[[#Watches|Mechanisms to track who is editing files]]</td></tr>
<tr><td></td><td valign="top">[[#index-wdiff-_0028import-example_0029|wdiff (import example)]]</td><td valign="top">[[#First-import|Importing for the first time]]</td></tr>
<tr><td></td><td valign="top">[[#index-Web-pages_002c-maintaining-with-CVS|Web pages, maintaining with CVS]]</td><td valign="top">[[#Keeping-a-checked-out-copy|Keeping a checked out copy]]</td></tr>
<tr><td></td><td valign="top">[[#index-What-_0028shell-command_0029|What (shell command)]]</td><td valign="top">[[#Using-keywords|Using keywords]]</td></tr>
<tr><td></td><td valign="top">[[#index-What-branches-are-good-for|What branches are good for]]</td><td valign="top">[[#Branches-motivation|What branches are good for]]</td></tr>
<tr><td></td><td valign="top">[[#index-What-is-CVS-not_003f|What is CVS not?]]</td><td valign="top">[[#What-is-CVS-not_003f|What is CVS not?]]</td></tr>
<tr><td></td><td valign="top">[[#index-What-is-CVS_003f|What is CVS?]]</td><td valign="top">[[#What-is-CVS_003f|What is CVS?]]</td></tr>
<tr><td></td><td valign="top">[[#index-When-to-commit|When to commit]]</td><td valign="top">[[#When-to-commit|When to commit?]]</td></tr>
<tr><td></td><td valign="top">[[#index-Windows_002c-and-permissions|Windows, and permissions]]</td><td valign="top">[[#Windows-permissions|File Permission issues specific to Windows]]</td></tr>
<tr><td></td><td valign="top">[[#index-Work_002dsession_002c-example-of|Work-session, example of]]</td><td valign="top">[[#A-sample-session|A sample session]]</td></tr>
<tr><td></td><td valign="top">[[#index-Working-copy|Working copy]]</td><td valign="top">[[#Multiple-developers|Multiple developers]]</td></tr>
<tr><td></td><td valign="top">[[#index-Working-copy_002c-removing|Working copy, removing]]</td><td valign="top">[[#Cleaning-up|Cleaning up]]</td></tr>
<tr><td></td><td valign="top">[[#index-Wrappers|Wrappers]]</td><td valign="top">[[#Wrappers|The cvswrappers file]]</td></tr>
<tr><td></td><td valign="top">[[#index-writers-_0028admin-file_0029|writers (admin file)]]</td><td valign="top">[[#Read_002donly-access|Read-only repository access]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-X"></div>X</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Ximbiot|Ximbiot]]</td><td valign="top">[[#BUGS|Dealing with bugs in CVS or this manual]]</td></tr>
<tr><td></td><td valign="top">[[#index-xinetd_002c-configuring-for-pserver|xinetd, configuring for pserver]]</td><td valign="top">[[#Password-authentication-server|Setting up the server for password authentication]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
<tr><th><div id="Index-1_cp_letter-Z"></div>Z</th><td></td><td></td></tr>
<tr><td></td><td valign="top">[[#index-Zone_002c-time_002c-in-input|Zone, time, in input]]</td><td valign="top">[[#Common-options|Common command options]]</td></tr>
<tr><td></td><td valign="top">[[#index-Zone_002c-time_002c-in-output|Zone, time, in output]]</td><td valign="top">[[#log|log&mdash;Print out log information for files]]</td></tr>
<tr><td colspan="3"> <hr></td></tr>
</table>
<table cellpadding="1" cellspacing="1" border="0"><tr><th valign="top">Jump to:</th>
<td>[[#Index-1_cp_symbol-1|<b>!</b>]]</td>
<td>[[#Index-1_cp_symbol-2|<b>#</b>]]</td>
<td>[[#Index-1_cp_symbol-3|<b>&amp;</b>]]</td>
<td>[[#Index-1_cp_symbol-4|<b>-</b>]]</td>
<td>[[#Index-1_cp_symbol-5|<b>.</b>]]</td>
<td>[[#Index-1_cp_symbol-6|<b>/</b>]]</td>
<td>[[#Index-1_cp_symbol-7|<b>:</b>]]</td>
<td>[[#Index-1_cp_symbol-8|<b>&lt;</b>]]</td>
<td>[[#Index-1_cp_symbol-9|<b>=</b>]]</td>
<td>[[#Index-1_cp_symbol-10|<b>&gt;</b>]]</td>
<td>[[#Index-1_cp_symbol-11|<b>_</b>]]</td>
<td>[[#Index-1_cp_letter-A|<b>A</b>]]</td>
<td>[[#Index-1_cp_letter-B|<b>B</b>]]</td>
<td>[[#Index-1_cp_letter-C|<b>C</b>]]</td>
<td>[[#Index-1_cp_letter-D|<b>D</b>]]</td>
<td>[[#Index-1_cp_letter-E|<b>E</b>]]</td>
<td>[[#Index-1_cp_letter-F|<b>F</b>]]</td>
<td>[[#Index-1_cp_letter-G|<b>G</b>]]</td>
<td>[[#Index-1_cp_letter-H|<b>H</b>]]</td>
<td>[[#Index-1_cp_letter-I|<b>I</b>]]</td>
<td>[[#Index-1_cp_letter-J|<b>J</b>]]</td>
<td>[[#Index-1_cp_letter-K|<b>K</b>]]</td>
<td>[[#Index-1_cp_letter-L|<b>L</b>]]</td>
<td>[[#Index-1_cp_letter-M|<b>M</b>]]</td>
<td>[[#Index-1_cp_letter-N|<b>N</b>]]</td>
<td>[[#Index-1_cp_letter-O|<b>O</b>]]</td>
<td>[[#Index-1_cp_letter-P|<b>P</b>]]</td>
<td>[[#Index-1_cp_letter-R|<b>R</b>]]</td>
<td>[[#Index-1_cp_letter-S|<b>S</b>]]</td>
<td>[[#Index-1_cp_letter-T|<b>T</b>]]</td>
<td>[[#Index-1_cp_letter-U|<b>U</b>]]</td>
<td>[[#Index-1_cp_letter-V|<b>V</b>]]</td>
<td>[[#Index-1_cp_letter-W|<b>W</b>]]</td>
<td>[[#Index-1_cp_letter-X|<b>X</b>]]</td>
<td>[[#Index-1_cp_letter-Z|<b>Z</b>]]</td>



<hr size="6">
<div id="SEC_Contents"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
== Table of Contents ==
<div class="contents">

<ul>
  <li><div id="toc-Overview-1"></div>[[#Overview|Overview]]
  <ul>
    <li><div id="toc-What-is-CVS_003f-1"></div>[[#What-is-CVS_003f|What is CVS?]]</li>
    <li><div id="toc-What-is-CVS-not_003f-1"></div>[[#What-is-CVS-not_003f|What is CVS not?]]</li>
    <li><div id="toc-A-sample-session-1"></div>[[#A-sample-session|A sample session]]
    <ul>
      <li><div id="toc-Getting-the-source-1"></div>[[#Getting-the-source|Getting the source]]</li>
      <li><div id="toc-Committing-your-changes-1"></div>[[#Committing-your-changes|Committing your changes]]</li>
      <li><div id="toc-Cleaning-up-1"></div>[[#Cleaning-up|Cleaning up]]</li>
      <li><div id="toc-Viewing-differences-1"></div>[[#Viewing-differences|Viewing differences]]</li>
    </ul>
</li>
  </ul></li>
  <li><div id="toc-The-Repository"></div>[[#Repository|The Repository]]
  <ul>
    <li><div id="toc-Telling-CVS-where-your-repository-is"></div>[[#Specifying-a-repository|Telling CVS where your repository is]]</li>
    <li><div id="toc-How-data-is-stored-in-the-repository"></div>[[#Repository-storage|How data is stored in the repository]]
    <ul>
      <li><div id="toc-Where-files-are-stored-within-the-repository"></div>[[#Repository-files|Where files are stored within the repository]]</li>
      <li><div id="toc-File-permissions-1"></div>[[#File-permissions|File permissions]]</li>
      <li><div id="toc-File-Permission-issues-specific-to-Windows"></div>[[#Windows-permissions|File Permission issues specific to Windows]]</li>
      <li><div id="toc-The-attic"></div>[[#Attic|The attic]]</li>
      <li><div id="toc-The-CVS-directory-in-the-repository"></div>[[#CVS-in-repository|The CVS directory in the repository]]</li>
      <li><div id="toc-CVS-locks-in-the-repository"></div>[[#Locks|CVS locks in the repository]]</li>
      <li><div id="toc-How-files-are-stored-in-the-CVSROOT-directory"></div>[[#CVSROOT-storage|How files are stored in the CVSROOT directory]]</li>
    </ul></li>
    <li><div id="toc-How-data-is-stored-in-the-working-directory"></div>[[#Working-directory-storage|How data is stored in the working directory]]</li>
    <li><div id="toc-The-administrative-files"></div>[[#Intro-administrative-files|The administrative files]]
    <ul>
      <li><div id="toc-Editing-administrative-files"></div>[[#Editing-administrative-files|Editing administrative files]]</li>
    </ul></li>
    <li><div id="toc-Multiple-repositories-1"></div>[[#Multiple-repositories|Multiple repositories]]</li>
    <li><div id="toc-Creating-a-repository-1"></div>[[#Creating-a-repository|Creating a repository]]</li>
    <li><div id="toc-Backing-up-a-repository"></div>[[#Backing-up|Backing up a repository]]</li>
    <li><div id="toc-Moving-a-repository-1"></div>[[#Moving-a-repository|Moving a repository]]</li>
    <li><div id="toc-Remote-repositories-1"></div>[[#Remote-repositories|Remote repositories]]
    <ul>
      <li><div id="toc-Server-requirements-1"></div>[[#Server-requirements|Server requirements]]</li>
      <li><div id="toc-Connecting-with-rsh"></div>[[#Connecting-via-rsh|Connecting with rsh]]</li>
      <li><div id="toc-Direct-connection-with-password-authentication"></div>[[#Password-authenticated|Direct connection with password authentication]]
      <ul>
        <li><div id="toc-Setting-up-the-server-for-password-authentication"></div>[[#Password-authentication-server|Setting up the server for password authentication]]</li>
        <li><div id="toc-Using-the-client-with-password-authentication"></div>[[#Password-authentication-client|Using the client with password authentication]]</li>
        <li><div id="toc-Security-considerations-with-password-authentication"></div>[[#Password-authentication-security|Security considerations with password authentication]]</li>
      </ul></li>
      <li><div id="toc-Direct-connection-with-GSSAPI"></div>[[#GSSAPI-authenticated|Direct connection with GSSAPI]]</li>
      <li><div id="toc-Direct-connection-with-kerberos"></div>[[#Kerberos-authenticated|Direct connection with kerberos]]</li>
      <li><div id="toc-Connecting-with-fork"></div>[[#Connecting-via-fork|Connecting with fork]]</li>
    </ul></li>
    <li><div id="toc-Read_002donly-repository-access"></div>[[#Read_002donly-access|Read-only repository access]]</li>
    <li><div id="toc-Temporary-directories-for-the-server"></div>[[#Server-temporary-directory|Temporary directories for the server]]</li>
  </ul></li>
  <li><div id="toc-Starting-a-project-with-CVS"></div>[[#Starting-a-new-project|Starting a project with CVS]]
  <ul>
    <li><div id="toc-Setting-up-the-files-1"></div>[[#Setting-up-the-files|Setting up the files]]
    <ul>
      <li><div id="toc-Creating-a-directory-tree-from-a-number-of-files"></div>[[#From-files|Creating a directory tree from a number of files]]</li>
      <li><div id="toc-Creating-Files-From-Other-Version-Control-Systems"></div>[[#From-other-version-control-systems|Creating Files From Other Version Control Systems]]</li>
      <li><div id="toc-Creating-a-directory-tree-from-scratch"></div>[[#From-scratch|Creating a directory tree from scratch]]</li>
    </ul></li>
    <li><div id="toc-Defining-the-module-1"></div>[[#Defining-the-module|Defining the module]]</li>
  </ul></li>
  <li><div id="toc-Revisions-1"></div>[[#Revisions|Revisions]]
  <ul>
    <li><div id="toc-Revision-numbers-1"></div>[[#Revision-numbers|Revision numbers]]</li>
    <li><div id="toc-Versions_002c-revisions-and-releases"></div>[[#Versions-revisions-releases|Versions, revisions and releases]]</li>
    <li><div id="toc-Assigning-revisions-1"></div>[[#Assigning-revisions|Assigning revisions]]</li>
    <li><div id="toc-Tags_002d_002dSymbolic-revisions"></div>[[#Tags|Tags&ndash;Symbolic revisions]]</li>
    <li><div id="toc-Specifying-what-to-tag-from-the-working-directory"></div>[[#Tagging-the-working-directory|Specifying what to tag from the working directory]]</li>
    <li><div id="toc-Specifying-what-to-tag-by-date-or-revision"></div>[[#Tagging-by-date_002ftag|Specifying what to tag by date or revision]]</li>
    <li><div id="toc-Deleting_002c-moving_002c-and-renaming-tags"></div>[[#Modifying-tags|Deleting, moving, and renaming tags]]</li>
    <li><div id="toc-Tagging-and-adding-and-removing-files"></div>[[#Tagging-add_002fremove|Tagging and adding and removing files]]</li>
    <li><div id="toc-Sticky-tags-1"></div>[[#Sticky-tags|Sticky tags]]</li>
  </ul></li>
  <li><div id="toc-Branching-and-merging-1"></div>[[#Branching-and-merging|Branching and merging]]
  <ul>
    <li><div id="toc-What-branches-are-good-for"></div>[[#Branches-motivation|What branches are good for]]</li>
    <li><div id="toc-Creating-a-branch-1"></div>[[#Creating-a-branch|Creating a branch]]</li>
    <li><div id="toc-Accessing-branches-1"></div>[[#Accessing-branches|Accessing branches]]</li>
    <li><div id="toc-Branches-and-revisions-1"></div>[[#Branches-and-revisions|Branches and revisions]]</li>
    <li><div id="toc-Magic-branch-numbers-1"></div>[[#Magic-branch-numbers|Magic branch numbers]]</li>
    <li><div id="toc-Merging-an-entire-branch"></div>[[#Merging-a-branch|Merging an entire branch]]</li>
    <li><div id="toc-Merging-from-a-branch-several-times"></div>[[#Merging-more-than-once|Merging from a branch several times]]</li>
    <li><div id="toc-Merging-differences-between-any-two-revisions"></div>[[#Merging-two-revisions|Merging differences between any two revisions]]</li>
    <li><div id="toc-Merging-can-add-or-remove-files"></div>[[#Merging-adds-and-removals|Merging can add or remove files]]</li>
    <li><div id="toc-Merging-and-keywords-1"></div>[[#Merging-and-keywords|Merging and keywords]]</li>
  </ul></li>
  <li><div id="toc-Recursive-behavior-1"></div>[[#Recursive-behavior|Recursive behavior]]</li>
  <li><div id="toc-Adding_002c-removing_002c-and-renaming-files-and-directories"></div>[[#Adding-and-removing|Adding, removing, and renaming files and directories]]
  <ul>
    <li><div id="toc-Adding-files-to-a-directory"></div>[[#Adding-files|Adding files to a directory]]</li>
    <li><div id="toc-Removing-files-1"></div>[[#Removing-files|Removing files]]</li>
    <li><div id="toc-Removing-directories-1"></div>[[#Removing-directories|Removing directories]]</li>
    <li><div id="toc-Moving-and-renaming-files"></div>[[#Moving-files|Moving and renaming files]]
    <ul>
      <li><div id="toc-The-Normal-way-to-Rename"></div>[[#Outside|The Normal way to Rename]]</li>
      <li><div id="toc-Moving-the-history-file"></div>[[#Inside|Moving the history file]]</li>
      <li><div id="toc-Copying-the-history-file"></div>[[#Rename-by-copying|Copying the history file]]</li>
    </ul></li>
    <li><div id="toc-Moving-and-renaming-directories"></div>[[#Moving-directories|Moving and renaming directories]]</li>
  </ul></li>
  <li><div id="toc-History-browsing-1"></div>[[#History-browsing|History browsing]]
  <ul>
    <li><div id="toc-Log-messages"></div>[[#log-messages|Log messages]]</li>
    <li><div id="toc-The-history-database"></div>[[#history-database|The history database]]</li>
    <li><div id="toc-User_002ddefined-logging"></div>[[#user_002ddefined-logging|User-defined logging]]</li>
    <li><div id="toc-Annotate-command"></div>[[#annotate|Annotate command]]</li>
  </ul></li>
  <li><div id="toc-Handling-binary-files"></div>[[#Binary-files|Handling binary files]]
  <ul>
    <li><div id="toc-The-issues-with-binary-files"></div>[[#Binary-why|The issues with binary files]]</li>
    <li><div id="toc-How-to-store-binary-files"></div>[[#Binary-howto|How to store binary files]]</li>
  </ul></li>
  <li><div id="toc-Multiple-developers-1"></div>[[#Multiple-developers|Multiple developers]]
  <ul>
    <li><div id="toc-File-status-1"></div>[[#File-status|File status]]</li>
    <li><div id="toc-Bringing-a-file-up-to-date"></div>[[#Updating-a-file|Bringing a file up to date]]</li>
    <li><div id="toc-Conflicts-example-1"></div>[[#Conflicts-example|Conflicts example]]</li>
    <li><div id="toc-Informing-others-about-commits"></div>[[#Informing-others|Informing others about commits]]</li>
    <li><div id="toc-Several-developers-simultaneously-attempting-to-run-CVS"></div>[[#Concurrency|Several developers simultaneously attempting to run CVS]]</li>
    <li><div id="toc-Mechanisms-to-track-who-is-editing-files"></div>[[#Watches|Mechanisms to track who is editing files]]
    <ul>
      <li><div id="toc-Telling-CVS-to-watch-certain-files"></div>[[#Setting-a-watch|Telling CVS to watch certain files]]</li>
      <li><div id="toc-Telling-CVS-to-notify-you"></div>[[#Getting-Notified|Telling CVS to notify you]]</li>
      <li><div id="toc-How-to-edit-a-file-which-is-being-watched"></div>[[#Editing-files|How to edit a file which is being watched]]</li>
      <li><div id="toc-Information-about-who-is-watching-and-editing"></div>[[#Watch-information|Information about who is watching and editing]]</li>
      <li><div id="toc-Using-watches-with-old-versions-of-CVS"></div>[[#Watches-Compatibility|Using watches with old versions of CVS]]</li>
    </ul></li>
    <li><div id="toc-Choosing-between-reserved-or-unreserved-checkouts"></div>[[#Choosing-a-model|Choosing between reserved or unreserved checkouts]]</li>
  </ul></li>
  <li><div id="toc-Revision-management-1"></div>[[#Revision-management|Revision management]]
  <ul>
    <li><div id="toc-When-to-commit_003f"></div>[[#When-to-commit|When to commit?]]</li>
  </ul></li>
  <li><div id="toc-Keyword-substitution-1"></div>[[#Keyword-substitution|Keyword substitution]]
  <ul>
    <li><div id="toc-Keyword-List"></div>[[#Keyword-list|Keyword List]]</li>
    <li><div id="toc-Using-keywords-1"></div>[[#Using-keywords|Using keywords]]</li>
    <li><div id="toc-Avoiding-substitution-1"></div>[[#Avoiding-substitution|Avoiding substitution]]</li>
    <li><div id="toc-Substitution-modes-1"></div>[[#Substitution-modes|Substitution modes]]</li>
    <li><div id="toc-Configuring-Keyord-Expansion"></div>[[#Configuring-keyword-expansion|Configuring Keyord Expansion]]</li>
    <li><div id="toc-Problems-with-the-_0024Log_0024-keyword_002e"></div>[[#Log-keyword|Problems with the $<i></i>Log$ keyword.]]</li>
  </ul></li>
  <li><div id="toc-Tracking-third_002dparty-sources"></div>[[#Tracking-sources|Tracking third-party sources]]
  <ul>
    <li><div id="toc-Importing-for-the-first-time"></div>[[#First-import|Importing for the first time]]</li>
    <li><div id="toc-Updating-with-the-import-command"></div>[[#Update-imports|Updating with the import command]]</li>
    <li><div id="toc-Reverting-to-the-latest-vendor-release"></div>[[#Reverting-local-changes|Reverting to the latest vendor release]]</li>
    <li><div id="toc-How-to-handle-binary-files-with-cvs-import"></div>[[#Binary-files-in-imports|How to handle binary files with cvs import]]</li>
    <li><div id="toc-How-to-handle-keyword-substitution-with-cvs-import"></div>[[#Keywords-in-imports|How to handle keyword substitution with cvs import]]</li>
    <li><div id="toc-Multiple-vendor-branches-1"></div>[[#Multiple-vendor-branches|Multiple vendor branches]]</li>
  </ul></li>
  <li><div id="toc-How-your-build-system-interacts-with-CVS"></div>[[#Builds|How your build system interacts with CVS]]</li>
  <li><div id="toc-Special-Files-1"></div>[[#Special-Files|Special Files]]</li>
  <li><div id="toc-Guide-to-CVS-commands"></div>[[#CVS-commands|Guide to CVS commands]]
  <ul>
    <li><div id="toc-Overall-structure-of-CVS-commands"></div>[[#Structure|Overall structure of CVS commands]]</li>
    <li><div id="toc-CVS_0027s-exit-status"></div>[[#Exit-status|CVS&rsquo;s exit status]]</li>
    <li><div id="toc-Default-options-and-the-_007e_002f_002ecvsrc-file"></div>[[#g_t_007e_002f_002ecvsrc|Default options and the ~/.cvsrc file]]</li>
    <li><div id="toc-Global-options-1"></div>[[#Global-options|Global options]]</li>
    <li><div id="toc-Common-command-options"></div>[[#Common-options|Common command options]]</li>
    <li><div id="toc-admin_002d_002d_002dAdministration"></div>[[#admin|admin&mdash;Administration]]
    <ul>
      <li><div id="toc-admin-options-1"></div>[[#admin-options|admin options]]</li>
    </ul></li>
    <li><div id="toc-checkout_002d_002d_002dCheck-out-sources-for-editing"></div>[[#checkout|checkout&mdash;Check out sources for editing]]
    <ul>
      <li><div id="toc-checkout-options-1"></div>[[#checkout-options|checkout options]]</li>
      <li><div id="toc-checkout-examples-1"></div>[[#checkout-examples|checkout examples]]</li>
    </ul></li>
    <li><div id="toc-commit_002d_002d_002dCheck-files-into-the-repository"></div>[[#commit|commit&mdash;Check files into the repository]]
    <ul>
      <li><div id="toc-commit-options-1"></div>[[#commit-options|commit options]]</li>
      <li><div id="toc-commit-examples-1"></div>[[#commit-examples|commit examples]]
      <ul>
        <li><div id="toc-Committing-to-a-branch"></div>[[#Committing-to-a-branch|Committing to a branch]]</li>
        <li><div id="toc-Creating-the-branch-after-editing"></div>[[#Creating-the-branch-after-editing|Creating the branch after editing]]</li>
      </ul>
</li>
    </ul></li>
    <li><div id="toc-diff_002d_002d_002dShow-differences-between-revisions"></div>[[#diff|diff&mdash;Show differences between revisions]]
    <ul>
      <li><div id="toc-diff-options-1"></div>[[#diff-options|diff options]]
      <ul>
        <li><div id="toc-Line-group-formats-1"></div>[[#Line-group-formats|Line group formats]]</li>
        <li><div id="toc-Line-formats-1"></div>[[#Line-formats|Line formats]]</li>
      </ul></li>
      <li><div id="toc-diff-examples-1"></div>[[#diff-examples|diff examples]]</li>
    </ul></li>
    <li><div id="toc-export_002d_002d_002dExport-sources-from-CVS_002c-similar-to-checkout"></div>[[#export|export&mdash;Export sources from CVS, similar to checkout]]
    <ul>
      <li><div id="toc-export-options-1"></div>[[#export-options|export options]]</li>
    </ul></li>
    <li><div id="toc-history_002d_002d_002dShow-status-of-files-and-users"></div>[[#history|history&mdash;Show status of files and users]]
    <ul>
      <li><div id="toc-history-options-1"></div>[[#history-options|history options]]</li>
    </ul></li>
    <li><div id="toc-import_002d_002d_002dImport-sources-into-CVS_002c-using-vendor-branches"></div>[[#import|import&mdash;Import sources into CVS, using vendor branches]]
    <ul>
      <li><div id="toc-import-options-1"></div>[[#import-options|import options]]</li>
      <li><div id="toc-import-output-1"></div>[[#import-output|import output]]</li>
      <li><div id="toc-import-examples-1"></div>[[#import-examples|import examples]]</li>
    </ul></li>
    <li><div id="toc-log_002d_002d_002dPrint-out-log-information-for-files"></div>[[#log|log&mdash;Print out log information for files]]
    <ul>
      <li><div id="toc-log-options-1"></div>[[#log-options|log options]]</li>
      <li><div id="toc-log-examples-1"></div>[[#log-examples|log examples]]</li>
    </ul></li>
    <li><div id="toc-rdiff_002d_002d_002d_0027patch_0027-format-diffs-between-releases"></div>[[#rdiff|rdiff&mdash;&rsquo;patch&rsquo; format diffs between releases]]
    <ul>
      <li><div id="toc-rdiff-options-1"></div>[[#rdiff-options|rdiff options]]</li>
      <li><div id="toc-rdiff-examples-1"></div>[[#rdiff-examples|rdiff examples]]</li>
    </ul></li>
    <li><div id="toc-release_002d_002d_002dIndicate-that-a-Module-is-no-longer-in-use"></div>[[#release|release&mdash;Indicate that a Module is no longer in use]]
    <ul>
      <li><div id="toc-release-options-1"></div>[[#release-options|release options]]</li>
      <li><div id="toc-release-output-1"></div>[[#release-output|release output]]</li>
      <li><div id="toc-release-examples-1"></div>[[#release-examples|release examples]]</li>
    </ul></li>
    <li><div id="toc-update_002d_002d_002dBring-work-tree-in-sync-with-repository"></div>[[#update|update&mdash;Bring work tree in sync with repository]]
    <ul>
      <li><div id="toc-update-options-1"></div>[[#update-options|update options]]</li>
      <li><div id="toc-update-output-1"></div>[[#update-output|update output]]</li>
    </ul>
</li>
  </ul></li>
  <li><div id="toc-Quick-reference-to-CVS-commands"></div>[[#Invoking-CVS|Quick reference to CVS commands]]</li>
  <li><div id="toc-Reference-manual-for-Administrative-files"></div>[[#Administrative-files|Reference manual for Administrative files]]
  <ul>
    <li><div id="toc-The-modules-file"></div>[[#modules|The modules file]]
    <ul>
      <li><div id="toc-Alias-modules-1"></div>[[#Alias-modules|Alias modules]]</li>
      <li><div id="toc-Regular-modules-1"></div>[[#Regular-modules|Regular modules]]</li>
      <li><div id="toc-Ampersand-modules-1"></div>[[#Ampersand-modules|Ampersand modules]]</li>
      <li><div id="toc-Excluding-directories-1"></div>[[#Excluding-directories|Excluding directories]]</li>
      <li><div id="toc-Module-options-1"></div>[[#Module-options|Module options]]</li>
      <li><div id="toc-How-the-modules-file-_0060_0060program-options_0027_0027-programs-are-run"></div>[[#Module-program-options|How the modules file &ldquo;program options&rdquo; programs are run]]</li>
    </ul></li>
    <li><div id="toc-The-cvswrappers-file"></div>[[#Wrappers|The cvswrappers file]]</li>
    <li><div id="toc-The-commit-support-files"></div>[[#commit-files|The commit support files]]
    <ul>
      <li><div id="toc-The-common-syntax"></div>[[#syntax|The common syntax]]</li>
      <li><div id="toc-Commitinfo"></div>[[#commitinfo|Commitinfo]]</li>
      <li><div id="toc-Verifying-log-messages"></div>[[#verifymsg|Verifying log messages]]</li>
      <li><div id="toc-Editinfo"></div>[[#editinfo|Editinfo]]
      <ul>
        <li><div id="toc-Editinfo-example"></div>[[#editinfo-example|Editinfo example]]</li>
      </ul></li>
      <li><div id="toc-Loginfo"></div>[[#loginfo|Loginfo]]
      <ul>
        <li><div id="toc-Loginfo-example"></div>[[#loginfo-example|Loginfo example]]</li>
        <li><div id="toc-Keeping-a-checked-out-copy-1"></div>[[#Keeping-a-checked-out-copy|Keeping a checked out copy]]</li>
      </ul>
</li>
    </ul></li>
    <li><div id="toc-Rcsinfo"></div>[[#rcsinfo|Rcsinfo]]</li>
    <li><div id="toc-Ignoring-files-via-cvsignore"></div>[[#cvsignore|Ignoring files via cvsignore]]</li>
    <li><div id="toc-The-checkoutlist-file"></div>[[#checkoutlist|The checkoutlist file]]</li>
    <li><div id="toc-The-history-file"></div>[[#history-file|The history file]]</li>
    <li><div id="toc-Expansions-in-administrative-files"></div>[[#Variables|Expansions in administrative files]]</li>
    <li><div id="toc-The-CVSROOT_002fconfig-configuration-file"></div>[[#config|The CVSROOT/config configuration file]]</li>
  </ul></li>
  <li><div id="toc-All-environment-variables-which-affect-CVS"></div>[[#Environment-variables|All environment variables which affect CVS]]</li>
  <li><div id="toc-Compatibility-between-CVS-Versions"></div>[[#Compatibility|Compatibility between CVS Versions]]</li>
  <li><div id="toc-Troubleshooting-1"></div>[[#Troubleshooting|Troubleshooting]]
  <ul>
    <li><div id="toc-Partial-list-of-error-messages"></div>[[#Error-messages|Partial list of error messages]]</li>
    <li><div id="toc-Trouble-making-a-connection-to-a-CVS-server"></div>[[#Connection|Trouble making a connection to a CVS server]]</li>
    <li><div id="toc-Other-common-problems"></div>[[#Other-problems|Other common problems]]</li>
  </ul></li>
  <li><div id="toc-Credits-1"></div>[[#Credits|Credits]]</li>
  <li><div id="toc-Dealing-with-bugs-in-CVS-or-this-manual"></div>[[#BUGS|Dealing with bugs in CVS or this manual]]</li>
  <li><div id="toc-Index-1"></div>[[#Index|Index]]</li>
</ul>
</div>
<hr size="1">
<div id="SEC_Overview"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
== Short Table of Contents ==
<div class="shortcontents">
<ul>
<li><div id="stoc-Overview-1"></div>[[#Overview|Overview]]</li>
<li><div id="stoc-The-Repository"></div>[[#Repository|The Repository]]</li>
<li><div id="stoc-Starting-a-project-with-CVS"></div>[[#Starting-a-new-project|Starting a project with CVS]]</li>
<li><div id="stoc-Revisions-1"></div>[[#Revisions|Revisions]]</li>
<li><div id="stoc-Branching-and-merging-1"></div>[[#Branching-and-merging|Branching and merging]]</li>
<li><div id="stoc-Recursive-behavior-1"></div>[[#Recursive-behavior|Recursive behavior]]</li>
<li><div id="stoc-Adding_002c-removing_002c-and-renaming-files-and-directories"></div>[[#Adding-and-removing|Adding, removing, and renaming files and directories]]</li>
<li><div id="stoc-History-browsing-1"></div>[[#History-browsing|History browsing]]</li>
<li><div id="stoc-Handling-binary-files"></div>[[#Binary-files|Handling binary files]]</li>
<li><div id="stoc-Multiple-developers-1"></div>[[#Multiple-developers|Multiple developers]]</li>
<li><div id="stoc-Revision-management-1"></div>[[#Revision-management|Revision management]]</li>
<li><div id="stoc-Keyword-substitution-1"></div>[[#Keyword-substitution|Keyword substitution]]</li>
<li><div id="stoc-Tracking-third_002dparty-sources"></div>[[#Tracking-sources|Tracking third-party sources]]</li>
<li><div id="stoc-How-your-build-system-interacts-with-CVS"></div>[[#Builds|How your build system interacts with CVS]]</li>
<li><div id="stoc-Special-Files-1"></div>[[#Special-Files|Special Files]]</li>
<li><div id="stoc-Guide-to-CVS-commands"></div>[[#CVS-commands|Guide to CVS commands]]</li>
<li><div id="stoc-Quick-reference-to-CVS-commands"></div>[[#Invoking-CVS|Quick reference to CVS commands]]</li>
<li><div id="stoc-Reference-manual-for-Administrative-files"></div>[[#Administrative-files|Reference manual for Administrative files]]</li>
<li><div id="stoc-All-environment-variables-which-affect-CVS"></div>[[#Environment-variables|All environment variables which affect CVS]]</li>
<li><div id="stoc-Compatibility-between-CVS-Versions"></div>[[#Compatibility|Compatibility between CVS Versions]]</li>
<li><div id="stoc-Troubleshooting-1"></div>[[#Troubleshooting|Troubleshooting]]</li>
<li><div id="stoc-Credits-1"></div>[[#Credits|Credits]]</li>
<li><div id="stoc-Dealing-with-bugs-in-CVS-or-this-manual"></div>[[#BUGS|Dealing with bugs in CVS or this manual]]</li>
<li><div id="stoc-Index-1"></div>[[#Index|Index]]</li>
</ul>
</div>
<hr size="1">
<div id="SEC_About"></div>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">|[[#Top|Top]]|</td>
<td valign="middle" align="left">|[[#SEC_Contents|Contents]]|</td>
<td valign="middle" align="left">|[[#Index|Index]]|</td>
<td valign="middle" align="left">|[[#SEC_About| ? ]]|</td>
</tr></table>
== About This Document ==
<p>
  This document was generated by <em>a tester</em> on <em>a sunny day</em> using [http://www.nongnu.org/texi2html/ <em>texi2html</em>].
</p>
<p>
  The buttons in the navigation panels have the following meaning:
</p>
<table border="1">
  <tr>
    <th> Button </th>
    <th> Name </th>
    <th> Go to </th>
    <th> From 1.2.3 go to</th>
  </tr>
  <tr>
    <td align="center"> [ &lt; ] </td>
    <td align="center">Back</td>
    <td>Previous section in reading order</td>
    <td>1.2.2</td>
  </tr>
  <tr>
    <td align="center"> [ &gt; ] </td>
    <td align="center">Forward</td>
    <td>Next section in reading order</td>
    <td>1.2.4</td>
  </tr>
  <tr>
    <td align="center"> [ &lt;&lt; ] </td>
    <td align="center">FastBack</td>
    <td>Beginning of this chapter or previous chapter</td>
    <td>1</td>
  </tr>
  <tr>
    <td align="center"> [ Up ] </td>
    <td align="center">Up</td>
    <td>Up section</td>
    <td>1.2</td>
  </tr>
  <tr>
    <td align="center"> [ &gt;&gt; ] </td>
    <td align="center">FastForward</td>
    <td>Next chapter</td>
    <td>2</td>
  </tr>
  <tr>
    <td align="center"> [Top] </td>
    <td align="center">Top</td>
    <td>Cover (top) of document</td>
    <td> &nbsp; </td>
  </tr>
  <tr>
    <td align="center"> [Contents] </td>
    <td align="center">Contents</td>
    <td>Table of contents</td>
    <td> &nbsp; </td>
  </tr>
  <tr>
    <td align="center"> [Index] </td>
    <td align="center">Index</td>
    <td>Index</td>
    <td> &nbsp; </td>
  </tr>
  <tr>
    <td align="center"> [ ? ] </td>
    <td align="center">About</td>
    <td>About (help)</td>
    <td> &nbsp; </td>
  </tr>
</table>

<p>
  where the <strong> Example </strong> assumes that the current position is at <strong> Subsubsection One-Two-Three </strong> of a document of the following structure:
</p>

<ul>
  <li> 1. Section One
    <ul>
      <li>1.1 Subsection One-One
        <ul>
          <li>...</li>
        </ul>
      </li>
      <li>1.2 Subsection One-Two
        <ul>
          <li>1.2.1 Subsubsection One-Two-One</li>
          <li>1.2.2 Subsubsection One-Two-Two</li>
          <li>1.2.3 Subsubsection One-Two-Three &nbsp; &nbsp;
            <strong>&lt;== Current Position </strong></li>
          <li>1.2.4 Subsubsection One-Two-Four</li>
        </ul>
      </li>
      <li>1.3 Subsection One-Three
        <ul>
          <li>...</li>
        </ul>
      </li>
      <li>1.4 Subsection One-Four</li>
    </ul>
  </li>
</ul>

<hr size="1">
This document was generated by <em>a tester</em> on <em>a sunny day</em> using [http://www.nongnu.org/texi2html/ <em>texi2html</em>].
