From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12345 invoked by alias); 7 Aug 2003 15:26:09 -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 12211 invoked from network); 7 Aug 2003 15:25:47 -0000 Received: from unknown (HELO lakemtao04.cox.net) (68.1.17.241) by sources.redhat.com with SMTP; 7 Aug 2003 15:25:47 -0000 Received: from white ([68.9.191.65]) by lakemtao04.cox.net (InterMail vM.5.01.04.05 201-253-122-122-105-20011231) with ESMTP id <20030807152547.XVLB13930.lakemtao04.cox.net@white>; Thu, 7 Aug 2003 11:25:47 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 19kmeA-0005be-00; Thu, 07 Aug 2003 11:25:46 -0400 Date: Thu, 07 Aug 2003 15:26:00 -0000 From: Bob Rossi To: Doug Evans Cc: gdb@sources.redhat.com Subject: Re: cvs update Message-ID: <20030807152546.GA21305@white> Mail-Followup-To: Doug Evans , gdb@sources.redhat.com References: <20030807113218.GA21231@white> <16178.27489.419187.594504@casey.transmeta.com> <16178.28322.667811.103790@casey.transmeta.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <16178.28322.667811.103790@casey.transmeta.com> User-Agent: Mutt/1.3.28i X-SW-Source: 2003-08/txt/msg00103.txt.bz2 wooo, I didn't know you could do that. Thanks! It seems like your saying there are many ways to do it. It also seems like you are saying to *not* just update the gdb tree. I have to update everything it depends on? I am new at working with gdb, sorry for the low level questions. Thanks, Bob Rossi On Thu, Aug 07, 2003 at 08:22:10AM -0700, Doug Evans wrote: > Doug Evans writes: > > Bob Rossi writes: > > > If I do need to update several packages, is there a list? or should I > > > just do it from the top level? > > > > Or, if you checked out both gdb and binutils, say with: > > > > bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout gdb binutils > > > > then, again, update the same way: > > > > bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout gdb binutils > > Sorry to follow-up my own message. I forgot something. > > You can see what modules are available to checkout with > > bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout modules > > and browse file modules/modules. > > Note that there is a combined gdb+binutils module, thus you can do: > > bash$ cvs -d ':pserver:anoncvs@sources.redhat.com:/cvs/src' checkout gdb+bintuils > > Dunno how permanent the gdb+binutils module is.