source: basicnet/netprogs/subversion.xml@ 17e6d48

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 17e6d48 was 5d5ced00, checked in by Randy McMurchy <randy@…>, 19 years ago

Removed excess spaces from the ends of lines in the source files

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

  • Property mode set to 100644
File size: 14.4 KB
RevLine 
[a91dd56]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" [
[a91dd56]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2">
8 <!ENTITY subversion-download-ftp " ">
[4d6e546]9 <!ENTITY subversion-md5sum "6e557ae65b6b8d7577cc7704ede85a23">
[b8e2fb7]10 <!ENTITY subversion-size "6.7 MB">
[4d6e546]11 <!ENTITY subversion-buildsize "182 MB (additional 577 MB to run all test suites)">
12 <!ENTITY subversion-time "1.24 SBU (add 0.90 SBU for SWIG bindings and 6.45 SBU to run test suites)">
[b8e2fb7]13 <!ENTITY svn-neon-version "0.24.7">
[a91dd56]14]>
15
16<sect1 id="subversion" xreflabel="Subversion-&subversion-version;">
[11a05ad]17 <?dbhtml filename="subversion.html"?>
[8d0d2eb]18
[11a05ad]19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
[8d0d2eb]23
[11a05ad]24 <title>Subversion-&subversion-version;</title>
[8d0d2eb]25
[11a05ad]26 <indexterm zone="subversion">
27 <primary sortas="a-Subversion">Subversion</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Subversion</title>
32
[5d5ced00]33 <para><application>Subversion</application> is a version control
34 system that is designed to be a compelling replacement for
35 <application>CVS</application> in the open source community. It
36 extends and enhances <application>CVS</application>' feature set,
37 while maintaining a similar interface for those already familiar with
38 <application>CVS</application>. These instructions install the client
[8d0d2eb]39 and server software used to manipulate a <application>Subversion</application>
[11a05ad]40 repository. Creation of a repository is covered at <xref linkend="svnserver"/>.</para>
[8d0d2eb]41
[11a05ad]42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>Download (HTTP): <ulink url="&subversion-download-http;"/></para>
46 </listitem>
47 <listitem>
48 <para>Download (FTP): <ulink url="&subversion-download-ftp;"/></para>
49 </listitem>
50 <listitem>
51 <para>Download MD5 sum: &subversion-md5sum;</para>
52 </listitem>
53 <listitem>
54 <para>Download size: &subversion-size;</para>
55 </listitem>
56 <listitem>
57 <para>Estimated disk space required: &subversion-buildsize;</para>
58 </listitem>
59 <listitem>
[2174baa]60 <para>Estimated build time: &subversion-time;</para>
61 </listitem>
[11a05ad]62 </itemizedlist>
[8d0d2eb]63
[db0eb6a]64 <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
[8d0d2eb]65
[11a05ad]66 <bridgehead renderas="sect4">Required</bridgehead>
[5d5ced00]67 <para><xref linkend="libxml2"/> (only if using the bundled version of
[11a05ad]68 <application>neon</application>)</para>
[8d0d2eb]69
[11a05ad]70 <bridgehead renderas="sect4">Optional</bridgehead>
[5d5ced00]71 <para><xref linkend="python"/> (required to run the full test suite),
72 <xref linkend="apache"/>,
73 <xref linkend="openssh"/> (runtime only),
74 <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
[8d0d2eb]75 <xref linkend="jdk"/> (to build the <application>JAVA</application>
[5d5ced00]76 bindings),
77 <ulink url="http://www.junit.org/">JUnit</ulink> (for running the
78 <application>JAVA</application> bindings test suite and requires
79 <xref linkend="unzip"/>),
80 <ulink url="http://www.inet.no/dante/">Dante</ulink> (alternate
81 <application>JAVA</application> compiler),
[11a05ad]82 <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">
[5d5ced00]83 Jikes</ulink> (another alternate
84 <application>JAVA</application> compiler) and
[11a05ad]85 inetd or <xref linkend="xinetd"/> (server only)</para>
[8d0d2eb]86
[5d5ced00]87 <bridgehead renderas="sect4">Optional for the Bundled Version of
[e3353b3]88 <application>Neon</application></bridgehead>
[5d5ced00]89 <para><xref linkend="pkgconfig"/>,
90 <xref linkend="openssl"/>,
[11a05ad]91 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
[8d0d2eb]92
[5d5ced00]93 <bridgehead renderas="sect4">Optional for the Bundled Version of
[11a05ad]94 <application>Apache Portable Runtime</application></bridgehead>
[5d5ced00]95 <para><xref linkend="expat"/> and
[11a05ad]96 <xref linkend="gdbm"/></para>
[8d0d2eb]97
[5d5ced00]98 <bridgehead renderas="sect4">Optional to Build the
[e3353b3]99 <application>SWIG</application> Bindings</bridgehead>
[5d5ced00]100 <para><ulink url="http://www.swig.org">SWIG</ulink> and
[11a05ad]101 <xref linkend="python"/></para>
[8d0d2eb]102
[11a05ad]103 </sect2>
[8d0d2eb]104
[11a05ad]105 <sect2 role="installation">
106 <title>Installation of Subversion</title>
107
[5d5ced00]108 <para>Install <application>Subversion</application> by running the following
[11a05ad]109 commands:</para>
110
111<screen><userinput>./configure --prefix=/usr &amp;&amp;
112make</userinput></screen>
113
114 <note>
115 <para>If you have <application>Apache</application> installed, pass
[8d0d2eb]116 the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option>
[5d5ced00]117 switches to the <command>configure</command> script. Otherwise,
118 <application>Subversion</application> will overwrite APR and APR-utils
[11a05ad]119 from the <application>Apache</application> installation with its own
[8d0d2eb]120 files. You may also need to pass <option>--with-apxs=/usr/sbin/apxs</option>
[5d5ced00]121 as <command>apxs</command> might not be in an unprivileged user's
[11a05ad]122 <envar>PATH</envar> and won't be properly discovered.</para>
123 </note>
[8d0d2eb]124
[5d5ced00]125 <para>If you passed the <option>--enable-javahl</option> parameter to
126 <command>configure</command> and wish to build the
[8d0d2eb]127 <application>JAVA</application> <application>Subversion</application>
[11a05ad]128 bindings, issue the following command:</para>
129
130<screen><userinput>make javahl</userinput></screen>
131
[5d5ced00]132 <para>If you passed the <option>--with-swig</option> and
133 <option>--enable-swig-bindings</option> parameters to
134 <command>configure</command> and wish to build the
135 <application>SWIG</application> <application>Perl</application> and
[8d0d2eb]136 <application>Python</application> <application>Subversion</application>
[11a05ad]137 bindings, issue the following commands:</para>
138
139<screen><userinput>make swig-pl &amp;&amp;
140make swig-py</userinput></screen>
[8d0d2eb]141
[11a05ad]142 <para>To test the results, issue: <command>make check</command>.</para>
[8d0d2eb]143
[11a05ad]144 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
145
146<screen role='root'><userinput>make install &amp;&amp;
[b8e2fb7]147install -v -d -m755 /usr/share/doc/subversion-&subversion-version; &amp;&amp;
[11a05ad]148cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
[a91dd56]149
[8d0d2eb]150 <para>If you built the <application>JAVA</application>
[5d5ced00]151 <application>Subversion</application> bindings, issue the following command
[11a05ad]152 as the <systemitem class="username">root</systemitem> user to install them:</para>
[4d6e546]153
[11a05ad]154<screen role='root'><userinput>make install-javahl</userinput></screen>
[4d6e546]155
[8d0d2eb]156 <para>If you built the <application>SWIG</application>
157 <application>Perl</application> and <application>Python</application>
[5d5ced00]158 <application>Subversion</application> bindings, issue the following commands
[11a05ad]159 as the <systemitem class="username">root</systemitem> user to install them:</para>
[4d6e546]160
[11a05ad]161<screen role='root'><userinput>make install-swig-pl &amp;&amp;
[4d6e546]162make install-swig-py &amp;&amp;
163echo /usr/lib/svn-python \
[11a05ad]164 &gt; /usr/lib/python2.4/site-packages/subversion.pth</userinput></screen>
[8d0d2eb]165
[11a05ad]166 </sect2>
[8d0d2eb]167
[11a05ad]168 <sect2 role="commands">
169 <title>Command Explanations</title>
[8d0d2eb]170
[5d5ced00]171 <para><option>--with-ssl</option>: This switch enables
172 <application>OpenSSL</application> support in
173 <application>neon</application> (only required if you use the bundled version
[11a05ad]174 of <application>neon</application>).</para>
[8d0d2eb]175
[11a05ad]176 </sect2>
[8d0d2eb]177
[11a05ad]178 <sect2 role="configuration">
179 <title>Configuring Subversion</title>
180
181 <sect3 id="subversion-config">
182 <title>Config Files</title>
[8d0d2eb]183
[5d5ced00]184 <para><filename>~/.subversion/config</filename> and
[11a05ad]185 <filename>/etc/subversion/config</filename></para>
[8d0d2eb]186
[11a05ad]187 <indexterm zone="subversion subversion-config">
188 <primary sortas="e-AA.subversion/config">~/.subversion/config</primary>
189 </indexterm>
[8d0d2eb]190
[11a05ad]191 <indexterm zone="subversion subversion-config">
192 <primary sortas="e-etc-subversion-config">/etc/subversion/config</primary>
193 </indexterm>
[8d0d2eb]194
[11a05ad]195 </sect3>
[8d0d2eb]196
[11a05ad]197 <sect3>
198 <title>Configuration Information</title>
[8d0d2eb]199
[5d5ced00]200 <para><filename>/etc/subversion/config</filename> is the
[11a05ad]201 <application>Subversion</application> system-wide configuration file.
[5d5ced00]202 This file is used to specify defaults for different
[11a05ad]203 <command>svn</command> commands.</para>
[8d0d2eb]204
[5d5ced00]205 <para><filename>~/.subversion/config</filename> is the user's personal
206 configuration file. It is used to override the system-wide defaults
[11a05ad]207 set in <filename>/etc/subversion/config</filename>.</para>
[8d0d2eb]208
[11a05ad]209 </sect3>
[8d0d2eb]210
[11a05ad]211 </sect2>
[8d0d2eb]212
[11a05ad]213 <sect2 role="content">
214 <title>Contents</title>
[8d0d2eb]215
[11a05ad]216 <segmentedlist>
217 <segtitle>Installed Programs</segtitle>
218 <segtitle>Installed Libraries</segtitle>
219 <segtitle>Installed Directories</segtitle>
[8d0d2eb]220
[11a05ad]221 <seglistitem>
[5d5ced00]222 <seg>svn, svnadmin, svndumpfilter, svnlook, svnserve, svnversion, and
[11a05ad]223 optionally, neon-config</seg>
[5d5ced00]224 <seg>libsvn*.[so,a] and optionally, libneon.[so,a] and the mod_dav_svn.so,
[8d0d2eb]225 and mod_authz_svn.so <application>Apache HTTP</application>
[11a05ad]226 DSO modules</seg>
[5d5ced00]227 <seg>/etc/subversion, /usr/include/neon (optional), /usr/include/subversion-1,
228 /usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/SVN (optional),
229 /usr/lib/perl5/site_perl/5.8.6/i686-linux/SVN (optional),
230 /usr/lib/svn-javahl (optional), /usr/lib/svn-python (optional),
231 /usr/share/doc/neon-&svn-neon-version; (optional), and
[11a05ad]232 /usr/share/doc/subversion-&subversion-version;</seg>
233 </seglistitem>
234 </segmentedlist>
[8d0d2eb]235
[11a05ad]236 <variablelist>
237 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
238 <?dbfo list-presentation="list"?>
239 <?dbhtml list-presentation="table"?>
[8d0d2eb]240
[11a05ad]241 <varlistentry id="svn">
242 <term><command>svn</command></term>
243 <listitem>
[5d5ced00]244 <para>is a command-line client program used to access
[11a05ad]245 <application>Subversion</application> repositories.</para>
246 <indexterm zone="subversion svn">
247 <primary sortas="b-svn">svn</primary>
248 </indexterm>
249 </listitem>
250 </varlistentry>
[8d0d2eb]251
[11a05ad]252 <varlistentry id="svnadmin">
253 <term><command>svnadmin</command></term>
254 <listitem>
255 <para>is a tool for creating, tweaking or repairing a
256 <application>Subversion</application> repository.</para>
257 <indexterm zone="subversion svnadmin">
258 <primary sortas="b-svnadmin">svnadmin</primary>
259 </indexterm>
260 </listitem>
261 </varlistentry>
[8d0d2eb]262
[11a05ad]263 <varlistentry id="svndumpfilter">
264 <term><command>svndumpfilter</command></term>
265 <listitem>
[8d0d2eb]266 <para>is a program for filtering <application>Subversion</application>
[11a05ad]267 repository dumpfile format streams.</para>
268 <indexterm zone="subversion svndumpfilter">
269 <primary sortas="b-svndumpfilter">svndumpfilter</primary>
270 </indexterm>
271 </listitem>
272 </varlistentry>
[8d0d2eb]273
[11a05ad]274 <varlistentry id="svnlook">
275 <term><command>svnlook</command></term>
276 <listitem>
[5d5ced00]277 <para>is a tool for inspecting a
[11a05ad]278 <application>Subversion</application> repository.</para>
279 <indexterm zone="subversion svnlook">
280 <primary sortas="b-svnlook">svnlook</primary>
281 </indexterm>
282 </listitem>
283 </varlistentry>
[8d0d2eb]284
[11a05ad]285 <varlistentry id="svnserve">
286 <term><command>svnserve</command></term>
287 <listitem>
[5d5ced00]288 <para>is a custom standalone server program, able to run as a
[11a05ad]289 daemon process or invoked by SSH.</para>
290 <indexterm zone="subversion svnserve">
291 <primary sortas="b-svnserve">svnserve</primary>
292 </indexterm>
293 </listitem>
294 </varlistentry>
[8d0d2eb]295
[11a05ad]296 <varlistentry id="svnversion">
297 <term><command>svnversion</command></term>
298 <listitem>
[5d5ced00]299 <para>is used to report the version number and state of a
[11a05ad]300 working <application>Subversion</application> repository copy.</para>
301 <indexterm zone="subversion svnversion">
302 <primary sortas="b-svnversion">svnversion</primary>
303 </indexterm>
304 </listitem>
305 </varlistentry>
[8d0d2eb]306
[11a05ad]307 <varlistentry id="neon-config">
308 <term><command>neon-config</command></term>
309 <listitem>
[5d5ced00]310 <para>is a script which provides information about an installed
[11a05ad]311 copy of the <application>neon</application> library.</para>
312 <indexterm zone="subversion neon-config">
313 <primary sortas="b-neon-config">neon-config</primary>
314 </indexterm>
315 </listitem>
316 </varlistentry>
[8d0d2eb]317
[11a05ad]318 <varlistentry id="libsvn_star">
319 <term><filename class='libraryfile'>libsvn_*.[so,a]</filename></term>
320 <listitem>
[5d5ced00]321 <para>are the support libraries used by the
[11a05ad]322 <application>Subversion</application> programs.</para>
323 <indexterm zone="subversion libsvn_star">
324 <primary sortas="c-libsvn_star">libsvn_*.[so,a]</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
[8d0d2eb]328
[11a05ad]329 <varlistentry id="libneon">
330 <term><filename class='libraryfile'>libneon.[so,a]</filename></term>
331 <listitem>
[5d5ced00]332 <para>is used as a high-level interface to common
[11a05ad]333 HTTP and WebDAV methods.</para>
334 <indexterm zone="subversion libneon">
335 <primary sortas="c-libneon">libneon.[so,a]</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
[8d0d2eb]339
[11a05ad]340 <varlistentry id="mod_authz_svn">
341 <term><filename class='libraryfile'>mod_authz_svn.so</filename></term>
342 <listitem>
343 <para>is a plug-in module for the <application>Apache</application>
[5d5ced00]344 HTTP server, used to authenticate users to a
345 <application>Subversion</application> repository over the Internet or an
[11a05ad]346 intranet.</para>
347 <indexterm zone="subversion mod_authz_svn">
348 <primary sortas="c-mod_authz_svn">mod_authz_svn.so</primary>
349 </indexterm>
350 </listitem>
351 </varlistentry>
[8d0d2eb]352
[11a05ad]353 <varlistentry id="mod_dav_svn">
354 <term><filename class='libraryfile'>mod_dav_svn.so</filename></term>
355 <listitem>
[8d0d2eb]356 <para>is a plug-in module for the <application>Apache</application>
[5d5ced00]357 HTTP server, used to make a
358 <application>Subversion</application> repository available to others over the
[11a05ad]359 Internet or an intranet.</para>
360 <indexterm zone="subversion mod_dav_svn">
361 <primary sortas="c-mod_authz_svn">mod_dav_svn.so</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
[8d0d2eb]365
[11a05ad]366 </variablelist>
367
368 </sect2>
[a91dd56]369
370</sect1>
Note: See TracBrowser for help on using the repository browser.