From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21013 invoked by alias); 28 Mar 2002 17:00:02 -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 20911 invoked from network); 28 Mar 2002 17:00:00 -0000 Received: from unknown (HELO dragon.nuxi.com) (66.92.13.169) by sources.redhat.com with SMTP; 28 Mar 2002 17:00:00 -0000 Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.2/8.12.2) with ESMTP id g2SGxVYm088051; Thu, 28 Mar 2002 08:59:31 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.2/8.12.2/Submit) id g2SGwE12088042; Thu, 28 Mar 2002 08:58:14 -0800 (PST) Date: Thu, 28 Mar 2002 09:00:00 -0000 From: "David O'Brien" To: Gerald Pfeifer Cc: overseers@gcc.gnu.org, Zack Weinberg , gcc@gcc.gnu.org, gdb@sources.redhat.com, jimb@redhat.com Subject: Re: gcc development schedule [Re: sharing libcpp between GDB and GCC] Message-ID: <20020328085814.A55362@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <20020328034552.GB23767@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pfeifer@dbai.tuwien.ac.at on Thu, Mar 28, 2002 at 10:22:49AM +0100 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 X-SW-Source: 2002-03/txt/msg00299.txt.bz2 On Thu, Mar 28, 2002 at 10:22:49AM +0100, Gerald Pfeifer wrote: > On Wed, 27 Mar 2002, Zack Weinberg wrote: > >>> (E.g. it takes about 10x longer to do "cvs update" on the 3.0 > >>> branch than the trunk.) > >> Yeah, what's up with that? (I thought it was just me.) > > Same here. > > On the gcc-3.1 branch, I'm approaching the situation where cvs update > takes longer than bootstrapping the compiler (with C and C++ frontends). That is only because one must go across the network to do 'cvs up'. When are public CVSup servers going to be made available? A bootstrap on a fast machine takes 30 minutes. It does not take anywhere near that long to 'cvs up' GCC from a local repository. For those not wanting a local copy of the repository, CVSup in "check out mode" (gives same results as 'cvs co' or 'cvs up' is 4x faster than using CVS directly). -- -- David (obrien@FreeBSD.org)