Author: igor Date: Sun Jun 2 04:14:20 2013 New Revision: 11250 Log: Subversion-1.7.10.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/prog/subversion.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Sun Jun 2 02:55:42 2013 (r11249) +++ trunk/BOOK/general.ent Sun Jun 2 04:14:20 2013 (r11250) @@ -387,7 +387,7 @@ <!ENTITY ruby-version "2.0.0"> <!ENTITY ruby-patch-version "195"> <!ENTITY slang-version "2.2.4"> -<!ENTITY subversion-version "1.7.8"> +<!ENTITY subversion-version "1.7.10"> <!ENTITY tcl-version "8.6.0"> <!ENTITY tk-version "8.6.0"> <!ENTITY vala-version "0.18.1"> Modified: trunk/BOOK/general/prog/subversion.xml ============================================================================== --- trunk/BOOK/general/prog/subversion.xml Sun Jun 2 02:55:42 2013 (r11249) +++ trunk/BOOK/general/prog/subversion.xml Sun Jun 2 04:14:20 2013 (r11250) @@ -7,10 +7,10 @@ <!ENTITY subversion-download-http "http://archive.apache.org/dist/subversion/subversion-&subversion-version;.tar.bz2"> <!ENTITY subversion-download-ftp " "> - <!ENTITY subversion-md5sum "454b9f398415c3504435bf8c3f6ed127"> - <!ENTITY subversion-size "5.8 MB"> - <!ENTITY subversion-buildsize "115 MB (additional 585 MB for tests)"> - <!ENTITY subversion-time "0.9 SBU (additional 19 SBU for tests)"> + <!ENTITY subversion-md5sum "4088a77e14232876c9b4ff1541e6e200"> + <!ENTITY subversion-size "5.7 MB"> + <!ENTITY subversion-buildsize "127 MB (additional 586 MB for tests)"> + <!ENTITY subversion-time "0.8 SBU (additional 20 SBU for tests)"> ]> <sect1 id="subversion" xreflabel="Subversion-&subversion-version;"> @@ -89,43 +89,45 @@ <bridgehead renderas="sect4">Required</bridgehead> <para role="required"> - <xref linkend="sqlite"/>, - <xref linkend="apr-util"/> and + <xref linkend="apr-util"/>, <xref linkend="neon"/> or - <ulink url="http://code.google.com/p/serf/">serf</ulink> + <ulink url="http://code.google.com/p/serf/">serf</ulink>, and + <xref linkend="sqlite"/> </para> - <para> - If you require the <application>Berkeley DB</application> back-end hooks - in <application>Subversion</application> to build or support BDB based - repositories, you must have <application>APR-util</application> linked to - the <application>Berkeley DB</application> library. - </para> + <note> + <para> + If you require the <application>Berkeley DB</application> back-end hooks + in <application>Subversion</application> to build or support BDB based + repositories, you must have <application>APR-util</application> linked to + the <application>Berkeley DB</application> library. + </para> + </note> <bridgehead renderas="sect4">Optional</bridgehead> <para role="optional"> - <xref linkend="python2"/> (required to run the test suite), + <xref linkend="apache"/>, <xref linkend="db"/>, <xref linkend="cyrus-sasl"/>, - <xref linkend="openssl"/>, <xref linkend="dbus-glib"/>, <xref linkend="libgnome-keyring"/>, - <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support) and - <xref linkend="apache"/> + <xref linkend="kdelibs"/> (for <ulink url="http://utils.kde.org/projects/kwalletmanager/">KWallet</ulink> support), + <xref linkend="openssl"/>, + <xref linkend="python2"/> (required to run the test suite) and + <xref linkend="ruby"/> (version 1.8.x) </para> <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead> <para role="optional"> One of <xref linkend="openjdk"/>, - <ulink url="http://www.inet.no/dante/">Dante</ulink>, or + <ulink url="http://www.inet.no/dante/">Dante</ulink> or <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>, and <xref linkend="junit"/> (to test the Java bindings) </para> <bridgehead renderas="sect4">Optional (for the SWIG Bindings)</bridgehead> <para role="optional"> - <ulink url="http://www.swig.org">SWIG</ulink> and - <xref linkend="python2"/> + <ulink url="http://www.swig.org/">SWIG</ulink> </para> <para condition="html" role="usernotes"> @@ -158,11 +160,6 @@ <screen><userinput>make javahl</userinput></screen> <para> - <application>Perl</application> and/or <application>Python</application> - <!-- ruby is currently b0rken <application>Ruby</application> --> - </para> - - <para> If you have a multi core CPU and normally run <command>make</command> with multiple jobs (eg <command>make -j4</command>) then a bug in the <filename>Makefile</filename> will prevent the @@ -173,15 +170,13 @@ <screen><userinput>sed -i 's#Makefile.PL.in$#& libsvn_swig_perl#' Makefile.in</userinput></screen> <para> - To compile the <application>Perl</application> and/or - <application>Python</application> bindings issue any or all of the - following commands: + To compile the <application>Perl</application>, + <application>Python</application> or <application>Ruby</application> + bindings issue any of the following commands: </para> <screen><userinput>make swig-pl && -make swig-py</userinput></screen> - -<!-- && -make swig-rb --> +make swig-py && +make swig-rb</userinput></screen> <para> To test the results, issue: <command>make check</command>. @@ -194,15 +189,13 @@ </para> <para> - To test the results of any or all of the <application>SWIG</application> - bindings, you can use the following commands: + To test the results of any of the <application>SWIG</application> + bindings, you can use any of the following commands: </para> <screen><userinput>make check-swig-pl && -make check-swig-py</userinput></screen> - -<!-- && -make check-swig-rb --> +make check-swig-py && +make check-swig-rb </userinput></screen> <para> Now, as the <systemitem class="username">root</systemitem> user: @@ -222,15 +215,13 @@ <para> If you built any of the <application>SWIG</application> bindings, issue - any or all of the following commands as the + any of the following commands as the <systemitem class="username">root</systemitem> user to install them: </para> <screen role="root"><userinput>make install-swig-pl && -make install-swig-py</userinput></screen> - -<!-- && -make install-swig-rb --> +make install-swig-py && +make install-swig-rb</userinput></screen> <para> In order for <application>Python</application> to automatically discover @@ -307,11 +298,11 @@ <seglistitem> <seg> - svn, svnadmin, svndumpfilter, svnlook, svnserve, svnsync and + svn, svnadmin, svndumpfilter, svnlook, svnrdump, svnserve, svnsync and svnversion </seg> <seg> - libsvn*.so and optionally, a Java library, the mod_dav_svn.so, and + libsvn_*-1.so and optionally, a Java library, the mod_dav_svn.so and and mod_authz_svn.so <application>Apache HTTP</application> DSO modules and various <application>Perl</application> and <application>Python</application> @@ -438,15 +429,15 @@ </listitem> </varlistentry> - <varlistentry id="libsvn_star"> - <term><filename class="libraryfile">libsvn_*.so</filename></term> + <varlistentry id="libsvn_star-1"> + <term><filename class="libraryfile">libsvn_*-1.so</filename></term> <listitem> <para> are the support libraries used by the <application>Subversion</application> programs. </para> - <indexterm zone="subversion libsvn_star"> - <primary sortas="c-libsvn_star">libsvn_*.so</primary> + <indexterm zone="subversion libsvn_star-1"> + <primary sortas="c-libsvn_star-1">libsvn_*-1.so</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 02:55:42 2013 (r11249) +++ trunk/BOOK/introduction/welcome/changelog.xml Sun Jun 2 04:14:20 2013 (r11250) @@ -47,6 +47,9 @@ <para>June 2nd, 2013</para> <itemizedlist> <listitem> + <para>[igor] - Subversion-1.7.10.</para> + </listitem> + <listitem> <para>[igor] - Ruby-2.0.0.</para> </listitem> </itemizedlist> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
