source: basicnet/netprogs/cvs.xml@ 69122d26

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 69122d26 was 9f12e36, checked in by Randy McMurchy <randy@…>, 18 years ago

Removed 'keywordset' blocks and extra spaces from the XML files (note this was by accident as I meant to do just in the gnome directory but I was in the root of BOOK when I ran the script, but this was going to happen anyway so I don't think it is a big deal)

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

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