From: Bob Rossi <bob@brasko.net>
To: gdb@sources.redhat.com
Subject: Re: CVS checkout aborted
Date: Fri, 11 Jun 2004 14:16:00 -0000 [thread overview]
Message-ID: <20040611141604.GD14465@white> (raw)
In-Reply-To: <20040611140643.GA3710@coe.casa.cgf.cx>
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
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/COPYING
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/COPYING.LIB
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/COPYING.NEWLIB
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/COPYING.LIBGLOSS
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ChangeLog
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/MAINTAINERS
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/Makefile.def
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/Makefile.in
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/Makefile.tpl
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/README
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/README-maintainer-mode
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/config-ml.in
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/config.guess
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/config.if
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/config.sub
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/configure
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/configure.in
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/gettext.m4
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/install-sh
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/libtool.m4
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ltcf-c.sh
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ltcf-cxx.sh
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ltcf-gcj.sh
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ltconfig
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ltmain.sh
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/makefile.vms
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/missing
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/mkdep
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/mkinstalldirs
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/move-if-change
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/setup.com
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/src-release
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/symlink-tree
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/ylwrap
cvs checkout: existing repository /cvs/src/CVSROOT/Emptydir does not match /cvs/
cvs checkout: ignoring module src/djunpack.bat
Does this look correct? Or is there stil a problem?
Thanks,
Bob Rossi
next prev parent reply other threads:[~2004-06-11 14:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-06-11 13:59 Ulrich Weigand
2004-06-11 14:04 ` Daniel Jacobowitz
2004-06-11 14:06 ` Christopher Faylor
2004-06-11 14:08 ` Bob Rossi
2004-06-11 14:16 ` Bob Rossi [this message]
2004-06-11 14:21 ` Daniel Jacobowitz
2004-06-11 14:24 ` Bob Rossi
2004-06-11 14:57 ` Bob Rossi
2004-06-11 14:59 ` Ian Lance Taylor
2004-06-11 15:11 ` Bob Rossi
2004-06-11 15:16 ` Ian Lance Taylor
2004-06-11 14:11 Ulrich Weigand
2004-06-11 14:14 ` Ian Lance Taylor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040611141604.GD14465@white \
--to=bob@brasko.net \
--cc=gdb@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox