From derby-commits-return-1221-apmail-db-derby-commits-archive=db.apache.org@db.apache.org Thu Aug 11 19:58:57 2005 Return-Path: Delivered-To: apmail-db-derby-commits-archive@www.apache.org Received: (qmail 28466 invoked from network); 11 Aug 2005 19:58:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Aug 2005 19:58:57 -0000 Received: (qmail 66927 invoked by uid 500); 11 Aug 2005 19:58:46 -0000 Delivered-To: apmail-db-derby-commits-archive@db.apache.org Received: (qmail 66818 invoked by uid 500); 11 Aug 2005 19:58:46 -0000 Mailing-List: contact derby-commits-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Derby Development" List-Id: Delivered-To: mailing list derby-commits@db.apache.org Received: (qmail 66694 invoked by uid 99); 11 Aug 2005 19:58:45 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 11 Aug 2005 12:58:44 -0700 Received: (qmail 28390 invoked by uid 65534); 11 Aug 2005 19:58:44 -0000 Message-ID: <20050811195844.28389.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r231508 - in /db/derby/site/trunk: build/site/derby_downloads.html src/documentation/content/xdocs/derby_downloads.xml Date: Thu, 11 Aug 2005 19:58:44 -0000 To: derby-commits@db.apache.org From: jta@apache.org X-Mailer: svnmailer-1.0.3 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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 @@

Branches

-Use the command shown below to check out the 10.0 branch: +Currently Derby has the following branches:

-
svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.0/
+
    + +
  • 10.0
  • + +
  • 10.1
  • + +
+

+Use the command shown below to check out the source code for a branch: +

+
svn co https://svn.apache.org/repos/asf/db/derby/code/branches/branch/
+
+

+Where branch is the number of the branch. +For example, the following command checks out the source code for +the 10.1 branch: +

+
svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.1/
 
- +

Development trunk

Use the command shown below to check out the development trunk: @@ -357,7 +374,7 @@ - +

Software required to build Derby

@@ -466,7 +483,7 @@

- +

How to build Derby

@@ -486,7 +503,7 @@

- +

How to test Derby

@@ -509,7 +526,7 @@

- +

How to submit a patch

@@ -523,7 +540,7 @@

-Last updated: July 31, 2005 +Last updated: August 11, 2005

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 @@
Branches

-Use the command shown below to check out the 10.0 branch: +Currently Derby has the following branches:

-svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.0/ +
    +
  • 10.0
  • +
  • 10.1
  • +
+ +

+Use the command shown below to check out the source code for a branch: +

+ +svn co https://svn.apache.org/repos/asf/db/derby/code/branches/branch/ + +

+Where branch is the number of the branch. +For example, the following command checks out the source code for +the 10.1 branch: +

+ +svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.1/ + +
@@ -297,7 +316,7 @@

-Last updated: July 31, 2005 +Last updated: August 11, 2005