From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10039 invoked by alias); 22 Sep 2004 00:58:16 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10012 invoked from network); 22 Sep 2004 00:58:14 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sourceware.org with SMTP; 22 Sep 2004 00:58:14 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id 468D447D95; Tue, 21 Sep 2004 17:58:13 -0700 (PDT) Date: Wed, 22 Sep 2004 00:58:00 -0000 From: Joel Brobecker To: Andrew Cagney Cc: gdb-patches@sources.redhat.com Subject: Re: [patch;rfa:doc] 5.2.50 on mainline Message-ID: <20040922005813.GG968@gnat.com> References: <41508EC1.9040506@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41508EC1.9040506@gnu.org> User-Agent: Mutt/1.4i X-SW-Source: 2004-09/txt/msg00350.txt.bz2 Just a small comment: > ! > ! | > ! 5.1.50_2002-03-03-cvs > ! | > ! +--------------------------. > ! > ! | | > ! 5.1.90 (draft #1) 5.2.50_2002-03-03-cvs > ! | | > ! 5.1.90_2002-03-03-cvs 5.2.50_2002-03-04-cvs > ! | | > ! 5.1.91 (draft #2) 5.2.50_2002-03-05-cvs > ! | | > ! 5.1.91_2002-03-05-cvs 5.2.50_2002-03-06-cvs > ! | | > ! 5.2 (release) 5.2.50_2002-03-06-cvs > ! | | > ! 5.2.0.90_2002-03-07-cvs 5.2.50_2002-03-07-cvs > ! | | > ! 5.2.1 (update) 5.2.50_2002-03-08-cvs > ! | > ! +----------- - - > ! > ! | > ! 5.2.90 (draft #1) It seems more natural to me to have mainline be a straight line and then have each branch be cut out of mainline. Something like this: | 5.1.50_2002-03-03-cvs | +--------------------------. | | | 5.2.50_2002-03-03-cvs 5.1.90 (draft #1) | | 5.2.50_2002-03-04-cvs 5.1.90_2002-03-03-cvs | | 5.2.50_2002-03-05-cvs 5.1.91 (draft #2) | | 5.2.50_2002-03-06-cvs 5.1.91_2002-03-05-cvs | | 5.2.50_2002-03-06-cvs 5.2 (release) | | 5.2.50_2002-03-07-cvs 5.2.0.90_2002-03-07-cvs | | 5.2.50_2002-03-08-cvs 5.2.1 (update) | 5.2.50_2002-03-09-cvs | 5.2.50_2002-03-10-cvs | 5.2.50_2002-03-11-cvs | 5.2.50_2002-03-12-cvs | +--------------------------. | | | 5.3.50_2002-03-13-cvs 5.2.90 (draft #1) | | -- Joel