From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1GCxxr-00073v-Oa for mharc-grub-devel@gnu.org; Tue, 15 Aug 2006 08:24:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GCxxq-00071m-Jo for grub-devel@gnu.org; Tue, 15 Aug 2006 08:24:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GCxxp-0006yh-5u for grub-devel@gnu.org; Tue, 15 Aug 2006 08:24:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GCxxp-0006yV-1V for grub-devel@gnu.org; Tue, 15 Aug 2006 08:24:09 -0400 Received: from [212.85.152.101] (helo=kotoba.storever.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GCy3q-0007fF-Um for grub-devel@gnu.org; Tue, 15 Aug 2006 08:30:23 -0400 Received: from kotoba.oasis.nexedi.com (kotoba.oasis.nexedi.com [212.85.152.101]) by kotoba.storever.com (Postfix) with ESMTP id 12C973C79B02D for ; Tue, 15 Aug 2006 16:31:40 +0200 (CEST) Received: from [??1] (localhost [127.0.0.1]) by kotoba.storever.com (Postfix) with ESMTP id DA9CA3C79AFEE for ; Tue, 15 Aug 2006 16:31:39 +0200 (CEST) From: "Yoshinori K. Okuji" Organization: enbug.org To: The development of GRUB 2 Date: Tue, 15 Aug 2006 14:24:06 +0200 User-Agent: KMail/1.8.2 References: <87lkpszn0s.wl%jeroen@vrijschrift.org> <87k65cze97.wl%jeroen@vrijschrift.org> <1155498700.18244.12.camel@diesel> In-Reply-To: <1155498700.18244.12.camel@diesel> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608151424.07030.okuji@enbug.org> X-Bogosity: No, tests=bogofilter, spamicity=0.498176, version=0.17.2 Subject: Re: Support for reading LVM volumes 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: Tue, 15 Aug 2006 12:24:10 -0000 On Sunday 13 August 2006 21:51, Hollis Blanchard wrote: > On Sun, 2006-08-13 at 20:23 +0200, Jeroen Dekkers wrote: > > At Sun, 13 Aug 2006 11:49:06 -0500, > > > > Hollis Blanchard wrote: > > > What will happen to the google-soc2006 CVS branch when you're done? > > > > It should be merged into the mainline. > > Well, of course. :) My question wasn't "what _should_ happen?" but > rather "what _will_ happen?". > > Who is going to do this? Does this fall outside the scope of your SoC > project? I understand that branches in CVS are extremely cumbersome, so > will this be a difficult process? Anybody can do this. If nobody else wants to do, I will do it... BTW, it is not difficult to merge branches in CVS, if it is done only once. What's difficult in CVS is to track what are merged and what are not merged. In this case, the disadvantage does not matter. Okuji