This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: CVS crash?
- From: Ian Lance Taylor <ian at airs dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org, overseers at gcc dot gnu dot org
- Date: 07 May 2002 13:30:55 -0700
- Subject: Re: CVS crash?
- References: <30180000.1020803087@gandalf.codesourcery.com>
Mark Mitchell <mark@codesourcery.com> writes:
> CVS won't let me update gcc/libstdc++-v3/ChangeLog.
>
> I get:
>
> bash-2.05$ cvs update ChangeLog; cvs status ChangeLog
> cvs [server aborted]: head attribute does not match file for
> `/cvs/gcc/gcc/libstdc++-v3/ChangeLog,v'
> cvs [server aborted]: head attribute does not match file for
> `/cvs/gcc/gcc/libstdc++-v3/ChangeLog,v'
>
> What does this mean, and more importantly, how do we fix it?
It means that somebody interrupted out of a commit.
You fix it by removing the file
/cvs/gcc/gcc/libstdc++-v3/CVS/fileattr
I have done so. Your update should now work.
Ian