Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DDED79332 for ; Thu, 19 Apr 2012 19:27:35 +0000 (UTC) Received: (qmail 55100 invoked by uid 500); 19 Apr 2012 19:27:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 55057 invoked by uid 500); 19 Apr 2012 19:27:34 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 55023 invoked by uid 99); 19 Apr 2012 19:27:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 19:27:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bchesneau@gmail.com designates 209.85.217.180 as permitted sender) Received: from [209.85.217.180] (HELO mail-lb0-f180.google.com) (209.85.217.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 19 Apr 2012 19:27:29 +0000 Received: by lbbgi4 with SMTP id gi4so1434190lbb.11 for ; Thu, 19 Apr 2012 12:27:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=1Cos+gGtyim+8ummK9yvqkkWPdU+l8rG/g4bRKyYsHI=; b=d8nc/EYVErZHK4ITQIwnKFe1P6cVbCmY0hA9KVaDbKx4IAmZ2g7SEdNENVy7NqsWrz 6dM3H3RTgKXPWRWJSbaGZyMbS5DybWvvIllMxV5xwsXvM6eKjHNLh0dn7YhGbL+DJT1R VNLa12BiJP26YTCi/r9XyIBg5St9DPSRVEORNpxFGdfPxvV59NBD5Sa8E0gCqolzza88 QqsGWZB3mwMnooiNgVdMK+8HALp2GuSUF7uQZnS8jwEVGpGp4VAHN8Cl3BOTY5D4yjVd y/qrepkpjMk+vgb+dKnVqDFQrqKW0oqAJUZdC7XZh29nRZFyiNaWCJYn0esFh24avtu6 A8Kw== MIME-Version: 1.0 Received: by 10.152.105.197 with SMTP id go5mr3122613lab.43.1334863627939; Thu, 19 Apr 2012 12:27:07 -0700 (PDT) Received: by 10.112.20.234 with HTTP; Thu, 19 Apr 2012 12:27:07 -0700 (PDT) In-Reply-To: References: <4F8FF84F.4030002@googlemail.com> Date: Thu, 19 Apr 2012 21:27:07 +0200 Message-ID: Subject: Re: standalone couchdb? From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Apr 19, 2012 at 5:41 PM, Marcello Nuccio wrote: > 2012/4/19 Benoit Chesneau : >> >> http://github.com/refuge/rcouch > > Can it be used to build a specific version of CouchDB? > > http://refuge.io/ says it's based on CouchDB-1.3, but I want to use > 1.2, or any other version. > Then use any version.... ;) It's based on trunk + some fixes, changes. compatible with latest stable and bigcouch. It's also used in prod in many locations. - beno=EEt