From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21087 invoked by alias); 11 Jun 2004 14:59:46 -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 21075 invoked from network); 11 Jun 2004 14:59:45 -0000 Received: from unknown (209.128.65.135) by sourceware.org with QMTP; 11 Jun 2004 14:59:45 -0000 Received: (qmail 23065 invoked by uid 10); 11 Jun 2004 14:59:44 -0000 Received: (qmail 10758 invoked by uid 500); 11 Jun 2004 14:59:36 -0000 From: Ian Lance Taylor To: Bob Rossi Cc: gdb@sources.redhat.com Subject: Re: CVS checkout aborted References: <20040611140643.GA3710@coe.casa.cgf.cx> <20040611141604.GD14465@white> Date: Fri, 11 Jun 2004 14:59:00 -0000 In-Reply-To: <20040611141604.GD14465@white> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2004-06/txt/msg00127.txt.bz2 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. Ian