Return-Path: Delivered-To: apmail-db-derby-dev-archive@www.apache.org Received: (qmail 43070 invoked from network); 9 Aug 2005 18:52:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Aug 2005 18:52:21 -0000 Received: (qmail 96642 invoked by uid 500); 9 Aug 2005 18:52:20 -0000 Delivered-To: apmail-db-derby-dev-archive@db.apache.org Received: (qmail 96616 invoked by uid 500); 9 Aug 2005 18:52:20 -0000 Mailing-List: contact derby-dev-help@db.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Reply-To: "Derby Development" Delivered-To: mailing list derby-dev@db.apache.org Received: (qmail 96603 invoked by uid 99); 9 Aug 2005 18:52:20 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 11:52:20 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jta@bristowhill.com designates 66.75.162.135 as permitted sender) Received: from [66.75.162.135] (HELO ms-smtp-03-eri0.socal.rr.com) (66.75.162.135) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Aug 2005 11:52:41 -0700 Received: from [192.168.15.53] (cpe-204-210-23-212.san.res.rr.com [204.210.23.212]) by ms-smtp-03-eri0.socal.rr.com (8.12.10/8.12.7) with ESMTP id j79IqFgQ028213 for ; Tue, 9 Aug 2005 11:52:15 -0700 (PDT) Message-ID: <42F8FB5E.8060509@bristowhill.com> Date: Tue, 09 Aug 2005 11:52:14 -0700 From: "Jean T. Anderson" User-Agent: Mozilla Thunderbird 1.0.2-1.3.2 (X11/20050324) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Derby Development Subject: Re: should instructions to get 10.1 branch be on website? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N thanks for the excellent suggestion, Myrna. I'll update the web stie as soon as I get a chance. -jean Myrna van Lunteren wrote: > Hi, > > In passing I noticed we currently have instructions to obtain the source > for the trunk, and for the 10.0 branch, but maybe there should also be > something about the 10.1 branch. > > Something like this: > on the downloads page, section branches: > " > Currently there are the following branches: > - 10.0 > - 10.1 > Use the following command to checkout the source code for a branch: > > svn co https://svn.apache.org/repos/asf/db/derby/code/branches// /> > > where would be the the number of the branch. > For example, to checkout the source for the 10.0 branch use the > following command: > > svn co https://svn.apache.org/repos/asf/db/derby/code/branches/10.0/ > > " > > Myrna