You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ramkumar Ramachandra <ar...@gmail.com> on 2010/11/30 12:05:08 UTC

[PATCH] Include a reference to Makefile.svn in HACKING

Hi,

I didn't know what else to write, so it's fairly short :p

Thanks.

[[[
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

* publish/docs/community-guide/building.toc.html: Update the table of
  contents to include this new section.
]]]

Index: publish/docs/community-guide/building.toc.html
===================================================================
--- publish/docs/community-guide/building.toc.html	(revision 1040464)
+++ publish/docs/community-guide/building.toc.html	(working copy)
@@ -1,5 +1,6 @@
 <!--#if expr='"$DOCUMENT_NAME" = "building.html" || "$DOCUMENT_NAME" = "community-guide.html"' -->
 <ul>
+  <li><a href="#quickstart">Quickly setting up a build environment under unix</a></li>
   <li><a href="#configury">The configuration/build system under unix</a></li>
   <li><a href="#automated-tests">Automated tests</a></li>
   <li><a href="#build-farm">Build farm</a></li>
@@ -7,6 +8,7 @@
 </ul>
 <!--#else -->
 <ul>
+  <li><a href="building.html#quickstart">Quickly setting up a build environment under unix</a></li>
   <li><a href="building.html#configury">The configuration/build system under unix</a></li>
   <li><a href="building.html#automated-tests">Automated tests</a></li>
   <li><a href="building.html#build-farm">Build farm</a></li>
Index: publish/docs/community-guide/building.part.html
===================================================================
--- publish/docs/community-guide/building.part.html	(revision 1040464)
+++ publish/docs/community-guide/building.part.html	(working copy)
@@ -6,6 +6,27 @@
 
 <!--#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 script 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>, rename it to `Makefile` and invoke `make`. For more
+information, read the <a
+href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/READNE"
+>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"

Re: [PATCH] Include a reference to Makefile.svn in HACKING

Posted by Ramkumar Ramachandra <ar...@gmail.com>.
Hi,

Travis writes:
> On Nov 30, 2010, at 6:05 AM, Ramkumar Ramachandra wrote:
> ...
> > +download <a
> > +href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/Makefile.svn"
> > +>Makefile.svn</a>, rename it to `Makefile` and invoke `make`. For more
> > +information, read the <a
> > +href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/READNE"
> 
> s/READNE/README/

Thanks for catching. Fortunately, I caught it before committing too :)

-- Ram

Re: [PATCH] Include a reference to Makefile.svn in HACKING

Posted by Travis <sv...@castle.fastmail.fm>.
On Nov 30, 2010, at 6:05 AM, Ramkumar Ramachandra wrote:
...
> +download <a
> +href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/Makefile.svn"
> +>Makefile.svn</a>, rename it to `Makefile` and invoke `make`. For more
> +information, read the <a
> +href="http://svn.apache.org/repos/asf/subversion/trunk/tools/dev/unix-build/READNE"

s/READNE/README/

> +>documentation</a> supplied along with it.