From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Brand Subject: Re: update of snapshot release broken? Date: Sun, 24 Oct 2010 14:21:18 +0200 Message-ID: References: <81bp6j6e4y.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from [140.186.70.92] (port=57871 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P9zZf-00076y-H6 for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 08:21:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P9zZe-0002KB-J9 for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 08:21:19 -0400 Received: from mail-iw0-f169.google.com ([209.85.214.169]:54691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P9zZe-0002K6-F7 for emacs-orgmode@gnu.org; Sun, 24 Oct 2010 08:21:18 -0400 Received: by iwn9 with SMTP id 9so3348585iwn.0 for ; Sun, 24 Oct 2010 05:21:18 -0700 (PDT) In-Reply-To: <81bp6j6e4y.fsf@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Jambunathan K Cc: Org Mode On Sun, Oct 24, 2010 at 13:09, Jambunathan K wrote: > git archive --format=tar --prefix=project/ HEAD | gzip >latest.tar.gz Thanks, that helps me already to install the currently very latest version to a different machine at some time later. But even better for me would be to git-pull the very latest version on one machine, get its SHA1 and then do a git-whatever with the same SHA1 at some time later on another machine to get the same version again.