From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29224 invoked by alias); 11 Jun 2004 15:11:41 -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 29152 invoked from network); 11 Jun 2004 15:11:36 -0000 Received: from unknown (HELO lakermmtao04.cox.net) (68.230.240.35) by sourceware.org with SMTP; 11 Jun 2004 15:11:36 -0000 Received: from white ([68.9.64.121]) by lakermmtao04.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040611151133.IPHY12116.lakermmtao04.cox.net@white>; Fri, 11 Jun 2004 11:11:33 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BYngs-0003qE-00; Fri, 11 Jun 2004 11:11:34 -0400 Date: Fri, 11 Jun 2004 15:11:00 -0000 From: Bob Rossi To: Ian Lance Taylor Cc: gdb@sources.redhat.com Subject: Re: CVS checkout aborted Message-ID: <20040611151134.GG14465@white> Mail-Followup-To: Ian Lance Taylor , gdb@sources.redhat.com References: <20040611140643.GA3710@coe.casa.cgf.cx> <20040611141604.GD14465@white> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.28i X-SW-Source: 2004-06/txt/msg00128.txt.bz2 On Fri, Jun 11, 2004 at 10:59:36AM -0400, Ian Lance Taylor wrote: > Bob Rossi writes: > > > Actually, now if I do > > > > cvs -z3 -d ':ext:bobbybrasko@sources.redhat.com:/cvs/src' co gdb+dejagnu > > > > I end up with > > > > $ ls src/ > > CVS config dejagnu gdb libiberty readline texinfo > > bfd contrib etc include mmalloc sim utils > > cgen cpu expect intl opcodes tcl > > > > I used to get the configure script, and other stuff. However, if I do > > this again > > > > cvs -z3 -d ':ext:bobbybrasko@sources.redhat.com:/cvs/src' co > > gdb+dejagnu > > I tried co gdb+dejagnu from scratch, and it seemed to work fine. I > don't know what happened for you. Are you sure you started in an > empty directory? Conceivably it was related to the CVS hiccup we had > yesterday, although I don't see how. Ok Ian, you are correct. For some reason, the other CVS co I have must be broken. A fresh checkout works fine. Thanks, Bob Rossi