public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* cvs [checkout aborted]: head attribute does not match file
@ 2004-06-11  1:55 Michael Elizabeth Chastain
  2004-06-11 13:58 ` Angela Marie Thomas
  2004-06-11 16:44 ` Ian Lance Taylor
  0 siblings, 2 replies; 7+ messages in thread
From: Michael Elizabeth Chastain @ 2004-06-11  1:55 UTC (permalink / raw)
  To: overseers

I'm having a CVS problem with src/gdb/version.in .
My client is red hat linux 8, cvs client 1.11.2.

  % cvs -q -d :pserver:anoncvs:anoncvs@sources.redhat.com:/cvs/src -z 9 checkout gdb
  U ...
  U ...
  U ...
  cvs [checkout aborted]: head attribute does not match file for `/cvs/src/src/gdb/version.in,v'

  % cd src/gdb
  % cvs status version.in
  ===================================================================
  File: no file version.in                Status: Needs Checkout

    Working revision:    No entry for version.in
    Repository revision: 1.1063  /cvs/src/src/gdb/version.in,v

  % cvs update version.in
  cvs [update aborted]: head attribute does not match file for `/cvs/src/src/gdb/version.in,v'

  % cvs log version.in
  cvs [log aborted]: head attribute does not match file for `/cvs/src/src/gdb/version.in,v'

Michael C

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cvs [checkout aborted]: head attribute does not match file
  2004-06-11  1:55 cvs [checkout aborted]: head attribute does not match file Michael Elizabeth Chastain
@ 2004-06-11 13:58 ` Angela Marie Thomas
  2004-06-11 15:02   ` Christopher Faylor
  2004-06-11 16:44 ` Ian Lance Taylor
  1 sibling, 1 reply; 7+ messages in thread
From: Angela Marie Thomas @ 2004-06-11 13:58 UTC (permalink / raw)
  To: Michael Elizabeth Chastain; +Cc: overseers


fixed

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cvs [checkout aborted]: head attribute does not match file
  2004-06-11 13:58 ` Angela Marie Thomas
@ 2004-06-11 15:02   ` Christopher Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2004-06-11 15:02 UTC (permalink / raw)
  To: overseers

On Thu, Jun 10, 2004 at 06:41:26PM -0700, Angela Marie Thomas wrote:
>fixed

Hmm.  I hope this isn't due to my recent update of cvs.

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cvs [checkout aborted]: head attribute does not match file
  2004-06-11  1:55 cvs [checkout aborted]: head attribute does not match file Michael Elizabeth Chastain
  2004-06-11 13:58 ` Angela Marie Thomas
@ 2004-06-11 16:44 ` Ian Lance Taylor
  2004-06-13 14:18   ` Jim Blandy
  1 sibling, 1 reply; 7+ messages in thread
From: Ian Lance Taylor @ 2004-06-11 16:44 UTC (permalink / raw)
  To: Michael Elizabeth Chastain; +Cc: overseers

mec.gnu@mindspring.com (Michael Elizabeth Chastain) writes:

> I'm having a CVS problem with src/gdb/version.in .
> My client is red hat linux 8, cvs client 1.11.2.
> 
>   % cvs -q -d :pserver:anoncvs:anoncvs@sources.redhat.com:/cvs/src -z 9 checkout gdb
>   U ...
>   U ...
>   U ...
>   cvs [checkout aborted]: head attribute does not match file for `/cvs/src/src/gdb/version.in,v'

