Author: jta
Date: Thu Aug 11 12:58:41 2005
New Revision: 231508
URL: http://svn.apache.org/viewcvs?rev=231508&view=rev
Log:
Improved the information in the derby downloads page on checking out branches
per the suggestion Myrna van Lunteren posted to derby-dev on Aug 9, 2005.
Modified:
db/derby/site/trunk/build/site/derby_downloads.html
db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
Modified: db/derby/site/trunk/build/site/derby_downloads.html
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/build/site/derby_downloads.html?rev=231508&r1=231507&r2=231508&view=diff
==============================================================================
--- db/derby/site/trunk/build/site/derby_downloads.html (original)
+++ db/derby/site/trunk/build/site/derby_downloads.html Thu Aug 11 12:58:41 2005
@@ -304,11 +304,28 @@
<a name="N100AB"></a><a name="Branches"></a>
<h3 class="boxed">Branches</h3>
<p>
-Use the command shown below to check out the 10.0 branch:
+Currently Derby has the following branches:
</p>
-<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.0/
+<ul>
+
+<li> 10.0 </li>
+
+<li> 10.1 </li>
+
+</ul>
+<p>
+Use the command shown below to check out the source code for a branch:
+</p>
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/<em>branch</em>/
+</pre>
+<p>
+Where <em>branch</em> is the number of the branch.
+For example, the following command checks out the source code for
+the 10.1 branch:
+</p>
+<pre class="code">svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.1/
</pre>
-<a name="N100B9"></a><a name="Development+trunk"></a>
+<a name="N100D2"></a><a name="Development+trunk"></a>
<h3 class="boxed">Development trunk</h3>
<p>
Use the command shown below to check out the development trunk:
@@ -357,7 +374,7 @@
</div>
-<a name="N100ED"></a><a name="Software+required+to+build+Derby"></a>
+<a name="N10106"></a><a name="Software+required+to+build+Derby"></a>
<h2 class="boxed">Software required to build Derby</h2>
<div class="section">
<p>
@@ -466,7 +483,7 @@
</div>
-<a name="N10185"></a><a name="How+to+build+Derby"></a>
+<a name="N1019E"></a><a name="How+to+build+Derby"></a>
<h2 class="boxed">How to build Derby</h2>
<div class="section">
<p>
@@ -486,7 +503,7 @@
</div>
-<a name="N101A8"></a><a name="How+to+test+Derby"></a>
+<a name="N101C1"></a><a name="How+to+test+Derby"></a>
<h2 class="boxed">How to test Derby</h2>
<div class="section">
<p>
@@ -509,7 +526,7 @@
</div>
-<a name="N101CF"></a><a name="How+to+submit+a+patch"></a>
+<a name="N101E8"></a><a name="How+to+submit+a+patch"></a>
<h2 class="boxed">How to submit a patch</h2>
<div class="section">
<p>
@@ -523,7 +540,7 @@
<p>
-<em>Last updated: July 31, 2005</em>
+<em>Last updated: August 11, 2005</em>
</p>
Modified: db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml
URL: http://svn.apache.org/viewcvs/db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml?rev=231508&r1=231507&r2=231508&view=diff
==============================================================================
--- db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml (original)
+++ db/derby/site/trunk/src/documentation/content/xdocs/derby_downloads.xml Thu Aug 11 12:58:41
2005
@@ -99,11 +99,30 @@
<section>
<title>Branches</title>
<p>
-Use the command shown below to check out the 10.0 branch:
+Currently Derby has the following branches:
</p>
-<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.0/
+<ul>
+ <li> 10.0 </li>
+ <li> 10.1 </li>
+</ul>
+
+<p>
+Use the command shown below to check out the source code for a branch:
+</p>
+
+<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/<em>branch</em>/
</source>
+
+<p>
+Where <em>branch</em> is the number of the branch.
+For example, the following command checks out the source code for
+the 10.1 branch:
+</p>
+
+<source>svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.1/
+</source>
+
</section>
<section>
@@ -297,7 +316,7 @@
</section>
<p>
-<em>Last updated: July 31, 2005</em>
+<em>Last updated: August 11, 2005</em>
</p>
</body>
|