Changeset 11a05ad


Ignore:
Timestamp:
04/30/2005 12:25:15 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
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
Children:
0d1d489
Parents:
d274d10
Message:

Tagged subversion.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    rd274d10 r11a05ad  
    1515
    1616<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
    30 that is designed to be a compelling replacement for
    31 <application><acronym>CVS</acronym></application> in the open source
    32 community. It extends and enhances
    33 <application><acronym>CVS</acronym></application>' feature set, while
    34 maintaining a similar interface for those already familiar
    35 with <application><acronym>CVS</acronym></application>. These instructions
    36 install the client and server software used to manipulate a
    37 <application>Subversion</application> repository. Creation of a repository is
    38 covered 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="jdk"/> (to build the <application>JAVA</application>
    68 bindings),
    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/">
    75 Jikes</ulink> (another alternate
    76 <application>JAVA</application> compiler) and
    77 inetd 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="pkgconfig"/>,
    83 <xref linkend="openssl"/>,
    84 <xref linkend="heimdal"/> or <xref linkend="mitkrb"/></para>
    85 </sect4>
    86 
    87 <sect4><title>Optional for the bundled version of
    88 <application>Apache Portable Runtime</application></title>
    89 <para><xref linkend="expat"/> and
    90 <xref linkend="gdbm"/></para>
    91 </sect4>
    92 
    93 <sect4><title>Optional to build the <application>SWIG</application>
    94 bindings</title>
    95 <para><ulink url="http://www.swig.org">SWIG</ulink> and
    96 <xref linkend="python"/></para>
    97 </sect4>
    98 </sect3>
    99 
    100 </sect2>
    101 
    102 <sect2>
    103 <title>Installation of <application>Subversion</application></title>
    104 
    105 <para>Install <application>Subversion</application> by running the following
    106 commands:</para>
    107 
    108 <screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    109 make</command></userinput></screen>
    110 
    111 <note><para>If you have <application>Apache</application> installed, pass
    112 the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option>
    113 switches to the <command>configure</command> script. Otherwise,
    114 <application>Subversion</application> will overwrite
    115 <acronym>APR</acronym> and <acronym>APR</acronym>-utils from the
    116 <application>Apache</application> installation with its own
    117 files. You may also need to pass <option>--with-apxs=/usr/sbin/apxs</option>
    118 as <command>apxs</command> might not be in an unprivileged user's
    119 <envar>PATH</envar> and won't be properly discovered.</para></note>
    120 
    121 <para>If you passed the <option>--enable-javahl</option> parameter to
    122 <command>configure</command> and wish to build the
    123 <application>JAVA</application> <application>Subversion</application>
    124 bindings, issue the following command:</para>
    125 
    126 <screen><userinput><command>make javahl</command></userinput></screen>
    127 
    128 <para>If you passed the <option>--with-swig</option> and
    129 <option>--enable-swig-bindings</option> parameters to
    130 <command>configure</command> and wish to build the
    131 <application>SWIG</application> <application>Perl</application> and
    132 <application>Python</application> <application>Subversion</application>
    133 bindings, issue the following commands:</para>
    134 
    135 <screen><userinput><command>make swig-pl &amp;&amp;
    136 make swig-py</command></userinput></screen>
    137 
    138 <para>To test the results, issue: <command>make check</command>.</para>
    139 
    140 <para>Now, as the root user:</para>
    141 
    142 <screen><userinput role='root'><command>make install &amp;&amp;
     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">TEMPLATE 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;
    143146install -v -d -m755 /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    144 cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</command></userinput></screen>
    145 
    146 <para>If you built the <application>JAVA</application>
    147 <application>Subversion</application> bindings, issue the following command
    148 as the root user to install them:</para>
    149 
    150 <screen><userinput role='root'><command>make install-javahl</command></userinput></screen>
    151 
    152 <para>If you built the <application>SWIG</application>
    153 <application>Perl</application> and <application>Python</application>
    154 <application>Subversion</application> bindings, issue the following commands
    155 as the root user to install them:</para>
    156 
    157 <screen><userinput role='root'><command>make install-swig-pl &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;
    158161make install-swig-py &amp;&amp;
    159162echo /usr/lib/svn-python \
    160     > /usr/lib/python2.4/site-packages/subversion.pth</command></userinput></screen>
    161 
    162 </sect2>
    163 
    164 <sect2>
    165 <title>Command explanations</title>
    166 
    167 <para><option>--with-ssl</option>: This switch enables
    168 <application>Open<acronym>SSL</acronym></application> support in
    169 <application>neon</application> (only required if you use the bundled version
    170 of <application>neon</application>).</para>
    171 
    172 </sect2>
    173 
    174 <sect2>
    175 <title>Configuring <application>Subversion</application></title>
    176 
    177 <sect3 id="subversion-config"><title>Config files</title>
    178 <para><filename>~/.subversion/config</filename> and
    179 <filename>/etc/subversion/config</filename></para>
    180 <indexterm zone="subversion subversion-config">
    181 <primary sortas="e-AA.subversion/config">~/.subversion/config</primary>
    182 </indexterm>
    183 <indexterm zone="subversion subversion-config">
    184 <primary sortas="e-etc-subversion-config">/etc/subversion/config</primary>
    185 </indexterm>
    186 </sect3>
    187 
    188 <sect3><title>Configuration Information</title>
    189 
    190 <para><filename>/etc/subversion/config</filename> is the
    191 <application>Subversion</application> system-wide configuration file.
    192 This file is used to specify defaults for different
    193 <command>svn</command> commands.</para>
    194 
    195 <para><filename>~/.subversion/config</filename> is the user's personal
    196 configuration file. It is used to override the system-wide defaults
    197 set in <filename>/etc/subversion/config</filename>.</para>
    198 </sect3>
    199 
    200 </sect2>
    201 
    202 <sect2>
    203 <title>Contents</title>
    204 
    205 <segmentedlist>
    206 <segtitle>Installed Programs</segtitle>
    207 <segtitle>Installed Libraries</segtitle>
    208 <segtitle>Installed Directories</segtitle>
    209 <seglistitem>
    210 <seg>svn, svnadmin, svndumpfilter, svnlook, svnserve, svnversion and
    211 optionally, neon-config</seg>
    212 <seg>libsvn*.[so,a] and optionally, libneon.[so,a] and the mod_dav_svn.so
    213 and mod_authz_svn.so <application>Apache
    214 <acronym>HTTP</acronym></application> <acronym>DSO</acronym> modules</seg>
    215 <seg>/etc/subversion, /usr/include/neon (optional), /usr/include/subversion-1,
    216 /usr/lib/perl5/site_perl/5.8.6/i686-linux/auto/SVN (optional),
    217 /usr/lib/perl5/site_perl/5.8.6/i686-linux/SVN (optional),
    218 /usr/lib/svn-javahl (optional), /usr/lib/svn-python (optional),
    219 /usr/share/doc/neon-&svn-neon-version; (optional) and
    220 /usr/share/doc/subversion-&subversion-version;</seg>
    221 </seglistitem>
    222 </segmentedlist>
    223 
    224 <variablelist>
    225 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    226 <?dbfo list-presentation="list"?>
    227 
    228 <varlistentry id="svn">
    229 <term><command>svn</command></term>
    230 <listitem><para>is a command-line client program used to access
    231 <application>Subversion</application> repositories.</para>
    232 <indexterm zone="subversion svn">
    233 <primary sortas="b-svn">svn</primary></indexterm>
    234 </listitem>
    235 </varlistentry>
    236 
    237 <varlistentry id="svnadmin">
    238 <term><command>svnadmin</command></term>
    239 <listitem><para>is a tool for creating, tweaking or repairing a
    240 <application>Subversion</application> repository.</para>
    241 <indexterm zone="subversion svnadmin">
    242 <primary sortas="b-svnadmin">svnadmin</primary></indexterm>
    243 </listitem>
    244 </varlistentry>
    245 
    246 <varlistentry id="svndumpfilter">
    247 <term><command>svndumpfilter</command></term>
    248 <listitem><para>is a program for filtering
    249 <application>Subversion</application> repository dumpfile format
    250 streams.</para>
    251 <indexterm zone="subversion svndumpfilter">
    252 <primary sortas="b-svndumpfilter">svndumpfilter</primary></indexterm>
    253 </listitem>
    254 </varlistentry>
    255 
    256 <varlistentry id="svnlook">
    257 <term><command>svnlook</command></term>
    258 <listitem><para>is a tool for inspecting a
    259 <application>Subversion</application> repository.</para>
    260 <indexterm zone="subversion svnlook">
    261 <primary sortas="b-svnlook">svnlook</primary></indexterm>
    262 </listitem>
    263 </varlistentry>
    264 
    265 <varlistentry id="svnserve">
    266 <term><command>svnserve</command></term>
    267 <listitem><para>is a custom standalone server program, able to run as a
    268 daemon process or invoked by <acronym>SSH</acronym>.</para>
    269 <indexterm zone="subversion svnserve">
    270 <primary sortas="b-svnserve">svnserve</primary></indexterm>
    271 </listitem>
    272 </varlistentry>
    273 
    274 <varlistentry id="svnversion">
    275 <term><command>svnversion</command></term>
    276 <listitem><para>is used to report the version number and state of a
    277 working <application>Subversion</application> repository copy.</para>
    278 <indexterm zone="subversion svnversion">
    279 <primary sortas="b-svnversion">svnversion</primary></indexterm>
    280 </listitem>
    281 </varlistentry>
    282 
    283 <varlistentry id="neon-config">
    284 <term><command>neon-config</command></term>
    285 <listitem><para>is a script which provides information about an installed
    286 copy of the <application>neon</application> library.</para>
    287 <indexterm zone="subversion neon-config">
    288 <primary sortas="b-neon-config">neon-config</primary></indexterm>
    289 </listitem>
    290 </varlistentry>
    291 
    292 <varlistentry id="libsvn_star">
    293 <term><filename class='libraryfile'>libsvn_*.[so,a]</filename></term>
    294 <listitem><para>are the support libraries used by the
    295 <application>Subversion</application> programs.</para>
    296 <indexterm zone="subversion libsvn_star">
    297 <primary sortas="c-libsvn_star">libsvn_*.[so,a]</primary></indexterm>
    298 </listitem>
    299 </varlistentry>
    300 
    301 <varlistentry id="libneon">
    302 <term><filename class='libraryfile'>libneon.[so,a]</filename></term>
    303 <listitem><para>is used as a high-level interface to common
    304 <acronym>HTTP</acronym> and Web<acronym>DAV</acronym> methods.</para>
    305 <indexterm zone="subversion libneon">
    306 <primary sortas="c-libneon">libneon.[so,a]</primary></indexterm>
    307 </listitem>
    308 </varlistentry>
    309 
    310 <varlistentry id="mod_authz_svn">
    311 <term><filename class='libraryfile'>mod_authz_svn.so</filename></term>
    312 <listitem><para>is a plug-in module for the <application>Apache</application>
    313 <acronym>HTTP</acronym> server, used to authenticate users to a
    314 <application>Subversion</application> repository over the Internet or an
    315 intranet.</para>
    316 <indexterm zone="subversion mod_authz_svn">
    317 <primary sortas="c-mod_authz_svn">mod_authz_svn.so</primary></indexterm>
    318 </listitem>
    319 </varlistentry>
    320 
    321 <varlistentry id="mod_dav_svn">
    322 <term><filename class='libraryfile'>mod_dav_svn.so</filename></term>
    323 <listitem><para>is a plug-in module for the <application>Apache</application>
    324 <acronym>HTTP</acronym> server, used to make a
    325 <application>Subversion</application> repository available to others over the
    326 Internet or an intranet.</para>
    327 <indexterm zone="subversion mod_dav_svn">
    328 <primary sortas="c-mod_authz_svn">mod_dav_svn.so</primary></indexterm>
    329 </listitem>
    330 </varlistentry>
    331 </variablelist>
    332 
    333 </sect2>
     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>
    334368
    335369</sect1>
Note: See TracChangeset for help on using the changeset viewer.