source: basicnet/netprogs/cvs.xml@ bca6dfb6

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bca6dfb6 was 061ec9d, checked in by Randy McMurchy <randy@…>, 18 years ago

Added the 'User Notes' wiki link to each package page; changed all instances of .[so,a] to .{so,a} (brackets changed to braces); changed all replaceable tags to use angle brackets instead of square brackets to encapsulate the text - commit #1

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5829 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 8.3 KB
RevLine 
[d47e7ea9]1<?xml version="1.0" encoding="ISO-8859-1"?>
[ff769b8c]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
[d47e7ea9]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[5d678ec]7 <!ENTITY cvs-download-http "http://ftp.gnu.org/non-gnu/cvs/source/stable/&cvs-version;/cvs-&cvs-version;.tar.bz2">
8 <!ENTITY cvs-download-ftp "ftp://ftp.gnu.org/non-gnu/cvs/source/stable/&cvs-version;/cvs-&cvs-version;.tar.bz2">
[f9ff74b]9 <!ENTITY cvs-md5sum "54dd9eeb0648c9eef680df7cb26c710e">
10 <!ENTITY cvs-size "2.8 MB">
[5d678ec]11 <!ENTITY cvs-buildsize "30.5 MB">
12 <!ENTITY cvs-time "0.3 SBU (additional ~20 SBU to run the test suite)">
[d47e7ea9]13]>
14
[9635613]15<sect1 id="cvs" xreflabel="CVS-&cvs-version;">
[b3497e4]16 <?dbhtml filename="cvs.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
[4dbbf634]21 <keywordset>
22 <keyword role="package">cvs-&cvs-version;.tar</keyword>
[25475f5]23 <keyword role="ftpdir">cvs</keyword>
[4dbbf634]24 </keywordset>
[b3497e4]25 </sect1info>
26
27 <title>CVS-&cvs-version;</title>
[bab92281]28
[b3497e4]29 <indexterm zone="cvs">
30 <primary sortas="a-CVS">CVS</primary>
31 </indexterm>
[bab92281]32
[b3497e4]33 <sect2 role="package">
34 <title>Introduction to CVS</title>
35
[919683dc]36 <para><application>CVS</application> is the Concurrent Versions System.
[f9461f8]37 This is a version control system useful for projects using a central
38 repository to hold files and then track all changes made to those files.
39 These instructions install the client used to manipulate the repository,
40 creation of a repository is covered at <xref linkend="cvsserver"/>.</para>
[bab92281]41
[b3497e4]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&cvs-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&cvs-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &cvs-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &cvs-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &cvs-buildsize;</para>
58 </listitem>
59 <listitem>
[dc6715a]60 <para>Estimated build time: &cvs-time;</para>
61 </listitem>
[b3497e4]62 </itemizedlist>
[bab92281]63
[b3497e4]64 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
65 <itemizedlist spacing='compact'>
66 <listitem>
67 <para>Recommended patch: <ulink
68 url="&patch-root;/cvs-&cvs-version;-zlib-1.patch"/></para>
69 </listitem>
70 </itemizedlist>
[bab92281]71
[b3497e4]72 <bridgehead renderas="sect3">CVS Dependencies</bridgehead>
[bab92281]73
[b3497e4]74 <bridgehead renderas="sect4">Optional</bridgehead>
[4dbbf634]75 <para role="optional"><xref linkend="gdbm"/>,
[17e6d48]76 <xref linkend="tcsh"/>,
[b3497e4]77 <ulink url="http://www.pdc.kth.se/kth-krb/">krb4</ulink>,
[bab92281]78 <xref linkend="mitkrb"/> or <xref linkend="heimdal"/>
[b136a6d]79 (for the GSSAPI libraries),
[ce2bf7d]80 <xref linkend="gs"/> or <xref linkend="espgs"/>, and
[5d678ec]81 <xref linkend="sendmail"/> (or any other
82 <ulink url="../server/mail.html">MTA</ulink> that provides a
83 <command>sendmail</command> command)</para>
[b3497e4]84
[061ec9d]85 <para condition="html" role="usernotes">User Notes:
86 <ulink url="&blfs-wiki;/cvs"/></para>
87
[b3497e4]88 </sect2>
89
90 <sect2 role="installation">
91 <title>Installation of CVS</title>
92
[f9461f8]93 <para>By default <application>CVS</application> is statically linked
94 against the <application>Zlib</application> library included in its source
95 tree. This makes it exposed to possible security vulnerabilities in that
96 library. If you want to modify <application>CVS</application> to use the
97 system shared <application>Zlib</application> library, apply the following
98 patch:</para>
[b3497e4]99
100<screen><userinput>patch -Np1 -i ../cvs-&cvs-version;-zlib-1.patch</userinput></screen>
101
[339fbfb9]102 <para>Install <application>CVS</application> by running
[b3497e4]103 the following commands:</para>
104
105<screen><userinput>./configure --prefix=/usr &amp;&amp;
[b136a6d]106make</userinput></screen>
107
[5d678ec]108 <para>If you have <xref linkend="tex"/> installed and wish to create
109 Postscript, HTML or text docs from the documentation source files, issue
110 any or all of the following commands:</para>
[f9461f8]111
112<screen><userinput>cd doc &amp;&amp;
[5d678ec]113texi2dvi cvs.texinfo &amp;&amp;
114texi2dvi cvsclient.texi &amp;&amp;
115dvips -o cvs.ps cvs.dvi &amp;&amp;
116dvips -o cvsclient.ps cvsclient.dvi &amp;&amp;
[f9461f8]117texi2html cvs.texinfo &amp;&amp;
118texi2html cvsclient.texi &amp;&amp;
[5d678ec]119makeinfo --plaintext -o cvs.txt cvs.texinfo &amp;&amp;
120makeinfo --plaintext -o cvsclient.txt cvsclient.texi &amp;&amp;
[f9461f8]121cd ..</userinput></screen>
122
[5d678ec]123 <para>To test the results, issue: <command>make check</command>. This will
124 take quite a while.</para>
[b136a6d]125
126 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
127
128<screen role='root'><userinput>make install &amp;&amp;
129install -v -m755 -d /usr/share/doc/cvs-&cvs-version; &amp;&amp;
[5d678ec]130install -v -m644 FAQ README /usr/share/doc/cvs-&cvs-version; &amp;&amp;
[f147ee8]131install -v -m644 doc/*.pdf /usr/share/doc/cvs-&cvs-version;</userinput></screen>
[f9461f8]132
133 <para>If you created any additional documentation, install it by issuing
134 the following command as the
135 <systemitem class="username">root</systemitem> user:</para>
136
[5d678ec]137<screen role='root'><userinput>install -v -m644 doc/*.{ps,dvi,html,txt} /usr/share/doc/cvs-&cvs-version;</userinput></screen>
[b3497e4]138
139 </sect2>
140
141 <sect2 role="configuration">
142 <title>Configuring CVS</title>
[bab92281]143
[b3497e4]144 <sect3 id="cvs-config">
145 <title>Config Files</title>
[bab92281]146
[b3497e4]147 <para><filename>~/.cvsrc</filename>, <filename>~/.cvswrappers</filename>,
148 and <filename>~/.cvspass</filename>.</para>
[bab92281]149
[b3497e4]150 <indexterm zone="cvs cvs-config">
151 <primary sortas="e-AA.cvsrc">~/.cvsrc</primary>
152 </indexterm>
[bab92281]153
[b3497e4]154 <indexterm zone="cvs cvs-config">
155 <primary sortas="e-AA.cvswrappers">~/.cvswrappers</primary>
156 </indexterm>
[bab92281]157
[b3497e4]158 <indexterm zone="cvs cvs-config">
159 <primary sortas="e-AA.cvspass">~/.cvspass</primary>
160 </indexterm>
[bab92281]161
[b3497e4]162 </sect3>
163
164 <sect3>
165 <title>Configuration Information</title>
166
167 <para><filename>~/.cvsrc</filename> is the main
168 <application>CVS</application> configuration file.
[339fbfb9]169 This file is used by users to specify defaults for different
170 <command>cvs</command> commands. For example, to make all
171 <command>cvs diff</command> commands run with <option>-u</option>, a user
172 would add <option>diff -u</option> to their <filename>.cvsrc</filename>
173 file.</para>
[b3497e4]174
[17e6d48]175 <para><filename>~/.cvswrappers</filename> specifies wrappers to be used in
[bab92281]176 addition to those specified in the <filename>CVSROOT/cvswrappers</filename>
[b3497e4]177 file in the repository.</para>
[bab92281]178
[b3497e4]179 <para><filename>~/.cvspass</filename> can hold passwords to complete
180 logins to servers.</para>
[bab92281]181
[b3497e4]182 </sect3>
183
184 </sect2>
185
186 <sect2 role="content">
187 <title>Contents</title>
[bab92281]188
[b3497e4]189 <segmentedlist>
190 <segtitle>Installed Programs</segtitle>
191 <segtitle>Installed Libraries</segtitle>
192 <segtitle>Installed Directories</segtitle>
[bab92281]193
[b3497e4]194 <seglistitem>
195 <seg>cvs, cvsbug, and rcs2log</seg>
196 <seg>None</seg>
[b136a6d]197 <seg>/usr/share/cvs and /usr/share/doc/cvs-&cvs-version;</seg>
[b3497e4]198 </seglistitem>
199 </segmentedlist>
[bab92281]200
[b3497e4]201 <variablelist>
202 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
203 <?dbfo list-presentation="list"?>
204 <?dbhtml list-presentation="table"?>
[bab92281]205
[b3497e4]206 <varlistentry id="cvs-prog">
207 <term><command>cvs</command></term>
208 <listitem>
[919683dc]209 <para>is the main program file for the concurrent versions system.</para>
[b3497e4]210 <indexterm zone="cvs cvs-prog">
211 <primary sortas="b-cvs">cvs</primary>
212 </indexterm>
213 </listitem>
214 </varlistentry>
[bab92281]215
[b3497e4]216 <varlistentry id="cvsbug">
217 <term><command>cvsbug</command></term>
218 <listitem>
[bab92281]219 <para>is used to send problem reports about <application>CVS</application>
[b3497e4]220 to a central support site.</para>
221 <indexterm zone="cvs cvsbug">
222 <primary sortas="b-cvsbug">cvsbug</primary>
223 </indexterm>
224 </listitem>
225 </varlistentry>
[bab92281]226
[b3497e4]227 <varlistentry id="rcs2log">
228 <term><command>rcs2log</command></term>
229 <listitem>
[17e6d48]230 <para>is a symlink to the contributed RCS to Change Log
[b136a6d]231 generator.</para>
[b3497e4]232 <indexterm zone="cvs rcs2log">
233 <primary sortas="b-rcs2log">rcs2log</primary>
234 </indexterm>
235 </listitem>
236 </varlistentry>
237 </variablelist>
[bab92281]238
[b3497e4]239 </sect2>
[bab92281]240
[f45b1953]241</sect1>
Note: See TracBrowser for help on using the repository browser.