Closed
Bug 1189979
Opened 9 years ago
Closed 9 years ago
users/mhammond_skippinet.com.au/socialapi-core doesn't have a .hg/requires file
Categories
(Developer Services :: Mercurial: hg.mozilla.org, defect)
Developer Services
Mercurial: hg.mozilla.org
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gps, Assigned: gps)
Details
users/mhammond_skippinet.com.au/socialapi-core is missing a .hg/requires file. It is the only repository on hgssh that doesn't have said file.
Not having this file isn't an error: Mercurial assumes some defaults and runs with it. But it is a bit wonky. I'm going to re-clone the repository on the server so its storage is sane.
Assignee | ||
Comment 1•9 years ago
|
||
Oh, hmm. Actually this repo is "corrupt." While there is ~400 MB of data inside, Mercurial isn't reading it because it doesn't know to look in the right place.
Assignee | ||
Comment 2•9 years ago
|
||
I created a .hg/requires file with "revlogv1" and "store" so Mercurial can read the repository. I'll reclone it to restore order.
Assignee | ||
Comment 3•9 years ago
|
||
And it appears this repository is corrupt. `hg verify` is spewing thousands of errors. Digging in, it looks like several thousands files are missing. I suspect someone tried to delete or clone the repository and it failed midway or something.
I've moved the repository to hgssh:/repo/bak. I'll delete it once markh gives the OK.
Flags: needinfo?(markh)
Comment 4•9 years ago
|
||
I've no idea what happened to it, but this is an old integration branch that has zero current value. Please go ahead and nuke it.
Flags: needinfo?(markh)
Assignee | ||
Comment 5•9 years ago
|
||
Nuked.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•