source: basicnet/netprogs/subversion.xml@ 4d6e546

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 4d6e546 was 4d6e546, checked in by Randy McMurchy <randy@…>, 19 years ago

Updated to Subversion-1.1.4

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

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