Closed
Bug 36391
Opened 24 years ago
Closed 24 years ago
Corrupt ",v" file on lounge
Categories
(mozilla.org Graveyard :: Server Operations, task, P3)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: slamm, Assigned: rkotalampi)
References
()
Details
> Check out this file,
>
> /cvsroot/mozilla/widget/src/gtksuperwin/gdksuperwin.c,v
>
> After the symbols, the 1.7/1.6 version information is messed up,
>
> [....]
> 1.7
> date 2000.01.11.21.11.23; author blizzard%redhat.com; state
> Exp;
> branches;
> next 1.62; author blizzard%redhat.com; state Exp;
> branches;
> next 1.5;
>
> 1.5
> date 99.12.14.05.21.58; author blizzard%redhat.com; state
> Exp;
> branches;
> next 1.4;
Assignee | ||
Comment 1•24 years ago
|
||
The file should be ok now. Btw, checksum rsync runs once a week to correct
problems like these.
bash-2.00# uname -a
SunOS lounge.mozilla.org 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-4
bash-2.00# sum /cvsroot/mozilla/widget/src/gtksuperwin/gdksuperwin.c,v
62098 48 /cvsroot/mozilla/widget/src/gtksuperwin/gdksuperwin.c,v
bash-2.00# uname -a
SunOS thelizard.mozilla.org 5.6 Generic_105181-16 sun4u sparc SUNW,Ultra-4
bash-2.00# sum /cvsroot/mozilla/widget/src/gtksuperwin/gdksuperwin.c,v
62098 48 /cvsroot/mozilla/widget/src/gtksuperwin/gdksuperwin.c,v
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•24 years ago
|
||
Here's another file that is messed up,
/cvsroot/mozilla/netwerk/base/public/nsNetUtil.h,v
These errors are tripping up cvsblame. As a result the build warnings on
tinderbox are dead. I suppose I need to find a work around for these errors, but
this is the first time it has been a problem.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Reporter | ||
Comment 3•24 years ago
|
||
I changed tinderbox/warnings.pl to continue past parse errors. Many of the files
on lounge are corrupted. See the "Unblamed" files at the bottom of the warnings
page,
http://tinderbox.mozilla.org/SeaMonkey/warn956250300.16189.html
All but a couple of those files had parse errors.
Assignee | ||
Comment 4•24 years ago
|
||
I just started checksum rsync manually. Usually this runs Fri-Sat night.
Assignee | ||
Comment 5•24 years ago
|
||
Okay... rsync with checksums finished. I ran it twice and on second time it
didn't find any files with different checksums (on first run it found quite a
many). I also made this to run every morning starting 5.51am. If there are more
issues please reopen the ticket.
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•