public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* Minor cvs problem (I hope)
@ 2003-05-13 21:14 Geoffrey Keating
  2003-05-13 21:33 ` Angela Marie Thomas
  2003-05-13 21:49 ` Angela Marie Thomas
  0 siblings, 2 replies; 32+ messages in thread
From: Geoffrey Keating @ 2003-05-13 21:14 UTC (permalink / raw)
  To: overseers; +Cc: Mark Mitchell, Janis Johnson

I got:

cvs [server aborted]: unable to reopen 
`/cvs/gcc/gcc/gcc/testsuite/g++.dg/gcov/Attic/gcov-1.x,v'

On inspection, I found:

[geoffk@sourceware ~]$ ls -al /cvs/gcc/gcc/gcc/testsuite/g++.dg/gcov/
total 80
drwxrwsr-x    3 janis    gcc          4096 May 13 21:07 .
drwxrwsr-x   27 jason    gcc          4096 May 13 21:07 ..
drwxrwsr-x    2 janis    gcc          4096 Jan 17 06:03 CVS
-r--r--r--    1 mmitchel gcc         17348 May 13 20:36 gcov-1.C,v
-r--r--r--    1 mmitchel gcc          9207 May 13 20:36 gcov-2.C,v
-r--r--r--    1 mmitchel gcc          9090 May 13 20:36 gcov-3.C,v
-r--r--r--    1 mmitchel gcc          8955 May 13 20:36 gcov-3.h,v
-r--r--r--    1 mmitchel gcc         10093 May 13 20:36 gcov.exp,v
[geoffk@sourceware ~]$ ls -al 
/cvs/gcc/gcc/gcc/testsuite/g++.dg/gcov/CVS/
total 12
drwxrwsr-x    2 janis    gcc          4096 Jan 17 06:03 .
drwxrwsr-x    3 janis    gcc          4096 May 13 21:07 ..
-rw-rw-r--    1 anoncvs  gcc           182 Apr  9 19:28 fileattr
[geoffk@sourceware ~]$ cat 
/cvs/gcc/gcc/gcc/testsuite/g++.dg/gcov/CVS/fileattr
Fgcov-1.C       _head=1.2;_expand=
Fgcov-1.x       _head=1.2;_expand=;_attic=
Fgcov-2.C       _head=1.1;_expand=
Fgcov-3.C       _head=1.1;_expand=
Fgcov-3.h       _head=1.1;_expand=
Fgcov.exp       _head=1.1;_expand=

so I did

[geoffk@sourceware ~]$ rm 
/cvs/gcc/gcc/gcc/testsuite/g++.dg/gcov/CVS/fileattr

and hopefully that'll fix it temporarily.  However, we're still missing 
a gcov-1.x file, which must have existed at some point because there's 
this ChangeLog entry:

2003-03-27  Mark Mitchell  <mark@codesourcery.com>

         * lib/gcov.exp (run-gcov): Add branches and calls options, 
rather
         than reading .x files.
         * g++.dg/gcov/gcov-1.C: Use run-gcov options, not .x files.
         * g77.dg/gcov/gcov-1.f: Likewise.
         * gcc.misc-tests/gcov-4b.c: Likewise.
         * gcc.misc-tests/gcov-5b.c: Likewise.
         * gcc.misc-tests/gcov-6.c: Likewise.
         * gcc.misc-tests/gcov-7.c: Likewise.
         * gcc.misc-tests/gcov-8.c: Likewise.
         * g++.dg/gcov/gcov-1.x: Remove.
         * g77.dg/gcov/gcov-1.x: Likewise.
         * gcc.misc-tests/gcov-4b.x: Likewise.
         * gcc.misc-tests/gcov-5b.x: Likewise.
         * gcc.misc-tests/gcov-6.x: Likewise.
         * gcc.misc-tests/gcov-7.x: Likewise.
         * gcc.misc-tests/gcov-8.x: Likewise.

and this one:

2002-03-29  Janis Johnson  <janis187@us.ibm.com>

         * g++.dg/dg.exp: Ignore tests in new directories bprob and gcov.
         * g++.dg/bprob/bprob.exp: New driver for profile-directed branch
         ordering tests.
         * g++.dg/bprob/bprob-1.C: New test.
         * g++.dg/gcov/gcov.exp: New driver for gcov tests.
         * g++.dg/gcov/gcov-1.C: New test.
         * g++.dg/gcov/gcov-1.x: New file.
         * g++.dg/gcov/gcov-2.C: New test.
         * g++.dg/gcov/gcov-3.C: New test.
         * g++.dg/gcov/gcov-3.h: New file.

I am quite concerned at the prospect of having CVS randomly delete 
files.  That should not ever happen.

I should have a backup of this RCS file, I will restore it tonight.

-- 
Geoff Keating <geoffk@apple.com>

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

end of thread, other threads:[~2003-05-14  3:43 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-13 21:14 Minor cvs problem (I hope) Geoffrey Keating
2003-05-13 21:33 ` Angela Marie Thomas
2003-05-13 21:38   ` Mark Mitchell
2003-05-13 21:43     ` Ian Lance Taylor
2003-05-13 21:41   ` Christopher Faylor
2003-05-13 21:49 ` Angela Marie Thomas
2003-05-13 22:11   ` Christopher Faylor
2003-05-13 22:14   ` Mark Mitchell
2003-05-13 22:39     ` Angela Marie Thomas
2003-05-13 22:36       ` Mark Mitchell
2003-05-13 22:45         ` Angela Marie Thomas
2003-05-13 22:51           ` Mark Mitchell
2003-05-13 23:06             ` Christopher Faylor
2003-05-13 23:09               ` Angela Marie Thomas
2003-05-13 23:18                 ` Christopher Faylor
2003-05-13 23:22                   ` Angela Marie Thomas
2003-05-13 23:29                     ` Christopher Faylor
2003-05-13 23:35                       ` Angela Marie Thomas
2003-05-13 23:38                         ` Christopher Faylor
2003-05-14  2:05                       ` Phil Edwards
2003-05-14  2:38                         ` Angela Marie Thomas
2003-05-13 23:32                   ` Angela Marie Thomas
2003-05-13 23:44                     ` Mark Mitchell
2003-05-13 23:48                       ` Angela Marie Thomas
2003-05-14  2:03                         ` Phil Edwards
2003-05-13 23:08             ` Angela Marie Thomas
2003-05-13 23:45               ` Mark Mitchell
2003-05-13 23:50                 ` Angela Marie Thomas
2003-05-13 23:56                   ` Mark Mitchell
2003-05-14  2:52                   ` law
2003-05-14  3:06                     ` Christopher Faylor
2003-05-14  3:43                       ` Phil Edwards

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).