From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Anderson Subject: Re: What's up with the GIT archive on www.kernel.org? Date: Mon, 12 Sep 2005 14:42:14 -0400 Message-ID: <20050912184214.GB5276@mythryan2.michonline.com> References: <7virx7njxa.fsf@assigned-by-dhcp.cox.net> <200509112145.33994.dtor_core@ameritech.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: git@vger.kernel.org, Junio C Hamano , Linus Torvalds , Sam Ravnborg , Peter Osterlund , Linux Kernel Mailing List X-From: git-owner@vger.kernel.org Mon Sep 12 20:44:04 2005 Return-path: Received: from vger.kernel.org ([209.132.176.167]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EEtGM-0006kU-RD for gcvg-git@gmane.org; Mon, 12 Sep 2005 20:42:43 +0200 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750893AbVILSmk (ORCPT ); Mon, 12 Sep 2005 14:42:40 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932122AbVILSmj (ORCPT ); Mon, 12 Sep 2005 14:42:39 -0400 Received: from mail.autoweb.net ([198.172.237.26]:26345 "EHLO mail.autoweb.net") by vger.kernel.org with ESMTP id S1750893AbVILSmj (ORCPT ); Mon, 12 Sep 2005 14:42:39 -0400 Received: from pcp01184054pcs.strl301.mi.comcast.net ([68.60.186.73] helo=michonline.com) by mail.autoweb.net with esmtp (Exim 4.44) id 1EEtFv-0000Lc-P2; Mon, 12 Sep 2005 14:42:15 -0400 Received: from mythical ([10.254.251.11] ident=Debian-exim) by michonline.com with esmtp (Exim 3.35 #1 (Debian)) id 1EEtFv-0003Em-00; Mon, 12 Sep 2005 14:42:15 -0400 Received: from ryan by mythical with local (Exim 4.52) id 1EEtFv-0001Sc-0O; Mon, 12 Sep 2005 14:42:15 -0400 To: Dmitry Torokhov Content-Disposition: inline In-Reply-To: <200509112145.33994.dtor_core@ameritech.net> User-Agent: Mutt/1.5.9i Sender: git-owner@vger.kernel.org Precedence: bulk X-Mailing-List: git@vger.kernel.org Archived-At: On Sun, Sep 11, 2005 at 09:45:33PM -0500, Dmitry Torokhov wrote: > > Call me brain-dead but all of this just makes me rsync my tree to > kernel.org and then manually do "ln -f" for all the packs that Linus > has. This way I am sure tht the tree is what I have plus and it is > "pullable". If you have access to make hardlinks, you should be able to use git-relink to do the hard work for you. >>From memory: git relink my_dir1 my_dir2 ... master_dir or: git relink my-kernel-tree /pub/scm/.../torvalds/linux.git/ (I think that will work - via a bug in my initial attempt to write git-relink, I look to make sure the path ends in ".git/" not "/.git/". So the above should work. I think.) -- Ryan Anderson sometimes Pug Majere