Changeset 707406b


Ignore:
Timestamp:
08/19/2005 04:55:42 AM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
227d8159
Parents:
9b3ef6b
Message:

Updated to Subversion-1.2.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/subversion.xml

    r9b3ef6b r707406b  
    66
    77  <!ENTITY subversion-download-http "http://subversion.tigris.org/tarballs/subversion-&subversion-version;.tar.bz2">
    8   <!ENTITY subversion-download-ftp  " ">
    9   <!ENTITY subversion-md5sum        "6e557ae65b6b8d7577cc7704ede85a23">
    10   <!ENTITY subversion-size          "6.7 MB">
    11   <!ENTITY subversion-buildsize     "182 MB (additional 577 MB to run all test suites)">
    12   <!ENTITY subversion-time          "1.24 SBU (add 0.90 SBU for SWIG bindings and 6.45 SBU to run test suites)">
     8  <!ENTITY subversion-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/subversion-&subversion-version;.tar.bz2">
     9  <!ENTITY subversion-md5sum        "0b546195ca794c327c6830f2e88661f7">
     10  <!ENTITY subversion-size          "7.2 MB">
     11  <!ENTITY subversion-buildsize     "90 MB (additional 45 MB for all bindings and 488 MB to run all test suites)">
     12  <!ENTITY subversion-time          "1.6 SBU (add 1.1 SBU for bindings and 22.2 SBU to run test suites)">
    1313  <!ENTITY svn-neon-version         "0.24.7">
    1414]>
     
    3737    while maintaining a similar interface for those already familiar with
    3838    <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>
     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>
    4142
    4243    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    5960      <listitem>
    6061        <para>Estimated build time: &subversion-time;</para>
     62      </listitem>
     63    </itemizedlist>
     64
     65    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     66    <itemizedlist spacing="compact">
     67      <listitem>
     68        <para>Required patch if using
     69        <application>Swig</application>-1.3.25 and you wish
     70        to build the <application>Perl</application> bindings: <ulink
     71        url="&patch-root;/patches/subversion-&subversion-version;-swig_1.3.25-1.patch"/></para>
    6172      </listitem>
    6273    </itemizedlist>
     
    6980
    7081    <bridgehead renderas="sect4">Optional</bridgehead>
    71     <para><xref linkend="python"/> (required to run the full test suite),
     82    <para><xref linkend="python"/> (required to run the test suite),
     83    <xref linkend="db"/>,
    7284    <xref linkend="apache"/>,
    73     <xref linkend="openssh"/> (runtime only),
    7485    <ulink url="http://www.webdav.org/neon/">neon-&svn-neon-version;</ulink>,
    7586    <xref linkend="jdk"/> (to build the <application>JAVA</application>
    7687    bindings),
    77     <ulink url="http://www.junit.org/">JUnit</ulink> (for running the
     88    <ulink url="http://www.junit.org/">JUnit</ulink> (required for running the
    7889    <application>JAVA</application> bindings test suite and requires
    7990    <xref linkend="unzip"/>),
     
    98109    <bridgehead renderas="sect4">Optional to Build the
    99110    <application>SWIG</application> Bindings</bridgehead>
    100     <para><ulink url="http://www.swig.org">SWIG</ulink> and
    101     <xref linkend="python"/></para>
     111    <para><ulink url="http://www.swig.org">SWIG</ulink>,
     112    <xref linkend="python"/> and
     113    <xref linkend="ruby"/> (<application>Ruby</application> bindings require
     114    <application>Swig-1.3.24</application>)</para>
    102115
    103116  </sect2>
     
    130143<screen><userinput>make javahl</userinput></screen>
    131144
    132     <para>If you passed the <option>--with-swig</option> and
    133     <option>--enable-swig-bindings</option> parameters to
     145    <para>If you passed the <option>--with-swig</option> parameter to
    134146    <command>configure</command> and wish to build the
    135147    <application>SWIG</application> <application>Perl</application> and
     
    140152make swig-py</userinput></screen>
    141153
    142     <para>To test the results, issue: <command>make check</command>.</para>
     154    <para>The <application>Ruby</application> bindings are a recent
     155    development, and are only partially implemented. The
     156    <application>Ruby</application> bindings API may change incompatibly as
     157    development proceeds. They currently require
     158    <application>SWIG</application> 1.3.24 exactly &ndash; neither later nor
     159    earlier will work.</para>
     160
     161    <para>To test the results of the <application>Subversion</application>
     162    build, issue: <command>make check</command>.</para>
     163
     164    <para>To test the results of the bindings builds, issue either or both
     165    of: <command>make check-javahl</command> and
     166    <command>make check-swig-pl</command>.</para>
    143167
    144168    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    146170<screen role='root'><userinput>make install &amp;&amp;
    147171install -v -d -m755 /usr/share/doc/subversion-&subversion-version; &amp;&amp;
    148 cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</userinput></screen>
     172cp -v -R doc/* /usr/share/doc/subversion-&subversion-version; &amp;&amp;
     173rm -v /usr/share/doc/subversion-&subversion-version;/{Makefile,doxygen.conf} \
     174    /usr/share/doc/subversion-&subversion-version;/translations/norwegian_nb/Makefile</userinput></screen>
    149175
    150176    <para>If you built the <application>JAVA</application>
  • general.ent

    r9b3ef6b r707406b  
    248248<!ENTITY rsync-version                "2.6.5">
    249249<!ENTITY samba3-version               "3.0.14a">
    250 <!ENTITY subversion-version           "1.1.4">
     250<!ENTITY subversion-version           "1.2.1">
    251251<!ENTITY tcpwrappers-version          "7.6">
    252252<!ENTITY wget-version                 "1.10">
  • introduction/welcome/changelog.xml

    r9b3ef6b r707406b  
    4545      <itemizedlist>
    4646        <listitem>
    47           <para>[bdubbs] - Updated to koffice-1.4.1.</para>
     47          <para>[randy] - Updated to Subversion-1.2.1</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Updated to KOffice-1.4.1.</para>
    4851        </listitem>
    4952      </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.