Changeset cd51da4


Ignore:
Timestamp:
03/01/2012 09:38:19 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:
4d297e30
Parents:
c638591
Message:

subversion-1.7.3

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rc638591 rcd51da4  
    374374<!ENTITY dbus-python-version          "0.84.0">
    375375<!ENTITY ruby-version                 "1.9.2-p290">
    376 <!ENTITY subversion-version           "1.7.1">
     376<!ENTITY subversion-version           "1.7.3">
    377377<!ENTITY slang-version                "2.2.4">
    378378<!ENTITY spidermonkey-version         "1.0.0">
  • general/prog/subversion.xml

    rc638591 rcd51da4  
    55  %general-entities;
    66
    7   <!ENTITY subversion-download-http "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
     7  <!ENTITY subversion-download-http
     8  "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    89  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "8a4fa74385df85a9702141b6b68b8307">
     10  <!ENTITY subversion-md5sum        "867fb0a5db00710cf8dce0bdfa094b3b">
    1011  <!ENTITY subversion-size          "5.7 MB">
    11 
    12   <!ENTITY subversion-buildsize     "153 MB (additional 119 MB to install all bindings and 750 MB to run all test suites)">
    13   <!ENTITY subversion-time          "1.6 SBU (add 2.7 SBU for bindings and 7.1 SBU to run test suites)">
     12  <!ENTITY subversion-buildsize     "131 MB">
     13  <!ENTITY subversion-time          "1.1 SBU">
    1414]>
    1515
     
    3131    <title>Introduction to Subversion</title>
    3232
    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
    40     <application>Subversion</application> repository. Creation of a repository
    41     is covered at <xref linkend="svnserver"/>.</para>
     33    <para>
     34      <application>Subversion</application> is a version control system that is
     35      designed to be a compelling replacement for <application>CVS</application>
     36      in the open source community. It extends and enhances
     37      <application>CVS</application>' feature set, while maintaining a similar
     38      interface for those already familiar with <application>CVS</application>.
     39      These instructions install the client and server software used to
     40      manipulate a <application>Subversion</application> repository. Creation of
     41      a repository is covered at <xref linkend="svnserver"/>.
     42    </para>
    4243
    4344    &lfs70_checked;
     
    4647    <itemizedlist spacing="compact">
    4748      <listitem>
    48         <para>Download (HTTP): <ulink url="&subversion-download-http;"/></para>
    49       </listitem>
    50       <listitem>
    51         <para>Download (FTP): <ulink url="&subversion-download-ftp;"/></para>
    52       </listitem>
    53       <listitem>
    54         <para>Download MD5 sum: &subversion-md5sum;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Download size: &subversion-size;</para>
    58       </listitem>
    59       <listitem>
    60         <para>Estimated disk space required: &subversion-buildsize;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Estimated build time: &subversion-time;</para>
     49        <para>
     50          Download (HTTP): <ulink url="&subversion-download-http;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download (FTP): <ulink url="&subversion-download-ftp;"/>
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download MD5 sum: &subversion-md5sum;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Download size: &subversion-size;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated disk space required: &subversion-buildsize;
     71        </para>
     72      </listitem>
     73      <listitem>
     74        <para>
     75          Estimated build time: &subversion-time;
     76        </para>
    6477      </listitem>
    6578    </itemizedlist>
     
    6881
    6982    <bridgehead renderas="sect4">Required</bridgehead>
    70     <para role="required"><xref linkend="sqlite"/> and
    71     <xref linkend="apr-util"/></para>
    72 
    73     <para>If you require the <application>Berkeley DB</application> back-end
    74     hooks in <application>Subversion</application> to build or support BDB
    75     based repositories, you must have <application>Berkeley DB</application>
    76     linked into the <application>APR-util</application> library.</para>
     83    <para role="required">
     84      <xref linkend="sqlite"/>, <xref linkend="apr-util"/>, and
     85      <xref linkend="neon"/> or
     86      <ulink url="http://code.google.com/p/serf/">serf</ulink>.
     87    </para>
     88
     89    <para>
     90      If you require the <application>Berkeley DB</application> back-end hooks
     91      in <application>Subversion</application> to build or support BDB based
     92      repositories, you must have <application>APR-util</application> linked to
     93      the <application>Berkeley DB</application> library.
     94    </para>
    7795
    7896    <bridgehead renderas="sect4">Optional</bridgehead>
    79     <para role="optional"><xref linkend="python2"/> (required to run the test suite),
    80     <xref linkend="db"/>,
    81     <xref linkend="sqlite"/>,
    82     <xref linkend="cyrus-sasl"/>,
    83     <xref linkend="openssl"/>,
    84     <xref linkend="dbus-glib"/>,
    85     <xref linkend="gnome-keyring"/>,
    86     KWallet from KDE4,
    87     <xref linkend="apache"/> and
    88     <xref linkend="neon"/> or
    89     <ulink url="http://code.google.com/p/serf/">serf</ulink></para>
    90 
    91     <bridgehead renderas="sect4">Optional to Build the Java Bindings</bridgehead>
    92     <para role="optional">One of <xref linkend="icedtea6"/>,
    93     <xref linkend="jdk"/>,
    94     <ulink url="http://www.inet.no/dante/">Dante</ulink>, or
    95     <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
    96     and <xref linkend="junit"/> (to test the Java bindings)</para>
    97 
    98     <bridgehead renderas="sect4">Optional to Build the SWIG Bindings</bridgehead>
    99     <para role="optional"><ulink url="http://www.swig.org">SWIG</ulink>**,
    100     <xref linkend="python2"/>, and
    101     <xref linkend="ruby"/></para>
    102 
    103     <para condition="html" role="usernotes">User Notes:
    104     <ulink url="&blfs-wiki;/subversion"/></para>
    105 
     97    <para role="optional">
     98      <xref linkend="python2"/> (required to run the test suite),
     99      <xref linkend="db"/>,
     100      <xref linkend="sqlite"/>,
     101      <xref linkend="cyrus-sasl"/>,
     102      <xref linkend="openssl"/>,
     103      <xref linkend="dbus-glib"/>,
     104      <xref linkend="gnome-keyring"/>,
     105      KWallet from KDE4 and
     106      <xref linkend="apache"/>.
     107    </para>
     108
     109    <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead>
     110    <para role="optional">
     111      One of <xref linkend="icedtea6"/>,
     112      <xref linkend="jdk"/>,
     113      <ulink url="http://www.inet.no/dante/">Dante</ulink>, or
     114      <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
     115      and <xref linkend="junit"/> (to test the Java bindings)
     116    </para>
     117
     118    <bridgehead renderas="sect4">Optional (for the SWIG Bindings)</bridgehead>
     119    <para role="optional">
     120      <ulink url="http://www.swig.org">SWIG</ulink> and
     121      <xref linkend="python2"/>.
     122      <!-- <xref linkend="ruby"/> broken just now -->
     123    </para>
     124
     125    <para condition="html" role="usernotes">
     126      User Notes: <ulink url="&blfs-wiki;/subversion"/>
     127    </para>
    106128  </sect2>
    107129
     
    109131    <title>Installation of Subversion</title>
    110132
    111     <para>Install <application>Subversion</application> by running the
    112     following commands:</para>
    113 
    114 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     133    <para>
     134      If you have the current version of <application>Apache</application>
     135      installed <application>Subversion</application> will try to compile
     136      <filename class="libraryfile">mod_dav_svn.so</filename> to use with
     137      <xref linkend="apache"/> and the build will fail. Fix the bug with
     138      the following sed (not needed with <application>Apache 2.2</application>):
     139    </para>
     140
     141<screen><userinput>sed -i 's#save_errno#aprerr#' subversion/mod_dav_svn/util.c</userinput></screen>
     142
     143    <para>
     144      Install <application>Subversion</application> by running the following
     145      commands:
     146    </para>
     147
     148<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    115149make</userinput></screen>
    116150
    117     <para>If you have <xref linkend="doxygen"/> installed and you wish to
    118     build the API documentation, issue:
    119     <command>doxygen doc/doxygen.conf</command>.</para>
    120 
    121     <para>If you passed the <option>--enable-javahl</option> parameter to
    122     <command>configure</command> and wish to build the Java bindings, issue
    123     the following command:</para>
     151    <para>
     152      If you have <xref linkend="doxygen"/> installed and you wish to build the
     153      API documentation, issue: <command>doxygen doc/doxygen.conf</command>.
     154    </para>
     155
     156    <para>
     157      If you passed the <option>--enable-javahl</option> parameter to
     158      <command>configure</command> and wish to build the Java bindings, issue
     159      the following command:
     160    </para>
    124161
    125162<screen><userinput>make javahl</userinput></screen>
    126163
    127     <para>If you have the necessary dependencies installed and you wish to
    128     build the <application>Perl</application>,
    129     <application>Python</application> and/or
    130     <application>Ruby</application> bindings, issue any or all of the following
    131     commands:</para>
    132 
     164    <para>
     165      <application>Perl</application> and/or <application>Python</application>
     166      <!-- ruby is currently b0rken <application>Ruby</application> -->
     167    </para>
     168
     169    <para>
     170      If you have a multi core CPU and normally run <command>make</command> with
     171      multiple jobs (eg <command>make -j4</command>) then a bug in the
     172      <filename>Makefile</filename> will prevent the
     173      <application>Perl</application> bindings compiling correctly. Fix the
     174      <filename>Makefile</filename> with this sed:
     175    </para>
     176
     177<screen><userinput>sed -i 's#Makefile.PL.in$#&amp; libsvn_swig_perl#' Makefile.in &amp;&amp;</userinput></screen>
     178
     179    <para>
     180      To compile the <application>Perl</application> and/or
     181      <application>Python</application> bindings issue any or all of the
     182      following commands:
     183    </para>
    133184<screen><userinput>make swig-pl &amp;&amp;
    134 make swig-py &amp;&amp;
    135 make swig-rb</userinput></screen>
    136 
    137     <para>To test the results, issue: <command>make check</command>.</para>
    138 
    139     <para>To test the results of the Java bindings build, issue
    140     <command>make check-javahl</command>. Note you must have the
    141     <application>JUnit</application> testing framework installed.</para>
    142 
    143     <para>To test the results of any or all of the
    144     <application>SWIG</application> bindings, you can use the following
    145     commands:</para>
     185make swig-py</userinput></screen>
     186
     187<!-- &amp;&amp;
     188make swig-rb -->
     189
     190    <para>
     191      To test the results, issue: <command>make check</command>.
     192    </para>
     193
     194    <para>
     195      To test the results of the Java bindings build, issue
     196      <command>make check-javahl</command>. Note you must have the
     197      <application>JUnit</application> testing framework installed.
     198    </para>
     199
     200    <para>
     201      To test the results of any or all of the <application>SWIG</application>
     202      bindings, you can use the following commands:
     203    </para>
    146204
    147205<screen><userinput>make check-swig-pl &amp;&amp;
    148 make check-swig-py &amp;&amp;
    149 make check-swig-rb</userinput></screen>
    150 
    151     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    152 
    153 <screen role='root'><userinput>make install &amp;&amp;
     206make check-swig-py</userinput></screen>
     207
     208<!-- &amp;&amp;
     209make check-swig-rb -->
     210
     211    <para>
     212      Now, as the <systemitem class="username">root</systemitem> user:
     213    </para>
     214
     215<screen role="root"><userinput>make install &amp;&amp;
    154216install -v -m755 -d /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    155217cp      -v -R       doc/* \
    156218                    /usr/share/doc/subversion-&subversion-version;</userinput></screen>
    157219
    158     <para>If you built the Java bindings, issue the following command
    159     as the <systemitem class="username">root</systemitem> user to install
    160     them:</para>
    161 
    162 <screen role='root'><userinput>make install-javahl</userinput></screen>
    163 
    164     <para>If you built any of the <application>SWIG</application> bindings,
    165     issue any or all of the following commands as the
    166     <systemitem class="username">root</systemitem> user to install them:</para>
    167 
    168 <screen role='root'><userinput>make install-swig-pl &amp;&amp;
    169 make install-swig-py &amp;&amp;
    170 make install-swig-rb</userinput></screen>
    171 
    172     <para>In order for <application>Python</application> to automatically
    173     discover the bindings, add
    174     <filename class='directory'>/usr/lib/svn-python</filename> to the
    175     <envar>PYTHONPATH</envar> environment variable to the system or
    176     personal profiles.</para>
     220    <para>
     221      If you built the Java bindings, issue the following command as the
     222      <systemitem class="username">root</systemitem> user to install them:
     223    </para>
     224
     225<screen role="root"><userinput>make install-javahl</userinput></screen>
     226
     227    <para>
     228      If you built any of the <application>SWIG</application> bindings, issue
     229      any or all of the following commands as the
     230      <systemitem class="username">root</systemitem> user to install them:
     231    </para>
     232
     233<screen role="root"><userinput>make install-swig-pl &amp;&amp;
     234make install-swig-py</userinput></screen>
     235
     236<!-- &amp;&amp;
     237make install-swig-rb -->
     238
     239    <para>
     240      In order for <application>Python</application> to automatically discover
     241      the bindings, add
     242      <filename class="directory">/usr/lib/svn-python</filename> to the
     243      <envar>PYTHONPATH</envar> environment variable to the system or personal
     244      profiles.
     245    </para>
     246  </sect2>
     247
     248  <sect2 role="commands">
     249    <title>Command Explanations</title>
     250
     251    <para>
     252      <option>--disable-static</option>: This stops it installing static
     253      versions of the libraries.
     254    </para>
     255
     256    <para>
     257      <parameter>CC="gcc -std=gnu99"</parameter>: If you want to compile
     258      <filename class="libraryfile">mod_dav_svn.so</filename> to use with
     259      <application>Apache</application>, configure will complain that your C
     260      compiler is not the same as the one that compiled
     261      <application>Apache</application>. To prevent this happening you can add
     262      <parameter>CC="gcc -std=gnu99"</parameter> (or whatever
     263      <application>Apache</application> used) to the
     264      <command>configure</command> options.
     265    </para>
    177266  </sect2>
    178267
     
    183272      <title>Config Files</title>
    184273
    185       <para><filename>~/.subversion/config</filename> and
    186       <filename>/etc/subversion/config</filename></para>
     274      <para>
     275        <filename>~/.subversion/config</filename> and
     276        <filename>/etc/subversion/config</filename>
     277      </para>
    187278
    188279      <indexterm zone="subversion subversion-config">
     
    198289      <title>Configuration Information</title>
    199290
    200       <para><filename>/etc/subversion/config</filename> is the
    201       <application>Subversion</application> system-wide configuration file.
    202       This file is used to specify defaults for different
    203       <command>svn</command> commands.</para>
    204 
    205       <para><filename>~/.subversion/config</filename> is the user's personal
    206       configuration file. It is used to override the system-wide defaults
    207       set in <filename>/etc/subversion/config</filename>.</para>
    208 
     291      <para>
     292        <filename>/etc/subversion/config</filename> is the
     293        <application>Subversion</application> system-wide configuration file.
     294        This file is used to specify defaults for different
     295        <command>svn</command> commands.
     296      </para>
     297
     298      <para>
     299        <filename>~/.subversion/config</filename> is the user's personal
     300        configuration file. It is used to override the system-wide defaults set
     301        in <filename>/etc/subversion/config</filename>.
     302      </para>
    209303    </sect3>
    210 
    211304  </sect2>
    212305
     
    220313
    221314      <seglistitem>
    222         <seg>svn, svnadmin, svndumpfilter, svnlook, svnserve, svnsync and
    223         svnversion</seg>
    224         <seg>libsvn*.{so,a} and optionally, a Java library, the mod_dav_svn.so,
    225         and mod_authz_svn.so <application>Apache HTTP</application>
    226         DSO modules and various <application>Perl</application>,
    227         <application>Python</application> and <application>Ruby</application>
    228         modules</seg>
    229         <seg>/usr/include/subversion-1,
    230         /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/SVN (optional),
    231         /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/SVN (optional),
    232         /usr/lib/ruby/site_ruby/x.x/i686-linux/svn (optional),
    233         /usr/lib/svn-javahl (optional),
    234         /usr/lib/svn-python (optional) and
    235         /usr/share/doc/subversion-&subversion-version;</seg>
     315        <seg>
     316          svn, svnadmin, svndumpfilter, svnlook, svnserve, svnsync and
     317          svnversion
     318        </seg>
     319        <seg>
     320          libsvn*.so and optionally, a Java library, the mod_dav_svn.so, and
     321          and mod_authz_svn.so <application>Apache HTTP</application> DSO
     322          modules and various <application>Perl</application> and
     323          <application>Python</application>
     324          <!-- <application>Ruby</application> --> modules.
     325        </seg>
     326        <seg>
     327          /usr/include/subversion-1,
     328          /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/auto/SVN (optional),
     329          /usr/lib/perl5/site_perl/&lfs-perl-version;/i686-linux/SVN (optional),
     330          /usr/lib/ruby/site_ruby/x.x/i686-linux/svn (optional),
     331          /usr/lib/svn-javahl (optional),
     332          /usr/lib/svn-python (optional) and
     333          /usr/share/doc/subversion-&subversion-version;
     334        </seg>
    236335      </seglistitem>
    237336    </segmentedlist>
     
    245344        <term><command>svn</command></term>
    246345        <listitem>
    247           <para>is a command-line client program used to access
    248           <application>Subversion</application> repositories.</para>
     346          <para>
     347            is a command-line client program used to access
     348            <application>Subversion</application> repositories.
     349          </para>
    249350          <indexterm zone="subversion svn">
    250351            <primary sortas="b-svn">svn</primary>
     
    256357        <term><command>svnadmin</command></term>
    257358        <listitem>
    258           <para>is a tool for creating, tweaking or repairing a
    259           <application>Subversion</application> repository.</para>
     359          <para>
     360            is a tool for creating, tweaking or repairing a
     361            <application>Subversion</application> repository.
     362          </para>
    260363          <indexterm zone="subversion svnadmin">
    261364            <primary sortas="b-svnadmin">svnadmin</primary>
     
    267370        <term><command>svndumpfilter</command></term>
    268371        <listitem>
    269           <para>is a program for filtering <application>Subversion</application>
    270           repository dumpfile format streams.</para>
     372          <para>
     373            is a program for filtering <application>Subversion</application>
     374            repository dumpfile format streams.
     375          </para>
    271376          <indexterm zone="subversion svndumpfilter">
    272377            <primary sortas="b-svndumpfilter">svndumpfilter</primary>
     
    278383        <term><command>svnlook</command></term>
    279384        <listitem>
    280           <para>is a tool for inspecting a
    281           <application>Subversion</application> repository.</para>
     385          <para>
     386            is a tool for inspecting a <application>Subversion</application>
     387            repository.
     388          </para>
    282389          <indexterm zone="subversion svnlook">
    283390            <primary sortas="b-svnlook">svnlook</primary>
     
    286393      </varlistentry>
    287394
     395      <varlistentry id="svnrdump">
     396        <term><command>svnrdump</command></term>
     397        <listitem>
     398          <para>
     399            is a tool for dumping or loading a remote
     400            <application>Subversion</application> repository.
     401          </para>
     402          <indexterm zone="subversion svnrdump">
     403            <primary sortas="b-svnrdump">svnrdump</primary>
     404          </indexterm>
     405        </listitem>
     406      </varlistentry>
     407
    288408      <varlistentry id="svnserve">
    289409        <term><command>svnserve</command></term>
    290410        <listitem>
    291           <para>is a custom standalone server program, able to run as a
    292           daemon process or invoked by SSH.</para>
     411          <para>
     412            is a custom standalone server program, able to run as a daemon
     413            process or invoked by SSH.
     414          </para>
    293415          <indexterm zone="subversion svnserve">
    294416           <primary sortas="b-svnserve">svnserve</primary>
     
    297419      </varlistentry>
    298420
     421      <varlistentry id="svnsync">
     422        <term><command>svnsync</command></term>
     423        <listitem>
     424          <para>
     425            is a <application>Subversion</application> repository
     426            synchronisation tool.
     427          </para>
     428          <indexterm zone="subversion svnsync">
     429           <primary sortas="b-svnsync">svnsync</primary>
     430          </indexterm>
     431        </listitem>
     432      </varlistentry>
     433
    299434      <varlistentry id="svnversion">
    300435        <term><command>svnversion</command></term>
    301436        <listitem>
    302           <para>is used to report the version number and state of a
    303           working <application>Subversion</application> repository copy.</para>
     437          <para>
     438            is used to report the version number and state of a working
     439            <application>Subversion</application> repository copy.
     440          </para>
    304441          <indexterm zone="subversion svnversion">
    305442            <primary sortas="b-svnversion">svnversion</primary>
     
    308445      </varlistentry>
    309446
    310       <varlistentry id="neon-config-svn">
    311         <term><command>neon-config</command></term>
    312         <listitem>
    313           <para>is a script which provides information about an installed
    314           copy of the <application>neon</application> library.</para>
    315           <indexterm zone="subversion neon-config">
    316             <primary sortas="b-neon-config">neon-config</primary>
    317           </indexterm>
    318         </listitem>
    319       </varlistentry>
    320 
    321447      <varlistentry id="libsvn_star">
    322         <term><filename class='libraryfile'>libsvn_*.{so,a}</filename></term>
    323         <listitem>
    324           <para>are the support libraries used by the
    325           <application>Subversion</application> programs.</para>
     448        <term><filename class="libraryfile">libsvn_*.so</filename></term>
     449        <listitem>
     450          <para>
     451            are the support libraries used by the
     452            <application>Subversion</application> programs.
     453          </para>
    326454          <indexterm zone="subversion libsvn_star">
    327             <primary sortas="c-libsvn_star">libsvn_*.{so,a}</primary>
    328           </indexterm>
    329         </listitem>
    330       </varlistentry>
    331 
    332       <varlistentry id="libneon-svn">
    333         <term><filename class='libraryfile'>libneon.{so,a}</filename></term>
    334         <listitem>
    335           <para>is used as a high-level interface to common
    336           HTTP and WebDAV methods.</para>
    337           <indexterm zone="subversion libneon">
    338             <primary sortas="c-libneon">libneon.{so,a}</primary>
     455            <primary sortas="c-libsvn_star">libsvn_*.so</primary>
    339456          </indexterm>
    340457        </listitem>
     
    342459
    343460      <varlistentry id="mod_authz_svn">
    344         <term><filename class='libraryfile'>mod_authz_svn.so</filename></term>
    345         <listitem>
    346           <para>is a plug-in module for the <application>Apache</application>
    347           HTTP server, used to authenticate users to a
    348           <application>Subversion</application> repository over the Internet or an
    349           intranet.</para>
     461        <term><filename class="libraryfile">mod_authz_svn.so</filename></term>
     462        <listitem>
     463          <para>
     464            is a plug-in module for the <application>Apache</application> HTTP
     465            server, used to authenticate users to a
     466            <application>Subversion</application> repository over the Internet
     467            or an intranet.
     468          </para>
    350469          <indexterm zone="subversion mod_authz_svn">
    351470            <primary sortas="c-mod_authz_svn">mod_authz_svn.so</primary>
     
    355474
    356475      <varlistentry id="mod_dav_svn">
    357         <term><filename class='libraryfile'>mod_dav_svn.so</filename></term>
    358         <listitem>
    359           <para>is a plug-in module for the <application>Apache</application>
    360           HTTP server, used to make a
    361           <application>Subversion</application> repository available to others over the
    362           Internet or an intranet.</para>
     476        <term><filename class="libraryfile">mod_dav_svn.so</filename></term>
     477        <listitem>
     478          <para>
     479            is a plug-in module for the <application>Apache</application> HTTP
     480            server, used to make a <application>Subversion</application>
     481            repository available to others over the Internet or an intranet.
     482          </para>
    363483          <indexterm zone="subversion mod_dav_svn">
    364484            <primary sortas="c-mod_authz_svn">mod_dav_svn.so</primary>
     
    366486        </listitem>
    367487      </varlistentry>
    368 
    369488    </variablelist>
    370 
    371489  </sect2>
    372 
    373490</sect1>
  • introduction/welcome/changelog.xml

    rc638591 rcd51da4  
    4545      <para>March 1st, 2012</para>
    4646      <itemizedlist>
    47         <listitem>
     47        <listitem>
    4848          <para>[rthomsen] - updated to shared-desktop-ontologies 0.9.0.</para>
    4949        </listitem>
    50         <listitem>
     50        <listitem>
    5151          <para>[rthomsen] - updated to attica 0.3.0.</para>
    5252        </listitem>
    53         <listitem>
     53        <listitem>
    5454          <para>[rthomsen] - updated to akonadi 1.7.0.</para>
    5555        </listitem>
     56        <listitem>
     57          <para>[abenton] - updated to Subversion 1.7.3.</para>
     58        </listitem>
    5659      </itemizedlist>
    5760    </listitem>
     
    6063      <para>February 29th, 2012</para>
    6164      <itemizedlist>
    62         <listitem>
     65        <listitem>
    6366          <para>[rthomsen] - added phonon-backend-vlc 0.5.0.</para>
    6467        </listitem>
    65         <listitem>
     68        <listitem>
    6669          <para>[rthomsen] - update to phonon-backend-gstreamer 4.6.0.</para>
    6770        </listitem>
Note: See TracChangeset for help on using the changeset viewer.