Changeset cb7ef13 for general/prog


Ignore:
Timestamp:
02/29/2012 08:45:23 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a1dcfe0
Parents:
9f211d84
Message:

subversion tweaks

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r9f211d84 rcb7ef13  
    6868
    6969    <bridgehead renderas="sect4">Required</bridgehead>
    70     <para role="required"><xref linkend="sqlite"/>, and
    71     <xref linkend="apache"/> (for the
    72     <application>APR</application> only) or
    73     <ulink url="http://apr.apache.org/">Apache Portable Runtime</ulink></para>
     70    <para role="required"><xref linkend="sqlite"/> and
     71    <xref linkend="apr-util"/></para>
    7472
    7573    <para>If you require the <application>Berkeley DB</application> back-end
    7674    hooks in <application>Subversion</application> to build or support BDB
    7775    based repositories, you must have <application>Berkeley DB</application>
    78     linked into the <application>APR-util</application> library. There is
    79     information in the <xref linkend="apache"/> instructions that shows the
    80     required parameters to pass to the <command>configure</command> script when
    81     building any of the <application>APR-util</application> packages.</para>
     76    linked into the <application>APR-util</application> library.</para>
    8277
    8378    <bridgehead renderas="sect4">Optional</bridgehead>
     
    9085    <xref linkend="gnome-keyring"/>,
    9186    KWallet from KDE4,
    92     <xref linkend="apache"/> (if you have <application>Apache Portable
    93     Runtime</application> installed), and
     87    <xref linkend="apache"/> and
    9488    <xref linkend="neon"/> or
    9589    <ulink url="http://code.google.com/p/serf/">serf</ulink></para>
     
    181175    <envar>PYTHONPATH</envar> environment variable to the system or
    182176    personal profiles.</para>
    183 
    184   </sect2>
    185 
    186   <sect2 role="commands">
    187     <title>Command Explanations</title>
    188 
    189     <para><option>--with-apr=<replaceable>&lt;prefix&gt;</replaceable>
    190     --with-apr-util=<replaceable>&lt;prefix&gt;</replaceable></option>:
    191     These options should be used if you wish to use the system-installed
    192     version of the <application>APR</application>. Ensure you identify the
    193     correct installation prefix.</para>
    194 
    195     <para><option>--with-apxs=/usr/sbin/apxs</option>: This option should be
    196     used to identify the system-installed version of the
    197     <command>apxs</command> command installed during the
    198     <application>Apache HTTPD</application> installation as
    199     <command>apxs</command> might not be in an unprivileged user's
    200     <envar>PATH</envar> and won't be properly discovered.</para>
    201 
    202177  </sect2>
    203178
     
    218193        <primary sortas="e-etc-subversion-config">/etc/subversion/config</primary>
    219194      </indexterm>
    220 
    221195    </sect3>
    222196
Note: See TracChangeset for help on using the changeset viewer.