Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-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 7B333D31A for ; Thu, 6 Dec 2012 17:54:11 +0000 (UTC) Received: (qmail 27273 invoked by uid 500); 6 Dec 2012 17:54:11 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 26866 invoked by uid 500); 6 Dec 2012 17:54:10 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 26839 invoked by uid 99); 6 Dec 2012 17:54:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 17:54:09 +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.177] (HELO mail-ie0-f177.google.com) (209.85.223.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2012 17:54:03 +0000 Received: by mail-ie0-f177.google.com with SMTP id k13so11948209iea.8 for ; Thu, 06 Dec 2012 09:53:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=gKYoIdC7RWW9S/nBtM8OjOAXJPUj3GEB5U75hUyCDpk=; b=BiJMGRfvXFvoDPFbuvo0gobFNMT4FBJrx10U5agmNX3UO8/OoO6UFa8Q8CGARDR8rP pdrEDv5iGbU9eazIUImHWeYRVJestOLMZ94ng0Y9ixztXK9SLwYEnE6RbiCeFrGqnPsO TAMmkhjQDnvAMKqtaeOcUd+04T7petihGlMemKIk0WBum0B93WQSD5wdo3r+CdbgeSI5 xt+sA6kluPfWlMpKmM7zeFBdxNgUeDFQrvam/CgsXRn0B0+Z6iP4zuemvS4FksXkY7uM AlfKKi13R4PTAAc+f8Mo1+A9MwKBKDw7urObXG9k1+AOJDLIprxXEec6tp0kQdnIYetF FANw== MIME-Version: 1.0 Received: by 10.50.213.40 with SMTP id np8mr2338955igc.56.1354816421994; Thu, 06 Dec 2012 09:53:41 -0800 (PST) Received: by 10.64.97.36 with HTTP; Thu, 6 Dec 2012 09:53:41 -0800 (PST) In-Reply-To: References: Date: Thu, 6 Dec 2012 12:53:41 -0500 Message-ID: Subject: Re: Extract a specific version? From: Jean-Marc Spaggiari To: dev@hbase.apache.org Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQk1vItR8yMmJs51cOIasiLg5xWwuURQWSorJ7OAEytLkZaCYKNp2244ZHG6hrfIfVpmNvZ9 X-Virus-Checked: Checked by ClamAV on apache.org Thanks the replies. I now have both trunk and 0.94.3 locally and was even to build the distribution jars. JM 2012/12/5, Young Y Kim : > how about to use git checkout 0.94.3 after clone.. > > > On Thu, Dec 6, 2012 at 11:46 AM, Harsh J wrote: > >> You can rely on tags. >> >> So if you clone the git repo, you could issue "git checkout 0.94.3" or >> if you checked out via SVN, you can check out the tag root for that >> release at http://svn.apache.org/repos/asf/hbase/tags/0.94.3/. >> >> On Thu, Dec 6, 2012 at 6:36 AM, Jean-Marc Spaggiari >> wrote: >> > Hi, >> > >> > On the book the GIT and SVN commands provided allow to extract the >> > trunk version. But I would like to get 0.94.3 to test a fix for >> > HBASE-1212 in it. >> > >> > How can I extact this specific version? >> > >> > Thanks, >> > >> > JM >> >> >> >> -- >> Harsh J >> >