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 DD02B10CBA for ; Thu, 3 Oct 2013 15:45:12 +0000 (UTC) Received: (qmail 21743 invoked by uid 500); 3 Oct 2013 15:45:06 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 21695 invoked by uid 500); 3 Oct 2013 15:45:05 -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 21601 invoked by uid 99); 3 Oct 2013 15:45:03 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 15:45:03 +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 kxepal@gmail.com designates 74.125.82.173 as permitted sender) Received: from [74.125.82.173] (HELO mail-we0-f173.google.com) (74.125.82.173) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Oct 2013 15:44:42 +0000 Received: by mail-we0-f173.google.com with SMTP id u57so1809450wes.32 for ; Thu, 03 Oct 2013 08:44:21 -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; bh=/KvvVHk3ZcEHi7wOaPLLUY+XX+NuD5Kl49xIJRbQw5A=; b=vIyYy02iepyy5K1O7l2LBhHNfcjA9hHPx8PoATRqyVMgiPglJXSkGKYvjmb3cx3jdH r9A2JCP4M9HpDhrzxkzSSbGUW8P0aqwUb4IUB1O4IPE6TVMwYXHkvacBsLlgeeBeS67+ 84Ca5YMqJlPe6/ihsXbYSU01Ib3Ee7KVkjlssl0K4x95AJx9HocVQNO1DM1rgX9iueuj bgqUac+VnuzyqoUL3f+5LmkZUZ/imyp1ktxWzkJO9+pHwH7GRL1seA5w8ADX4nnVX7b1 +Ta9LUslhjThBjUp8Ifq6EQZodsIZm/N9PJyWOQfyiAOESUDM0kIhi2E9ZZLORYRFGZ0 CFqQ== MIME-Version: 1.0 X-Received: by 10.180.189.132 with SMTP id gi4mr3097296wic.19.1380815061802; Thu, 03 Oct 2013 08:44:21 -0700 (PDT) Received: by 10.180.79.35 with HTTP; Thu, 3 Oct 2013 08:44:21 -0700 (PDT) In-Reply-To: References: Date: Thu, 3 Oct 2013 19:44:21 +0400 Message-ID: Subject: Re: Where to start to test bigcouch integration ? From: Alexander Shorin To: "dev@couchdb.apache.org" Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Hi Alain, BigCouch is landed in 1843-feature-bigcouch branch. Just clone it and you're in: git clone -b 1843-feature-bigcouch https://git-wip-us.apache.org/repos/asf/couchdb.git -- ,,,^..^,,, On Thu, Oct 3, 2013 at 7:40 PM, Alain Meunier wrote: > Hello, > > I would like to help testing bigcouch in couchdb. > > Where should I head on ? > > Many thanks, > > alain >