Return-Path: X-Original-To: apmail-cassandra-dev-archive@www.apache.org Delivered-To: apmail-cassandra-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 DC00E101A1 for ; Wed, 4 Sep 2013 07:08:51 +0000 (UTC) Received: (qmail 21703 invoked by uid 500); 4 Sep 2013 07:08:50 -0000 Delivered-To: apmail-cassandra-dev-archive@cassandra.apache.org Received: (qmail 21388 invoked by uid 500); 4 Sep 2013 07:08:42 -0000 Mailing-List: contact dev-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cassandra.apache.org Delivered-To: mailing list dev@cassandra.apache.org Received: (qmail 21380 invoked by uid 99); 4 Sep 2013 07:08:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 07:08:40 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sylvain@datastax.com designates 209.85.160.51 as permitted sender) Received: from [209.85.160.51] (HELO mail-pb0-f51.google.com) (209.85.160.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Sep 2013 07:08:36 +0000 Received: by mail-pb0-f51.google.com with SMTP id jt11so7032056pbb.38 for ; Wed, 04 Sep 2013 00:08:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=2GFEhikM0UgPE2+hM9RFxZsKttqP+rB/Hq/LswAJdaI=; b=CwKEUZEEomWj4iPqU7HMihhNsfQ4ceIvMsmac+k6VFKndQTWRaPeRskBZE5LcVNWxV AI3dVHj1VT9vYoC2wQcUjL+AtnzqD+xkqLGyhZHrq7av7tbr8t8HCFRt5+sqQ05+NZyf JVprBtP0/I49t3WXIZAqBSniUAMdwCxTro7s/IhKqcsXLq2cjKR2WXIu+J94W2dscmXT XW9/XpNzQq7Jg+XPQNiSxJsVngIEbomfUvLLvikslsPR8OhF4VLkARPhsbLdMzTgnDQ9 mZuU49BjvipyapUGhWOz9uFljN+hiigrz3FoFyT5z0ta7L/7FyaZLiuGj6oqVa3gFkBX 5jaA== X-Gm-Message-State: ALoCoQnE0eGNmPP+KFq/UJMK7wnkwgbnANyb6ndBWKO2anAXfa1K268aY7Nv7ms3y/XZgFTcsFKm MIME-Version: 1.0 X-Received: by 10.66.235.1 with SMTP id ui1mr1534513pac.175.1378278495610; Wed, 04 Sep 2013 00:08:15 -0700 (PDT) Received: by 10.68.2.36 with HTTP; Wed, 4 Sep 2013 00:08:15 -0700 (PDT) In-Reply-To: <5226943E.30508@orcaware.com> References: <5226943E.30508@orcaware.com> Date: Wed, 4 Sep 2013 09:08:15 +0200 Message-ID: Subject: Re: cassandra-2.0.0: both a tag and a branch name From: Sylvain Lebresne To: dev@cassandra.apache.org Content-Type: multipart/alternative; boundary=047d7b111e752202f704e589788a X-Virus-Checked: Checked by ClamAV on apache.org --047d7b111e752202f704e589788a Content-Type: text/plain; charset=ISO-8859-1 I would venture that either your local copy or whatever your 'origin' points to is not up to date. There was a cassandra-2.0.0 prior to the final 2.0 release and it was both a tag and a branch name for about 10 minutes but the branch has been removed since then as can be seen (or rather not seen) at: https://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=heads I'll note in particular that the apache github mirror ( https://github.com/apache/cassandra) is known for not always being up to date and in particular, for some reason, I think it doesn't pick up branch deletions in its mirroring. -- Sylvain On Wed, Sep 4, 2013 at 4:00 AM, Blair Zajac wrote: > $ git branch -a | grep cassandra-2.0.0 > * cassandra-2.0.0 > remotes/origin/cassandra-2.0.0 > > $ git tag -l | grep cassandra-2.0.0cassandra-2.0.0 > cassandra-2.0.0-beta1 > cassandra-2.0.0-beta2 > cassandra-2.0.0-rc1 > cassandra-2.0.0-rc2 > > $ git checkout cassandra-2.0.0 > warning: refname 'cassandra-2.0.0' is ambiguous. > > Blair > --047d7b111e752202f704e589788a--