summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorGreg Noel <GregNoel@tigris.org>2009-04-16 16:19:09 +0000
committerGreg Noel <GregNoel@tigris.org>2009-04-16 16:19:09 +0000
commitb75942db8e6a75c43577a4a8612973f2062843e8 (patch)
treee4245d79842ef61e2db5f938328dcbf476e9361e /www
parentb25dc258065cc862df96dfd651b19f152ecaacbf (diff)
downloadscons-b75942db8e6a75c43577a4a8612973f2062843e8.tar.gz
Partial update of the use of branches; still needs TLC
Diffstat (limited to 'www')
-rw-r--r--www/branching.html46
-rw-r--r--www/project_tools.html2
2 files changed, 27 insertions, 21 deletions
diff --git a/www/branching.html b/www/branching.html
index 48ead83d..27dce3b3 100644
--- a/www/branching.html
+++ b/www/branching.html
@@ -34,35 +34,41 @@ These are the SCons development branches and their intended uses.
<li>
<strong><tt>trunk</tt></strong>
<p>
-The main code line from which SCons gets released.
-This currently lags patches that the mailing list
-discussions describe as "checked in to Subversion."
-The real latest-and-greatest checked-in source
-containing SK's patches is in
-<tt>branches/core</tt>.
-This is, however, where we check in
-web site changes into the
-<tt>www/</tt> and <tt>scons.org/</tt> subdirectories
-(for the <a href="http://scons.tigris.org/">tigris.org</a>
-and <a href="http://www.scons.org/">scons.org</a>
-web sites, respectively).
+The main development branch for changes to
+the SCons infrastructure.
+This branch is thelatest-and-greatest checked-in source,
+where SK checks in most of the stuff he's working on
+and which gets sent for review to the scons-dev mailing list.
+This is also where we check in
+web site changes into the <tt>www/</tt> subdirectory
+for the <a href="http://scons.tigris.org/">tigris.org</a>
+web site.
</p>
</li>
<li>
-<strong><tt>branches/core</tt></strong>
+<strong><tt>checkpoint</tt></strong>
<p>
-The main development branch for changes to
-the SCons infrastructure.
-This is where SK checks in most of the
-stuff he's working on
-and which gets sent for review to the
-scons-dev mailing list.
+The branch from which we release checkpoints and release candidates.
+These are considered beta releases to be reviewed by the community.
+This branch lags patches that the mailing list
+discussions describe as "checked in to Subversion."
This branch's parent is <tt>trunk</tt>.
</p>
</li>
<li>
+<strong><tt>release</tt></strong>
+<p>
+The main code line from which SCons gets released.
+Once a release candidate in the <tt>checkpoint</tt> branch
+has achieved sufficient stability,
+it is promoted into this branch.
+This branch's parent is <tt>checkpoint</tt>.
+</p>
+</li>
+
+<li>
<strong><tt>branches/packaging</tt></strong>
<p>
Development branch for the packaging work
@@ -108,7 +114,7 @@ This branch's parent is <tt>trunk</tt>.
<p>
</p>
-<h2>How to create a branch off the trunk and initialize it for bi-directional merging</h2>
+<h2 id="rebase">How to create a branch off the trunk and initialize it for bi-directional merging</h2>
<p>
This should take place between any branch and its parent
diff --git a/www/project_tools.html b/www/project_tools.html
index fed72eca..1dfe8758 100644
--- a/www/project_tools.html
+++ b/www/project_tools.html
@@ -18,7 +18,7 @@ The main changes are:
<dd>
<li><a href="/servlets/ProjectMemberList">Project Membership</a></li>
<li><a href="/servlets/ProjectNewsList">Announcements</a></li>
-<li><a href="/ds/viewForums.do">Discussion forums</a></li>
+<li><a href="/ds/viewForums.do">Mailing lists/fora</a></li>
<!-- <li><a href="/servlets/ProjectMailingListList">Mailing lists</a></li> -->
<li><a href="/servlets/ProjectDocumentList">Documents &amp; files</a></li>
<li><a href="/wiki/">Project Wiki</a></li>