From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Kcooo-0006Nu-Bt for mharc-grub-devel@gnu.org; Mon, 08 Sep 2008 18:02:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Kcoon-0006Nf-0g for grub-devel@gnu.org; Mon, 08 Sep 2008 18:02:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Kcool-0006NQ-Nk for grub-devel@gnu.org; Mon, 08 Sep 2008 18:02:44 -0400 Received: from [199.232.76.173] (port=45489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kcool-0006NN-Gs for grub-devel@gnu.org; Mon, 08 Sep 2008 18:02:43 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:49927) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Kcool-0003uR-7U for grub-devel@gnu.org; Mon, 08 Sep 2008 18:02:43 -0400 Received: from [85.180.29.9] (e180029009.adsl.alicedsl.de [85.180.29.9]) by mrelayeu.kundenserver.de (node=mrelayeu2) with ESMTP (Nemesis) id 0MKwtQ-1KcooZ2aOq-0005US; Tue, 09 Sep 2008 00:02:31 +0200 From: Felix Zielcke To: The development of GRUB 2 In-Reply-To: <1220552460.18782.43.camel@fz.local> References: <1219403324.4450.37.camel@fz.local> <20080822125823.GC20330@thorin> <1219410801.4450.56.camel@fz.local> <1220050444.11557.11.camel@fz.local> <1220051014.7979.6.camel@dv> <1220088538.10913.9.camel@fz.local> <1220148681.7450.14.camel@dv> <1220353928.4101.26.camel@fz.local> <1220355051.5555.9.camel@dv> <1220552460.18782.43.camel@fz.local> Content-Type: text/plain Date: Tue, 09 Sep 2008 00:02:30 +0200 Message-Id: <1220911350.4142.4.camel@fz.local> Mime-Version: 1.0 X-Mailer: Evolution 2.22.3.1 Content-Transfer-Encoding: 7bit X-Provags-ID: V01U2FsdGVkX1/vw+PRS1UebNZ3Mr20ki7N3A90zLrtKrx+aDk lwjqcA+wy2oxRZ+UwGkA0zw+AUnxvsYHnjFQWAp0Xm1GYNUqYT zOhHMsX4bDL+vyWASRVNsJeqXw5uWRu X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) Subject: Re: [RFC] DISTLIST and gendistlist.sh X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Sep 2008 22:02:45 -0000 Am Donnerstag, den 04.09.2008, 20:21 +0200 schrieb Felix Zielcke: > I think also that the SVN approach would be the better one. > Shouldn't be too hard to replace that `make > dist'/DISTLIST/gendistlist.sh stuff with a small script which uses SVN > for this. I played now a bit with `git-svn' and noticed that `git show HEAD^{tree}' is only showing the directories. There seems to be now a increased git interest floating around ;) So I think just ditching the old method completely and just depending on SVN wouldn't be that great for the long term future.