I broke my local repository
Yves S. Garret
yoursurrogategod at gmail.com
Wed Sep 14 01:48:04 UTC 2016
Hello,
I'm just setting things up. I don't care too much if I lose the history of
what I did (since I'm just getting the ball rolling.) I've looked online
to try to fix a corrupt repo problem [
https://www.mercurial-scm.org/wiki/RepositoryCorruption#Repository_corruption],
but could not resolve my problem successfully. Below is what I see when I
try to run hg status and hg verify.
I was committing some source files, but wanted to remove the generated
binaries (*.o and *.exe), and did things such as: rm $(find . -name "*.o")
and rm $(find . -name "*.exe")
What am I doing wrong in terms of fixing my corruption problem?
------------------------------------------------
> hg status
abort: data/.hgignore.i at c5b3783f0f50: no match found!
> hg verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
warning: revlog 'data/.hgignore.i' not in fncache!
1: empty or missing .hgignore
.hgignore at 1: manifest refers to unknown revision 602c3078f3a7
.hgignore at 29: manifest refers to unknown revision 686c69daad40
.hgignore at 31: manifest refers to unknown revision c034338208d6
.hgignore at 32: manifest refers to unknown revision f8093b62cdbb
.hgignore at 34: manifest refers to unknown revision c5b3783f0f50
warning: revlog 'data/mercurial_specific/.hgrc.i' not in fncache!
2: empty or missing mercurial_specific/.hgrc
mercurial_specific/.hgrc at 2: manifest refers to unknown revision
8369752b7b5e
183 files, 60 changesets, 183 total revisions
2 warnings encountered!
hint: run "hg debugrebuildfncache" to recover from corrupt fncache
8 integrity errors encountered!
(first damaged changeset appears to be 1)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mercurial-scm.org/pipermail/mercurial/attachments/20160913/70bea4bd/attachment.html>
More information about the Mercurial
mailing list