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 9188A76BD for ; Wed, 7 Dec 2011 17:31:00 +0000 (UTC) Received: (qmail 38973 invoked by uid 500); 7 Dec 2011 17:30:58 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 38937 invoked by uid 500); 7 Dec 2011 17:30:58 -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 38929 invoked by uid 99); 7 Dec 2011 17:30:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 17:30:58 +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 albin.stigo@gmail.com designates 209.85.161.180 as permitted sender) Received: from [209.85.161.180] (HELO mail-gx0-f180.google.com) (209.85.161.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Dec 2011 17:30:53 +0000 Received: by ggnq1 with SMTP id q1so1159379ggn.11 for ; Wed, 07 Dec 2011 09:30:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=16jfCFG1lXQErnmLYp0FOQP8ihPzIuuv5lcq1RTadD0=; b=mRCf8kVC+Up3OkwVwcx/LeVtMf62OHMliV9aZH3AZU1GVNyry0bzTYk9SMVzOc2HuI uLMYr2vQUdHwT8yrTIlPVwV0fqqN7NUWL5WGcCgmgnHJdB0lx4tUVIClTiPr7sLCXm6k 9kHHV0Pkd7AeMP60yvjqIz8kDaH6357dBuQhY= MIME-Version: 1.0 Received: by 10.101.65.18 with SMTP id s18mr391504ank.91.1323279033048; Wed, 07 Dec 2011 09:30:33 -0800 (PST) Received: by 10.236.26.102 with HTTP; Wed, 7 Dec 2011 09:30:32 -0800 (PST) Date: Wed, 7 Dec 2011 18:30:32 +0100 Message-ID: Subject: Building Couchbase with Repo From: =?ISO-8859-1?Q?Albin_Stig=F6?= To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Hi, I'm trying to build couchbase using the instructions found here: https://github.com/couchbase/couchdb-manifest $ mkdir couchdb $ cd couchdb $ repo init -u git://github.com/couchbase/couchdb-manifest.git $ repo sync But I get: $ ~/bin/repo sync fatal: remote error: couchbase/git@github.com:couchbase/couchdb is not a valid repository name Email support@github.com for help Anyone else experiencing this? --Albin