mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-11 05:44:38 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@988 af4574ff-66df-0310-9fd7-8a98e5e911e0
21 lines
747 B
XML
21 lines
747 B
XML
<sect2>
|
|
<title>Configuring <application>cvs</application></title>
|
|
|
|
<sect3><title>Config files</title>
|
|
<para><filename>~/.cvsrc</filename>, <filename>~/.cvswrappers</filename></para>
|
|
</sect3>
|
|
|
|
<sect3><title>Configuration Information</title>
|
|
|
|
<para><filename>~/.cvsrc</filename> is the main <application>cvs</application> configuration file.
|
|
This file is used by users to specify defaults for different cvs commands, for example to
|
|
make all cvs diff commands run with -u, a user would add diff -u to
|
|
their <filename>.cvsrc</filename> file.</para>
|
|
|
|
<para><filename>~/.cvswrappers</filename> specifies wrappers to be used in addition to
|
|
those specified in the <filename>CVSROOT/cvswrappers</filename> file in the
|
|
repository.</para></sect3>
|
|
|
|
</sect2>
|
|
|