Return-Path: X-Original-To: apmail-cassandra-user-archive@www.apache.org Delivered-To: apmail-cassandra-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 0CFD99FE9 for ; Mon, 13 Feb 2012 03:49:52 +0000 (UTC) Received: (qmail 24276 invoked by uid 500); 13 Feb 2012 03:49:49 -0000 Delivered-To: apmail-cassandra-user-archive@cassandra.apache.org Received: (qmail 24066 invoked by uid 500); 13 Feb 2012 03:49:39 -0000 Mailing-List: contact user-help@cassandra.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@cassandra.apache.org Delivered-To: mailing list user@cassandra.apache.org Received: (qmail 24058 invoked by uid 99); 13 Feb 2012 03:49:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 03:49:38 +0000 X-ASF-Spam-Status: No, hits=2.9 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [72.35.23.32] (HELO smtp-out2.electric.net) (72.35.23.32) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 13 Feb 2012 03:49:31 +0000 Received: from [10.86.5.46] (helo=fuse246.electric.net) by worden.electric.net with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1Rwmub-0007tC-VC; Sun, 12 Feb 2012 19:49:09 -0800 Received: from mailanyone.net by fuse246.electric.net with esmtpsa (TLSv1:AES256-SHA:256) (MailAnyone extSMTP dbrosius@baybroadband.net) id 1Rwmua-0007kU-Os; Sun, 12 Feb 2012 19:49:09 -0800 Message-ID: <4F3887F0.9020500@mebigfatguy.com> Date: Sun, 12 Feb 2012 22:48:00 -0500 From: Dave Brosius User-Agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: user@cassandra.apache.org, watanabe.maki@gmail.com Subject: Re: How to find a commit for specific release on git? References: In-Reply-To: Content-Type: multipart/alternative; boundary="------------080003040307000708060804" This is a multi-part message in MIME format. --------------080003040307000708060804 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Based on the tags listed here: http://git-wip-us.apache.org/repos/asf?p=cassandra.git I would look here http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commit;h=9d4c0d9a37c7d77a05607b85611c3abdaf75be94 On 02/12/2012 10:39 PM, Maki Watanabe wrote: > Hello, > > How to find the right commit SHA for specific cassandra release? > For example, how to checkout 0.8.9 release on git repository? > With git log --grep=0.8.9, I found the latest commit mentioned about 0.8.9 was > --- > commit 1f92277c4bf9f5f71303ecc5592e27603bc9dec1 > Author: Sylvain Lebresne > Date: Sun Dec 11 00:02:14 2011 +0000 > > prepare for release 0.8.9 > > git-svn-id: > https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1212938 > 13f79535-47bb-0310-9956-ffa450edef68 > --- > > However I don't think it's a reliable way. I've also checked > CHANGES.txt and NEW.txt but thoese say nothing on commit SHA. > > regards, --------------080003040307000708060804 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Based on the tags listed here: http://git-wip-us.apache.org/repos/asf?p=cassandra.git

I would look here

http://git-wip-us.apache.org/repos/asf?p=cassandra.git;a=commit;h=9d4c0d9a37c7d77a05607b85611c3abdaf75be94


On 02/12/2012 10:39 PM, Maki Watanabe wrote:
Hello,

How to find the right commit SHA for specific cassandra release?
For example, how to checkout 0.8.9 release on git repository?
With git log --grep=0.8.9, I found the latest commit mentioned about 0.8.9 was
---
commit 1f92277c4bf9f5f71303ecc5592e27603bc9dec1
Author: Sylvain Lebresne <slebresne@apache.org>
Date:   Sun Dec 11 00:02:14 2011 +0000

    prepare for release 0.8.9

    git-svn-id:
https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.8@1212938
13f79535-47bb-0310-9956-ffa450edef68
---

However I don't think it's a reliable way.  I've also checked
CHANGES.txt and NEW.txt but thoese say nothing on commit SHA.

regards,

--------------080003040307000708060804--