Somebody has already fixed this.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cvs [checkout aborted]: head attribute does not match file
  2004-06-11 16:44 ` Ian Lance Taylor
@ 2004-06-13 14:18   ` Jim Blandy
  2004-06-15 20:14     ` Ian Lance Taylor
  0 siblings, 1 reply; 7+ messages in thread
From: Jim Blandy @ 2004-06-13 14:18 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: Michael Elizabeth Chastain, overseers

Ian Lance Taylor <ian@wasabisystems.com> writes:

> mec.gnu@mindspring.com (Michael Elizabeth Chastain) writes:
> 
> > I'm having a CVS problem with src/gdb/version.in .
> > My client is red hat linux 8, cvs client 1.11.2.
> > 
> >   % cvs -q -d :pserver:anoncvs:anoncvs@sources.redhat.com:/cvs/src -z 9 checkout gdb
> >   U ...
> >   U ...
> >   U ...
> >   cvs [checkout aborted]: head attribute does not match file for `/cvs/src/src/gdb/version.in,v'
> 
> Somebody has already fixed this.

I'm currently seeing the same behavior:

    $ cat CVS/Root
    :ext:jimb@sources.redhat.com:/cvs/src
    $ cat CVS/Repository
    src
    $ cvs update
    ? gdb/new-gdbarch.c
    ? gdb/new-gdbarch.h
    ? gdb/new-gdbarch.log
    P ChangeLog
    P MAINTAINERS
    P Makefile.def
    P Makefile.in
    P Makefile.tpl
    P configure
    P configure.in
    P bfd/ChangeLog
    P bfd/coff-alpha.c
    P bfd/configure
    P bfd/configure.in
    P bfd/elf-m10300.c
    P bfd/elflink.c
    P bfd/version.h
    P config/ChangeLog
    P config/acx.m4
    P dejagnu/ChangeLog
    P dejagnu/baseboards/mn10300-sim.exp
    cvs [update aborted]: head attribute does not match file for `/cvs/src/src/gdb/ChangeLog,v'
    $

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cvs [checkout aborted]: head attribute does not match file
  2004-06-13 14:18   ` Jim Blandy
@ 2004-06-15 20:14     ` Ian Lance Taylor
  2004-06-15 20:17       ` Christopher Faylor
  0 siblings, 1 reply; 7+ messages in thread
From: Ian Lance Taylor @ 2004-06-15 20:14 UTC (permalink / raw)
  To: Jim Blandy; +Cc: Michael Elizabeth Chastain, overseers

Jim Blandy <jimb@redhat.com> writes:

>     cvs [update aborted]: head attribute does not match file for `/cvs/src/src/gdb/ChangeLog,v'

Fixed again, but something very odd is going on.

Ian

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: cvs [checkout aborted]: head attribute does not match file
  2004-06-15 20:14     ` Ian Lance Taylor
@ 2004-06-15 20:17       ` Christopher Faylor
  0 siblings, 0 replies; 7+ messages in thread
From: Christopher Faylor @ 2004-06-15 20:17 UTC (permalink / raw)
  To: mec.gnu, overseers, jimb

On Fri, Jun 11, 2004 at 05:01:35PM -0400, Ian Lance Taylor wrote:
>Jim Blandy <jimb@redhat.com> writes:
>
>>     cvs [update aborted]: head attribute does not match file for `/cvs/src/src/gdb/ChangeLog,v'
>
>Fixed again, but something very odd is going on.

Did you happen to notice who did the last checkin and when?

I just did a sweep through the repositories, zeroed all of the
fileattrs, and changed the ownership of all of them to anoncvs.  This
shouldn't be strictly necessary but it may help anoncvs users slightly
in the long run.

I didn't see anything in the changes for the new version of cvs which
would account for this behavior but it is fishy that I changed cvs and
people are reporting problems.

cgf

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2004-06-12 17:17 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-11  1:55 cvs [checkout aborted]: head attribute does not match file Michael Elizabeth Chastain
2004-06-11 13:58 ` Angela Marie Thomas
2004-06-11 15:02   ` Christopher Faylor
2004-06-11 16:44 ` Ian Lance Taylor
2004-06-13 14:18   ` Jim Blandy
2004-06-15 20:14     ` Ian Lance Taylor
2004-06-15 20:17       ` Christopher Faylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).