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 82DA2E158 for ; Tue, 29 Jan 2013 20:51:06 +0000 (UTC) Received: (qmail 64667 invoked by uid 500); 29 Jan 2013 20:51:05 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 64631 invoked by uid 500); 29 Jan 2013 20:51: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 64623 invoked by uid 99); 29 Jan 2013 20:51:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 20:51:05 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.223.169] (HELO mail-ie0-f169.google.com) (209.85.223.169) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jan 2013 20:50:59 +0000 Received: by mail-ie0-f169.google.com with SMTP id c14so732996ieb.14 for ; Tue, 29 Jan 2013 12:50:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:x-originating-ip:in-reply-to:references :from:date:message-id:subject:to:cc:content-type:x-gm-message-state; bh=gvowx/xsD6B3nKdzDmcA+4BjCZNhJxPPKZ1V8Sio3Kg=; b=ACE8FCXzLwemIGcBaTDDIOIYhwWN3oieYhN4DCXFEct0N2zWEFCqNfj+dWgOq1DEbJ VN07LeZuKbISWe67ExKenNu6iolQ1rBavfAlKfKk+BZI3t0nZ9kmGV1/TXl8yroMtUXN 3ZeDFY9m38CXk+ac+MHGzXPZShq3gEbHou+xt08DmWNaV1kzaNgbbEpzM7uP8JcBe2xH lhPyALetyjagvLmyWx77b2E3VSGKN9yXWx5dQ+eNxAyXNwyeOt+wJzRFYf8wfKgjZ3ps +uiFic6DZ/34YEQXBaXtmeriJuSwwn9Dqx5r2iAsBKB/a7iHtJpBccPbCoTuhLZIenTZ di0Q== X-Received: by 10.42.19.197 with SMTP id d5mr1554606icb.29.1359492637990; Tue, 29 Jan 2013 12:50:37 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.78.231 with HTTP; Tue, 29 Jan 2013 12:50:07 -0800 (PST) X-Originating-IP: [80.94.224.18] In-Reply-To: References: From: Anthony Ananich Date: Tue, 29 Jan 2013 23:50:07 +0300 Message-ID: Subject: Re: [osx] installing 1.3.x branch via brew To: dev@couchdb.apache.org Cc: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Gm-Message-State: ALoCoQlmh7UjUnuwgpm7oxjnDBYXcOTKCXTKtZ3yb2bdCrrZDPUYxAZKwIvmPuE+W4C1lKhM6dHQ X-Virus-Checked: Checked by ClamAV on apache.org I have macports installed and on this reason I'm afraid that couchdb from brew could conflict with couchdb-devel from macports. May be you know if is possible to install both of them at once or not? On Tue, Jan 29, 2013 at 5:57 PM, Dave Cottlehuber wrote: > Hi folks, > > Here's a 1.3.x branch homebrew formula: > https://gist.github.com/4657643 as the main homebrew repo doesn't > accept recipes that point to evolving branches. It still uses all the > homebrew goodness and the only difference is pointing to a development > branch. brew dependencies and uninstall all work the usual way. > > You should be able to do: > > `brew install --devel https://gist.github.com/raw/4657643/couchdb.rb` > > Please let me know if it works for you and on what OSX versions! > > A+ > DAve