Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 84791 invoked from network); 30 Mar 2008 16:23:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Mar 2008 16:23:49 -0000 Received: (qmail 8068 invoked by uid 500); 30 Mar 2008 16:23:48 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 8048 invoked by uid 500); 30 Mar 2008 16:23:48 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 8039 invoked by uid 99); 30 Mar 2008 16:23:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Mar 2008 09:23:48 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 30 Mar 2008 16:23:05 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 8FC371A9832; Sun, 30 Mar 2008 09:23:24 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r642768 - in /incubator/couchdb: site/htdocs/community/lists.html site/htdocs/docs/installation.html trunk/README Date: Sun, 30 Mar 2008 16:23:24 -0000 To: couchdb-commits@incubator.apache.org From: nslater@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080330162324.8FC371A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: nslater Date: Sun Mar 30 09:23:19 2008 New Revision: 642768 URL: http://svn.apache.org/viewvc?rev=642768&view=rev Log: updated README to add instructions on how to check out the source code Modified: incubator/couchdb/site/htdocs/community/lists.html incubator/couchdb/site/htdocs/docs/installation.html incubator/couchdb/trunk/README Modified: incubator/couchdb/site/htdocs/community/lists.html URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/community/lists.html?rev=642768&r1=642767&r2=642768&view=diff ============================================================================== --- incubator/couchdb/site/htdocs/community/lists.html (original) +++ incubator/couchdb/site/htdocs/community/lists.html Sun Mar 30 09:23:19 2008 @@ -90,11 +90,11 @@

The archives for this list can also be browsed online.

@@ -109,11 +109,11 @@

The archives for this list can also be browsed online.

@@ -126,9 +126,9 @@

Replies to commit mails should be directed to the couchdb-dev mailing list.

Modified: incubator/couchdb/site/htdocs/docs/installation.html URL: http://svn.apache.org/viewvc/incubator/couchdb/site/htdocs/docs/installation.html?rev=642768&r1=642767&r2=642768&view=diff ============================================================================== --- incubator/couchdb/site/htdocs/docs/installation.html (original) +++ incubator/couchdb/site/htdocs/docs/installation.html Sun Mar 30 09:23:19 2008 @@ -76,6 +76,13 @@

Building From Subversion

+

You can skip this section if you are installing from a release tarball.

+ +

Checking Out

+ +

See the http://incubator.apache.org/couchdb/community/code.html +on how to check out the source code.

+

Dependencies

To build Apache CouchDB from checkout you need some of the following installed:

Modified: incubator/couchdb/trunk/README URL: http://svn.apache.org/viewvc/incubator/couchdb/trunk/README?rev=642768&r1=642767&r2=642768&view=diff ============================================================================== --- incubator/couchdb/trunk/README (original) +++ incubator/couchdb/trunk/README Sun Mar 30 09:23:19 2008 @@ -2,6 +2,13 @@ ## Building From Subversion ## +You can skip this section if you are installing from a release tarball. + +### Checking Out ### + +See the [http://incubator.apache.org/couchdb/community/code.html](instructions) +on how to check out the source code. + ### Dependencies ### To build Apache CouchDB from checkout you need some of the following installed: