Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B6C884A45 for ; Tue, 21 Jun 2011 09:56:52 +0000 (UTC) Received: (qmail 71869 invoked by uid 500); 21 Jun 2011 09:56:52 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 71837 invoked by uid 500); 21 Jun 2011 09:56:52 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 71827 invoked by uid 99); 21 Jun 2011 09:56:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 09:56:52 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.214.52 as permitted sender) Received: from [209.85.214.52] (HELO mail-bw0-f52.google.com) (209.85.214.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 21 Jun 2011 09:56:45 +0000 Received: by bwj24 with SMTP id 24so2934993bwj.11 for ; Tue, 21 Jun 2011 02:56:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=/bBaxkbcdhu6QwglqCpEh9TGjwyoNqatNgxs3OXVzR0=; b=eV5yV9mjdLy/n+BzbeFAGXYZcosLLxWpDO4vaZrCxeMRC4d6eyQ+U09uBI3VDdCIkL tkRNgswdOCjaZG/yvB0PUw29H8rxvXiWBbieF8GDI/XdoAE3yiaDoWYCLYOYKJWqve5F Ot9bEcVpcqJbQ7Q8tdjijllSNp9B4z1KMT3Ts= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EOCzDDuV75izanOIirzRHrtsmg/3Y5qwBGn+Cs6Y3LcJ4FWI9K+hKm7nJTYfucumnB KdsTGF0gzXca8bPZlSL0MEWf2f1AdhlaC+DlY5g2o37YRhFWrOuu3wKBjcFy7YNl9Hwj ORJnFKRe9p7LUBqOqjOuWgiqe1gvzo5T6KDFc= MIME-Version: 1.0 Received: by 10.204.40.80 with SMTP id j16mr2309152bke.107.1308650184410; Tue, 21 Jun 2011 02:56:24 -0700 (PDT) Received: by 10.204.174.1 with HTTP; Tue, 21 Jun 2011 02:56:24 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 Jun 2011 11:56:24 +0200 Message-ID: Subject: Re: make couchdb more otpish From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jun 21, 2011 at 11:51 AM, Benoit Chesneau wrote: > On Tue, Jun 21, 2011 at 10:05 AM, Randall Leeds wrote: >> I like this. >> I'd love to see a branch that contains all the incremental changes >> from trunk to this build. >> I would build and test it and help you work out any kinks. >> > Hi, > > Cool. I've create a branch on my github here : s/create/created