From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14457 invoked by alias); 3 Feb 2003 01:35:50 -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 14450 invoked from network); 3 Feb 2003 01:35:48 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 3 Feb 2003 01:35:48 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h131Zmf01244 for ; Sun, 2 Feb 2003 20:35:48 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h131Zma02461 for ; Sun, 2 Feb 2003 20:35:48 -0500 Received: from localhost.redhat.com (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h131ZlQ19445 for ; Sun, 2 Feb 2003 20:35:48 -0500 Received: by localhost.redhat.com (Postfix, from userid 469) id EB596FF79; Sun, 2 Feb 2003 20:39:58 -0500 (EST) From: Elena Zannoni MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15933.51310.38055.88189@localhost.redhat.com> Date: Mon, 03 Feb 2003 01:35:00 -0000 To: Nick Roberts Cc: gdb@sources.redhat.com Subject: Re: Current snapshot In-Reply-To: <15933.41183.54378.465447@nick.uklinux.net> References: <15933.41183.54378.465447@nick.uklinux.net> X-SW-Source: 2003-02/txt/msg00037.txt.bz2 Nick Roberts writes: > > I've downloaded the current snapshot (it was gdb+dejagnu-20030201.tar.bz2), > uncompressed, unpacked and built gdb without any problem. > > I'm ready to receive the imminent patches for: > > interpreter mi - > -interpreter-exec console cli-command > > http://sources.redhat.com/gdb/current/ says > > > Once you have downloaded and unpacked this snapshot, you can cd to the src > > directory and use the command: > > > cvs update > > > to bring your sources up-to-date (see note above about login). > > I can't find the src directory. The directory that appears to contain the > sources is gdb and there are no directories called CVS or files called Root, > Entries anywhere etc. So when I type cvs update, I get > > > cvs update: No CVSROOT specified! Please use the `-d' option > > cvs [update aborted]: or set the CVSROOT environment variable. > > Can anyone help please? > Instead of downloading a snapshot, which doesn't have the CVS stuff in it, do a cvs checkout as explained in http://sources.redhat.com/gdb/current/ then, all you will have to do is a 'cvs update' to get the patches. elena > Nick