Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/subversion.xml

    r20a35ab r4c849ed2  
    77  <!ENTITY subversion-download-http "https://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2">
    88  <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "2eccc2c7451397e01a13682600af9563">
     9  <!ENTITY subversion-md5sum        "8f6c50632355ae08445c2ed63ba9689e">
    1010  <!ENTITY subversion-size          "8.1 MB">
    1111  <!-- for 1.12.0                    1.12.2         1.13.0
     
    1616       docs:        2 secs   26 MB; 2 sec    27 MB; 2 sec   26 MB
    1717       tests       46 min  1104 MB  46:52  1103 MB  47 min   -->
    18   <!ENTITY subversion-buildsize     "208 MB (add 228 MB for bindings, 52 MB for docs, 1.3 GB for tests)">
    19   <!ENTITY subversion-time          "0.5 SBU (Using parallelism=4; add 1.9 SBU for bindings, 35 SBU for tests)">
     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)">
    2020]>
    2121
     
    2424
    2525  <sect1info>
     26    <othername>$LastChangedBy$</othername>
    2627    <date>$Date$</date>
    2728  </sect1info>
     
    4748    </para>
    4849
    49     &lfs110a_checked;
     50    &lfs10_checked;
    5051
    5152    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    126127      <xref linkend="cyrus-sasl"/>,
    127128      <xref linkend="dbus"/>,
    128       <xref linkend="doxygen"/> (for generating HTML documentation),
    129129      <xref linkend="gnome-keyring"/>,
    130130      <xref linkend="libsecret"/>,
     
    179179-->
    180180    <para>
    181       First, adapt some Python scripts to use python3:
    182     </para>
    183 
    184 <screen><userinput remap="pre">grep -rl '^#!.*python$' | xargs sed -i '1s/python/&amp;3/'</userinput></screen>
    185 
    186     <para>
    187181      Install <application>Subversion</application> by running the following
    188182      commands:
     
    232226
    233227    <para>
    234       To test the results, issue: <command>make check</command>. Four tests in
    235       the <filename>commit_tests.py</filename>,
    236       <filename>prop_tests.py</filename>, and
    237       <filename>update_tests.py</filename> suites are known to fail.
     228      To test the results, issue: <command>make check</command>.  The upgrade_tests.py
     229      test is known to fail.
    238230    </para>
    239231
     
    312304    <para>
    313305      <parameter>--with-lz4=internal, --with-utf8proc=internal</parameter>:
    314       Remove these switches if you have installed the optional dependencies.
     306      Remove them if you have installed the optional dependencies.
    315307    </para>
    316308
     
    414406          <para>
    415407            is a command-line client program used to access
    416             <application>Subversion</application> repositories
     408            <application>Subversion</application> repositories.
    417409          </para>
    418410          <indexterm zone="subversion svn">
     
    427419          <para>
    428420            is a tool for creating, tweaking or repairing a
    429             <application>Subversion</application> repository
     421            <application>Subversion</application> repository.
    430422          </para>
    431423          <indexterm zone="subversion svnadmin">
     
    439431        <listitem>
    440432          <para>
    441             is a benchmarking tool
     433            is a benchmarking tool.
    442434          </para>
    443435          <indexterm zone="subversion svnbench">
     
    452444          <para>
    453445            is a program for filtering <application>Subversion</application>
    454             repository dumpfile format streams
     446            repository dumpfile format streams.
    455447          </para>
    456448          <indexterm zone="subversion svndumpfilter">
     
    466458            is the FSFS (FileSystem atop of the FileSystem -
    467459            <application>Subversion</application> filesystem implementation)
    468             repository manipulation tool
     460            repository manipulation tool.
    469461          </para>
    470462          <indexterm zone="subversion svnfsfs">
     
    479471          <para>
    480472            is a tool for inspecting a <application>Subversion</application>
    481             repository
     473            repository.
    482474          </para>
    483475          <indexterm zone="subversion svnlook">
     
    491483        <listitem>
    492484          <para>
    493             is a Multiple URL Command Client for <application>Subversion</application>
     485            is a Multiple URL Command Client for <application>Subversion</application>.
    494486          </para>
    495487          <indexterm zone="subversion svnmucc">
     
    504496          <para>
    505497            is a tool for dumping or loading a remote
    506             <application>Subversion</application> repository
     498            <application>Subversion</application> repository.
    507499          </para>
    508500          <indexterm zone="subversion svnrdump">
     
    517509          <para>
    518510            is a custom standalone server program, able to run as a daemon
    519             process or invoked by SSH
     511            process or invoked by SSH.
    520512          </para>
    521513          <indexterm zone="subversion svnserve">
     
    530522          <para>
    531523            is a <application>Subversion</application> repository
    532             synchronisation tool
     524            synchronisation tool.
    533525          </para>
    534526          <indexterm zone="subversion svnsync">
     
    543535          <para>
    544536            is used to report the version number and state of a working
    545             <application>Subversion</application> repository copy
     537            <application>Subversion</application> repository copy.
    546538          </para>
    547539          <indexterm zone="subversion svnversion">
     
    556548          <para>
    557549            are the support libraries used by the
    558             <application>Subversion</application> programs
     550            <application>Subversion</application> programs.
    559551          </para>
    560552          <indexterm zone="subversion libsvn_star-1">
     
    571563            server, used to authenticate users to a
    572564            <application>Subversion</application> repository over the Internet
    573             or an intranet
     565            or an intranet.
    574566          </para>
    575567          <indexterm zone="subversion mod_authz_svn">
     
    585577            is a plug-in module for the <application>Apache</application> HTTP
    586578            server, used to make a <application>Subversion</application>
    587             repository available to others over the Internet or an intranet
     579            repository available to others over the Internet or an intranet.
    588580          </para>
    589581          <indexterm zone="subversion mod_dav_svn">
Note: See TracChangeset for help on using the changeset viewer.