From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19741 invoked by alias); 11 Jun 2004 14:21:23 -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 19677 invoked from network); 11 Jun 2004 14:21:15 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 11 Jun 2004 14:21:15 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1BYmuB-0005cJ-4d for ; Fri, 11 Jun 2004 10:21:15 -0400 Date: Fri, 11 Jun 2004 14:21:00 -0000 From: Daniel Jacobowitz To: gdb@sources.redhat.com Subject: Re: CVS checkout aborted Message-ID: <20040611142114.GA21501@nevyn.them.org> Mail-Followup-To: 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: <20040611141604.GD14465@white> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-06/txt/msg00124.txt.bz2 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... -- Daniel Jacobowitz