From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23300 invoked by alias); 11 Jun 2004 14:24:30 -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 23260 invoked from network); 11 Jun 2004 14:24:26 -0000 Received: from unknown (HELO lakermmtao07.cox.net) (68.230.240.32) by sourceware.org with SMTP; 11 Jun 2004 14:24:26 -0000 Received: from white ([68.9.64.121]) by lakermmtao07.cox.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20040611142426.IQIF10348.lakermmtao07.cox.net@white> for ; Fri, 11 Jun 2004 10:24:26 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1BYmxF-0003oV-00 for ; Fri, 11 Jun 2004 10:24:25 -0400 Date: Fri, 11 Jun 2004 14:24:00 -0000 From: Bob Rossi To: gdb@sources.redhat.com Subject: Re: CVS checkout aborted Message-ID: <20040611142425.GE14465@white> Mail-Followup-To: gdb@sources.redhat.com References: <20040611140643.GA3710@coe.casa.cgf.cx> <20040611141604.GD14465@white> <20040611142114.GA21501@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040611142114.GA21501@nevyn.them.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2004-06/txt/msg00125.txt.bz2 On Fri, Jun 11, 2004 at 10:21:15AM -0400, Daniel Jacobowitz wrote: > On Fri, Jun 11, 2004 at 10:16:04AM -0400, Bob Rossi wrote: > > On Fri, Jun 11, 2004 at 10:06:43AM -0400, Christopher Faylor wrote: > > > On Fri, Jun 11, 2004 at 03:59:15PM +0200, Ulrich Weigand wrote: > > > >I'm getting this error: > > > >cvs [checkout aborted]: head attribute does not match file for `/cvs/src/src/gdb/version.in,v' > > > > > > > >when trying a > > > >cvs -d :ext:uweigand@gcc.gnu.org:/cvs/src co gdb > > > > > > > >Any known CVS issues at the moment? > > > > > > This should be fixed. We updated cvs yesterday and there was a minor > > > glitch (caused by me) in the process. > > > > 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 > > > > Here is the output of the command, > > > > cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/ > > cvs checkout: ignoring module src/.cvsignore > > Hmm, I used to get this when I tried to use co -d (separate from cvs -d > co). You definitely shouldn't get it wen using a straight checkout so > it sounds like modules support isn't working... This was working for me yesterday. Bobby