source: general/prog/subversion.xml@ 42adfc21

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 9.1 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 42adfc21 was e09b0ae, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to subversion-1.13.0.
Update to x265_3.2.1.
Update to harfbuzz-2.6.4.

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

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