[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r1040482 - in /subversion/site/publish/docs/community-guide: building.part.html building.toc.html

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 30 Nov 2010 14:57:50 +0200

artagnon_at_apache.org wrote on Tue, Nov 30, 2010 at 12:19:34 -0000:
> Author: artagnon
> Date: Tue Nov 30 12:19:34 2010
> New Revision: 1040482
>
> URL: http://svn.apache.org/viewvc?rev=1040482&view=rev
> Log:
> community-guide: Add new section referring to ^/tools/dev/unix-build
>
> * publish/docs/community-guide/building.part.html: Add a new
> quickstart section pointing users to Makefile.svn
>

Perhaps add a reference to INSTALL too?

> * publish/docs/community-guide/building.toc.html: Update the table of
> contents to include this new section.
>
> Modified:
> subversion/site/publish/docs/community-guide/building.part.html
> subversion/site/publish/docs/community-guide/building.toc.html
>
> Modified: subversion/site/publish/docs/community-guide/building.part.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/building.part.html?rev=1040482&r1=1040481&r2=1040482&view=diff
> ==============================================================================
> --- subversion/site/publish/docs/community-guide/building.part.html (original)
> +++ subversion/site/publish/docs/community-guide/building.part.html Tue Nov 30 12:19:34 2010
> @@ -6,6 +6,26 @@
>
> <!--#include virtual="building.toc.html" -->
>
> +<div class="h2" id="quickstart">
> +<h2>Quickly setting up a build environment under unix
> + <a class="sectionlink" href="<!--#echo var="GUIDE_BUILDING_PAGE" -->#quickstart"
> + title="Link to this section">&para;</a>
> +</h2>
> +
> +<p>Stefan Sperling wrote a nice Makefile (for GNU make) that starts
> +from scratch to set up a nice build environment under unix; it
> +fetches, configures and compiles the latest versions of dependencies
> +as required. To start development from scratch, simply download
> +<a href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/Makefile.svn"
> +>Makefile.svn</a>, create a symlink called `GNUmakefile` that points
> +to the file, and invoke `make`. For more information, read the
> +<a href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/README"
> +>documentation</a> supplied along with it.
> +</p>
> +
> +</div> <!-- quickstart -->
> +
> +
> <div class="h2" id="configury">
> <h2>The configuration/build system under unix
> <a class="sectionlink" href="<!--#echo var="GUIDE_BUILDING_PAGE" -->#configury"
>
> Modified: subversion/site/publish/docs/community-guide/building.toc.html
> URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/building.toc.html?rev=1040482&r1=1040481&r2=1040482&view=diff
> ==============================================================================
> --- subversion/site/publish/docs/community-guide/building.toc.html (original)
> +++ subversion/site/publish/docs/community-guide/building.toc.html Tue Nov 30 12:19:34 2010
> @@ -1,5 +1,6 @@
> <!--#if expr='"$DOCUMENT_NAME" = "building.html" || "$DOCUMENT_NAME" = "community-guide.html"' -->
> <ul>
> + <li>Quickly setting up a build environment under unix</li>
> <li>The configuration/build system under unix</li>
> <li>Automated tests</li>
> <li>Build farm</li>
> @@ -7,6 +8,7 @@
> </ul>
> <!--#else -->
> <ul>
> + <li>Quickly setting up a build environment under unix</li>
> <li>The configuration/build system under unix</li>
> <li>Automated tests</li>
> <li>Build farm</li>
>
>
Received on 2010-11-30 13:59:52 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.