Author: igor Date: 2005-04-17 08:16:11 -0600 (Sun, 17 Apr 2005) New Revision: 3749
Modified: trunk/BOOK/basicnet/netprogs/subversion.xml Log: Added a test suite note to Subversion. Modified: trunk/BOOK/basicnet/netprogs/subversion.xml =================================================================== --- trunk/BOOK/basicnet/netprogs/subversion.xml 2005-04-17 13:39:06 UTC (rev 3748) +++ trunk/BOOK/basicnet/netprogs/subversion.xml 2005-04-17 14:16:11 UTC (rev 3749) @@ -108,6 +108,16 @@ <screen><userinput><command>./configure --prefix=/usr && make</command></userinput></screen> +<note><para>If you have <application>Apache</application> installed, pass +the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option> +switches to the <command>configure</command> script. Otherwise, +<application>Subversion</application> will overwrite +<acronym>APR</acronym> and <acronym>APR</acronym>-utils from the +<application>Apache</application> installation with its own +files. You may also need to pass <option>--with-apxs=/usr/sbin/apxs</option> +as <command>apxs</command> might not be in an unprivileged user's +<envar>PATH</envar> and won't be properly discovered.</para></note> + <para>If you passed the <option>--enable-javahl</option> parameter to <command>configure</command> and wish to build the <application>JAVA</application> <application>Subversion</application> @@ -125,22 +135,14 @@ <screen><userinput><command>make swig-pl && make swig-py</command></userinput></screen> +<para>To test the results, issue: <command>make check</command>.</para> + <para>Now, as the root user:</para> <screen><userinput role='root'><command>make install && install -v -d -m755 /usr/share/doc/subversion-&subversion-version; && cp -v -R doc/* /usr/share/doc/subversion-&subversion-version;</command></userinput></screen> -<note><para>If you have <application>Apache</application> installed, pass -the <option>--with-apr=/usr</option> and <option>--with-apr-util=/usr</option> -switches to the <command>configure</command> script. Otherwise, -<application>Subversion</application> will overwrite -<acronym>APR</acronym> and <acronym>APR</acronym>-utils from the -<application>Apache</application> installation with its own -files. You may also need to pass <option>--with-apxs=/usr/sbin/apxs</option> -as <command>apxs</command> might not be in an unprivileged user's -<envar>PATH</envar> and won't be properly discovered.</para></note> - <para>If you built the <application>JAVA</application> <application>Subversion</application> bindings, issue the following command as the root user to install them:</para> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
