From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10542 invoked by alias); 7 Aug 2003 15:22:39 -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 10526 invoked from network); 7 Aug 2003 15:22:37 -0000 Received: from unknown (HELO neon-gw.transmeta.com) (63.209.4.196) by sources.redhat.com with SMTP; 7 Aug 2003 15:22:37 -0000 Received: (from root@localhost) by neon-gw.transmeta.com (8.9.3/8.9.3) id IAA18384; Thu, 7 Aug 2003 08:22:33 -0700 Received: from mailhost.transmeta.com(10.1.1.15) by neon-gw.transmeta.com via smap (V2.1) id xma018374; Thu, 7 Aug 03 08:22:08 -0700 Received: from casey.transmeta.com (casey.transmeta.com [10.10.25.22]) by deepthought.transmeta.com (8.11.6/8.11.6) with ESMTP id h77FMA305129; Thu, 7 Aug 2003 08:22:10 -0700 (PDT) Received: (from dje@localhost) by casey.transmeta.com (8.9.3/8.7.3) id IAA26203; Thu, 7 Aug 2003 08:22:10 -0700 From: Doug Evans MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16178.28322.667811.103790@casey.transmeta.com> Date: Thu, 07 Aug 2003 15:22:00 -0000 To: Bob Rossi cc: gdb@sources.redhat.com Subject: cvs update In-Reply-To: <16178.27489.419187.594504@casey.transmeta.com> References: <20030807113218.GA21231@white> <16178.27489.419187.594504@casey.transmeta.com> X-SW-Source: 2003-08/txt/msg00102.txt.bz2 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.