From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25967 invoked by alias); 27 Mar 2002 12:32:24 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 25912 invoked from network); 27 Mar 2002 12:32:21 -0000 Received: from unknown (HELO venus.cs.mu.oz.au) (128.250.37.136) by sources.redhat.com with SMTP; 27 Mar 2002 12:32:21 -0000 Received: from fjh by venus.cs.mu.oz.au with local (Exim 3.34 #1 (Debian)) id 16qCax-0000Hv-00; Wed, 27 Mar 2002 23:32:03 +1100 Date: Wed, 27 Mar 2002 04:32:00 -0000 From: Fergus Henderson To: Tom Lord Cc: dan@dberlin.org, gcc@gcc.gnu.org, gdb@sources.redhat.com Subject: Re: gcc development schedule [Re: sharing libcpp between GDB and GCC] Message-ID: <20020327123202.GA1080@venus.cs.mu.oz.au> References: <200203270753.XAA03892@emf.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200203270753.XAA03892@emf.net> User-Agent: Mutt/1.3.27i X-SW-Source: 2002-03/txt/msg00276.txt.bz2 On 26-Mar-2002, Tom Lord wrote: > Regarding revision control, there can be a queue from branches > (including branches outside the main repository) to the trunk. For > most change sets, propagation along that queue, passing through the > testing barrier, can be automated. Resolving merge conflicts can never be automated. > > In addition, it assumes there is no overhead associated with > > maintaining a branch > > Sorry, but nobody is going to merge a complete rewrite of the > > C++ parser, for instance, to the head, without *any* > > difficulties whatsover. > > Using _any_ modern system, the merge can be worked out on a branch and > the transition to the trunk automated. That doesn't solve the problem. If changes stay on branches for longer, rather than being incorporated in the trunk, there will be more conflicts. This leads to increased overhead resolving the merge conflicts. -- Fergus Henderson | "I have always known that the pursuit The University of Melbourne | of excellence is a lethal habit" WWW: | -- the last words of T. S. Garp.