source: general/prog/subversion.xml@ 6030130

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 6030130 was 6030130, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Update to git-2.23.0
Tag the rest of the packages I normally build before Xorg

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

  • Property mode set to 100644
File size: 20.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
8 <!ENTITY subversion-download-ftp " ">
9 <!ENTITY subversion-md5sum "1ff249f848f834ded88536543e031975">
10 <!ENTITY subversion-size "8.1 MB">
11 <!-- for 1.12.0 1.12.2
12 make javahl: 0.5 SBU 28 MB; not avail
13 swig-pl: 0.8 42 MB; 0.7 SBU 43 MB
14 swig-py: 0.6 26 MB; 0.5 28 MB
15 swig-rb: 0.4 22 MB; 0.4 21 MB
16 docs: 2 secs 26 MB; 2 sec 27 MB
17 tests 46 min 1104 MB 46:52 1103 MB -->
18 <!ENTITY subversion-buildsize "175 MB (add 120 MB for bindings, 27 MB for docs, 1.1 GB for tests)">
19 <!ENTITY subversion-time "0.5 SBU (Using parallelism=4; add 2.1 SBU for bindings, 30 SBU for tests)">
20]>
21
22<sect1 id="subversion" xreflabel="Subversion-&subversion-version;">
23 <?dbhtml filename="subversion.html"?>
24
25 <sect1info>
26 <othername>$LastChangedBy$</othername>
27 <date>$Date$</date>
28 </sect1info>
29
30 <title>Subversion-&subversion-version;</title>
31
32 <indexterm zone="subversion">
33 <primary sortas="a-Subversion">Subversion</primary>
34 </indexterm>
35
36 <sect2 role="package">
37 <title>Introduction to Subversion</title>
38
39 <para>
40 <application>Subversion</application> is a version control system that is
41 designed to be a compelling replacement for <application>CVS</application>
42 in the open source community. It extends and enhances
43 <application>CVS</application>' feature set, while maintaining a similar
44 interface for those already familiar with <application>CVS</application>.
45 These instructions install the client and server software used to
46 manipulate a <application>Subversion</application> repository. Creation of
47 a repository is covered at <xref linkend="svnserver"/>.
48 </para>
49
50 &lfs90_checked;
51
52 <bridgehead renderas="sect3">Package Information</bridgehead>
53 <itemizedlist spacing="compact">
54 <listitem>
55 <para>
56 Download (HTTP): <ulink url="&subversion-download-http;"/>
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download (FTP): <ulink url="&subversion-download-ftp;"/>
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Download MD5 sum: &subversion-md5sum;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Download size: &subversion-size;
72 </para>
73 </listitem>
74 <listitem>
75 <para>
76 Estimated disk space required: &subversion-buildsize;
77 </para>
78 </listitem>
79 <listitem>
80 <para>
81 Estimated build time: &subversion-time;
82 </para>
83 </listitem>
84 </itemizedlist>
85<!--
86 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
87 <itemizedlist spacing="compact">
88 <listitem>
89 <para>
90 Required patch for building with <xref linkend="apr"/>:
91 <ulink url="&patch-root;/subversion-&subversion-version;-apr_1.7.0_fix-1.patch"/>
92 </para>
93 </listitem>
94 </itemizedlist>
95-->
96 <bridgehead renderas="sect3">Subversion Dependencies</bridgehead>
97
98 <bridgehead renderas="sect4">Required</bridgehead>
99 <para role="required">
100 <xref linkend="apr-util"/> and
101 <xref linkend="sqlite"/>
102 </para>
103
104 <bridgehead renderas="sect4">Recommended</bridgehead>
105 <para role="recommended">
106 <xref linkend="serf"/> (for handling http:// and https:// URLs)
107 </para>
108
109<!-- support for berkeley db is deprecated since 1.8
110 <note>
111 <para>
112 If you require the <application>Berkeley DB</application> back-end hooks
113 in <application>Subversion</application> to build or support BDB based
114 repositories, you must have <application>APR-util</application> linked to
115 the <application>Berkeley DB</application> library.
116 </para>
117 </note>
118-->
119
120 <bridgehead renderas="sect4">Optional</bridgehead>
121 <para role="optional">
122 <xref linkend="apache"/>,
123<!-- support for berkeley db is deprecated since 1.8
124 <xref linkend="db"/>,
125-->
126 <xref linkend="cyrus-sasl"/>,
127 <xref linkend="dbus"/>,
128 <xref linkend="libsecret"/>,
129<!-- <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support), -->
130 <xref linkend="python2"/> (with sqlite support for the tests),
131 <xref linkend="ruby"/>,
132 <xref linkend="swig"/> (for building Perl, Python and Ruby bindings),
133 <ulink url="https://github.com/lz4/lz4/releases">LZ4</ulink>, and
134 <ulink url="http://git.netsurf-browser.org/libutf8proc.git/">UTF8proc</ulink>
135 </para>
136
137 <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead>
138 <para role="optional">
139 One of <xref linkend="openjdk"/>,
140 <ulink url="http://www.inet.no/dante/">Dante</ulink> or
141 <ulink url="http://jikes.sourceforge.net/">Jikes</ulink>,
142 and <ulink url="https://junit.org/junit4/">JUnit 4</ulink>
143 (to test the Java bindings). Note that JUnit is included with
144 <xref linkend="apache-ant"/>.
145 </para>
146
147 <para condition="html" role="usernotes">
148 User Notes: <ulink url="&blfs-wiki;/subversion"/>
149 </para>
150
151 </sect2>
152
153 <sect2 role="installation">
154 <title>Installation of Subversion</title>
155
156 <note>
157 <para>
158 This package may fail during the make phase when using multiple
159 processors. If this occurs try continuing with
160 <emphasis>make -j1</emphasis> or redo the entire build process with
161 fresh sources using <emphasis>-j1</emphasis>.
162 </para>
163 </note>
164<!--
165 <para>
166 First, apply a patch to fix building against <xref linkend="apr"/>:
167 </para>
168
169<screen><userinput>patch -Np1 -i ../subversion-&subversion-version;-apr_1.7.0_fix-1.patch</userinput></screen> -->
170
171 <para>
172 First, apply a fix to adapt subversion to <xref linkend="swig"/>:
173 </para>
174
175<screen><userinput remap="pre">sed -i 's/classic/nofastunpack/' build.conf</userinput></screen>
176
177 <para>
178 Install <application>Subversion</application> by running the following
179 commands:
180 </para>
181
182<screen><userinput>./configure --prefix=/usr \
183 --disable-static \
184 --with-apache-libexecdir \
185 --with-lz4=internal \
186 --with-utf8proc=internal &amp;&amp;
187make</userinput></screen>
188
189 <para>
190 If you have <xref linkend="doxygen"/> installed and you wish to build the
191 API documentation, issue:
192 </para>
193
194<screen remap="doc"><userinput>doxygen doc/doxygen.conf</userinput></screen>
195
196 <para>
197 If you passed the <option>--enable-javahl</option> parameter to
198 <command>configure</command> and wish to build the Java bindings, issue
199 the following command:
200 </para>
201 <para>
202 <screen><command>make javahl</command></screen>
203 </para>
204
205 <para>
206 If you want to compile <application>Perl</application>,
207 <application>Python2</application>, or <application>Ruby</application>
208 bindings, issue any of the following command:
209 </para>
210 <para>
211 <screen><command>make swig-pl</command> # for <application>Perl</application>
212<command>make swig-py \
213 swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
214 swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command> # for <application>Python</application>
215<command>make swig-rb</command> # for <application>Ruby</application></screen>
216 </para>
217
218 <para>
219 To test the results, issue: <command>make check</command>. The upgrade_tests.py
220 test is known to fail.
221 </para>
222
223 <para>
224 To test the results of the Java bindings build,
225 issue <command>make check-javahl</command>. The
226 <application>JUnit</application> testing framework must be installed,
227 and the location of the JUnit jar has to be specified by passing the
228 <option>--with-junit=&lt;path to junit jar&gt;</option> parameter to
229 <command>configure</command>. Note that <application>JUnit</application>
230 is included in <xref linkend="apache-ant"/>, and can be accessed by
231 passing <option>--with-junit=/opt/ant/lib/junit-4.12.jar</option>
232 to <command>configure</command>.
233 </para>
234
235 <para>
236 To test the results of any of the <application>SWIG</application>
237 bindings, you can use any of the following commands:
238 <command>make check-swig-pl</command>,
239 <command>make check-swig-py</command>, or
240 <command>make check-swig-rb</command>.
241 </para>
242 <!-- I can no longer confirm this with 9.0-rc1 -renodr
243 <note><para>
244 The Python Bindings test suite (<command>make check-swig-py</command>)
245 is broken with SWIG-4.0.0, however the bindings themselves work as
246 expected.
247 </para></note>
248 -->
249
250 <para>
251 Now, as the <systemitem class="username">root</systemitem> user:
252 </para>
253
254<screen role="root"><userinput>make install &amp;&amp;
255
256install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
257cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
258
259 <para>
260 If you built the Java bindings, issue the following command as the
261 <systemitem class="username">root</systemitem> user to install them:
262 </para>
263 <para>
264<screen><command>make install-javahl</command></screen>
265 </para>
266
267 <para>
268 If you built the <application>Perl</application>,
269 <application>Python2</application>, or
270 <application>Ruby</application> bindings, issue any of the following
271 commands as the <systemitem class="username">root</systemitem> user
272 to install them:
273 </para>
274 <para>
275<screen><command>make install-swig-pl</command>
276<command>make install-swig-py \
277 swig_pydir=/usr/lib/python&python2-majorver;/site-packages/libsvn \
278 swig_pydir_extra=/usr/lib/python&python2-majorver;/site-packages/svn</command>
279<command>make install-swig-rb</command></screen>
280 </para>
281
282 </sect2>
283
284 <sect2 role="commands">
285 <title>Command Explanations</title>
286
287 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
288 href="../../xincludes/static-libraries.xml"/>
289
290 <para>
291 <parameter>--with-apache-libexecdir</parameter>:
292 If <xref linkend="apache"/> is installed, the shared
293 <application>Apache</application> modules are
294 built. This switch allows to have those modules installed to
295 <application>Apache</application>'s configured module dir instead
296 of <filename class="directory">/usr/libexec</filename>. It has no effect
297 if <application>Apache</application> is not installed.
298 </para>
299
300 <para>
301 <parameter>--with-lz4=internal, --with-utf8proc=internal</parameter>:
302 Remove them if you have installed the optional dependencies.
303 </para>
304
305 <para>
306 <option>--enable-javahl</option>: enables compilation of Java high level
307 bindings. Running <command>make javahl</command> is necessary to do
308 the compilation.
309 </para>
310
311 <para>
312 <option>--with-junit=&lt;location of the junit jar file&gt;</option>:
313 gives the location of the junit jar, otherwise the javahl tests cannot
314 be run.
315 </para>
316
317 <para>
318 <option>--disable-gmock</option>: Do not use the Googlemock testing
319 framework.
320 </para>
321
322 </sect2>
323
324 <sect2 role="configuration">
325 <title>Configuring Subversion</title>
326
327 <sect3 id="subversion-config">
328 <title>Config Files</title>
329
330 <para>
331 <filename>~/.subversion/config</filename> and
332 <filename>/etc/subversion/config</filename>
333 </para>
334
335 <indexterm zone="subversion subversion-config">
336 <primary sortas="e-AA.subversion/config">~/.subversion/config</primary>
337 </indexterm>
338
339 <indexterm zone="subversion subversion-config">
340 <primary sortas="e-etc-subversion-config">/etc/subversion/config</primary>
341 </indexterm>
342 </sect3>
343
344 <sect3>
345 <title>Configuration Information</title>
346
347 <para>
348 <filename>/etc/subversion/config</filename> is the
349 <application>Subversion</application> system-wide configuration file.
350 This file is used to specify defaults for different
351 <command>svn</command> commands.
352 </para>
353
354 <para>
355 <filename>~/.subversion/config</filename> is the user's personal
356 configuration file. It is used to override the system-wide defaults set
357 in <filename>/etc/subversion/config</filename>.
358 </para>
359 </sect3>
360
361 </sect2>
362
363 <sect2 role="content">
364 <title>Contents</title>
365
366 <segmentedlist>
367 <segtitle>Installed Programs</segtitle>
368 <segtitle>Installed Libraries</segtitle>
369 <segtitle>Installed Directories</segtitle>
370
371 <seglistitem>
372 <seg>
373 svn, svnadmin, svnbench, svndumpfilter, svnfsfs, svnlook, svnmucc,
374 svnrdump, svnserve, svnsync, and svnversion
375 </seg>
376 <seg>
377 libsvn_*-1.so and optionally, a Java library, the mod_dav_svn.so and
378 and mod_authz_svn.so <application>Apache HTTP</application> DSO
379 modules and various <application>Perl</application>,
380 <application>Python</application> and
381 <application>Ruby</application> modules.
382 </seg>
383 <seg>
384 /usr/include/subversion-1,
385 /usr/lib/perl5/site_perl/&lfs-perl-version;/{,auto/}SVN,
386 /usr/lib/python2.7/site-packages/{libsvn,svn},
387 /usr/lib/ruby/site_ruby/&lt;x.y.z&gt;/{,&lt;arch-linux&gt;-linux/}svn,
388 /usr/lib/svn-javahl, and
389 /usr/share/doc/subversion-&subversion-version;
390 </seg>
391 </seglistitem>
392 </segmentedlist>
393
394 <variablelist>
395 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
396 <?dbfo list-presentation="list"?>
397 <?dbhtml list-presentation="table"?>
398
399 <varlistentry id="svn">
400 <term><command>svn</command></term>
401 <listitem>
402 <para>
403 is a command-line client program used to access
404 <application>Subversion</application> repositories.
405 </para>
406 <indexterm zone="subversion svn">
407 <primary sortas="b-svn">svn</primary>
408 </indexterm>
409 </listitem>
410 </varlistentry>
411
412 <varlistentry id="svnadmin">
413 <term><command>svnadmin</command></term>
414 <listitem>
415 <para>
416 is a tool for creating, tweaking or repairing a
417 <application>Subversion</application> repository.
418 </para>
419 <indexterm zone="subversion svnadmin">
420 <primary sortas="b-svnadmin">svnadmin</primary>
421 </indexterm>
422 </listitem>
423 </varlistentry>
424
425 <varlistentry id="svnbench">
426 <term><command>svnbench</command></term>
427 <listitem>
428 <para>
429 is a benchmarking tool.
430 </para>
431 <indexterm zone="subversion svnbench">
432 <primary sortas="b-svnbench">svnbench</primary>
433 </indexterm>
434 </listitem>
435 </varlistentry>
436
437 <varlistentry id="svndumpfilter">
438 <term><command>svndumpfilter</command></term>
439 <listitem>
440 <para>
441 is a program for filtering <application>Subversion</application>
442 repository dumpfile format streams.
443 </para>
444 <indexterm zone="subversion svndumpfilter">
445 <primary sortas="b-svndumpfilter">svndumpfilter</primary>
446 </indexterm>
447 </listitem>
448 </varlistentry>
449
450 <varlistentry id="svnfsfs">
451 <term><command>svnfsfs</command></term>
452 <listitem>
453 <para>
454 is the FSFS (FileSystem atop of the FileSystem -
455 <application>Subversion</application> filesystem implementation)
456 repository manipulation tool.
457 </para>
458 <indexterm zone="subversion svnfsfs">
459 <primary sortas="b-svnfsfs">svnfsfs</primary>
460 </indexterm>
461 </listitem>
462 </varlistentry>
463
464 <varlistentry id="svnlook">
465 <term><command>svnlook</command></term>
466 <listitem>
467 <para>
468 is a tool for inspecting a <application>Subversion</application>
469 repository.
470 </para>
471 <indexterm zone="subversion svnlook">
472 <primary sortas="b-svnlook">svnlook</primary>
473 </indexterm>
474 </listitem>
475 </varlistentry>
476
477 <varlistentry id="svnmucc">
478 <term><command>svnmucc</command></term>
479 <listitem>
480 <para>
481 is a Multiple URL Command Client for <application>Subversion</application>.
482 </para>
483 <indexterm zone="subversion svnmucc">
484 <primary sortas="b-svnmucc">svnmucc</primary>
485 </indexterm>
486 </listitem>
487 </varlistentry>
488
489 <varlistentry id="svnrdump">
490 <term><command>svnrdump</command></term>
491 <listitem>
492 <para>
493 is a tool for dumping or loading a remote
494 <application>Subversion</application> repository.
495 </para>
496 <indexterm zone="subversion svnrdump">
497 <primary sortas="b-svnrdump">svnrdump</primary>
498 </indexterm>
499 </listitem>
500 </varlistentry>
501
502 <varlistentry id="svnserve">
503 <term><command>svnserve</command></term>
504 <listitem>
505 <para>
506 is a custom standalone server program, able to run as a daemon
507 process or invoked by SSH.
508 </para>
509 <indexterm zone="subversion svnserve">
510 <primary sortas="b-svnserve">svnserve</primary>
511 </indexterm>
512 </listitem>
513 </varlistentry>
514
515 <varlistentry id="svnsync">
516 <term><command>svnsync</command></term>
517 <listitem>
518 <para>
519 is a <application>Subversion</application> repository
520 synchronisation tool.
521 </para>
522 <indexterm zone="subversion svnsync">
523 <primary sortas="b-svnsync">svnsync</primary>
524 </indexterm>
525 </listitem>
526 </varlistentry>
527
528 <varlistentry id="svnversion">
529 <term><command>svnversion</command></term>
530 <listitem>
531 <para>
532 is used to report the version number and state of a working
533 <application>Subversion</application> repository copy.
534 </para>
535 <indexterm zone="subversion svnversion">
536 <primary sortas="b-svnversion">svnversion</primary>
537 </indexterm>
538 </listitem>
539 </varlistentry>
540
541 <varlistentry id="libsvn_star-1">
542 <term><filename class="libraryfile">libsvn_*-1.so</filename></term>
543 <listitem>
544 <para>
545 are the support libraries used by the
546 <application>Subversion</application> programs.
547 </para>
548 <indexterm zone="subversion libsvn_star-1">
549 <primary sortas="c-libsvn_star-1">libsvn_*-1.so</primary>
550 </indexterm>
551 </listitem>
552 </varlistentry>
553
554 <varlistentry id="mod_authz_svn">
555 <term><filename class="libraryfile">mod_authz_svn.so</filename></term>
556 <listitem>
557 <para>
558 is a plug-in module for the <application>Apache</application> HTTP
559 server, used to authenticate users to a
560 <application>Subversion</application> repository over the Internet
561 or an intranet.
562 </para>
563 <indexterm zone="subversion mod_authz_svn">
564 <primary sortas="c-mod_authz_svn">mod_authz_svn.so</primary>
565 </indexterm>
566 </listitem>
567 </varlistentry>
568
569 <varlistentry id="mod_dav_svn">
570 <term><filename class="libraryfile">mod_dav_svn.so</filename></term>
571 <listitem>
572 <para>
573 is a plug-in module for the <application>Apache</application> HTTP
574 server, used to make a <application>Subversion</application>
575 repository available to others over the Internet or an intranet.
576 </para>
577 <indexterm zone="subversion mod_dav_svn">
578 <primary sortas="c-mod_authz_svn">mod_dav_svn.so</primary>
579 </indexterm>
580 </listitem>
581 </varlistentry>
582
583 </variablelist>
584
585 </sect2>
586
587</sect1>
Note: See TracBrowser for help on using the repository browser.