source: basicnet/netprogs/subversion.xml@ 0710d944

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 0710d944 was db0eb6a, checked in by Manuel Canales Esparcia <manuel@…>, 19 years ago

Tagged wget.xml

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

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