Clone aborted - no match found

Benoit Boissinot bboissin at gmail.com
Fri Sep 12 13:34:33 CDT 2008


On Fri, Sep 12, 2008 at 8:01 PM, Ranganath Samudrala
<Ranga_Samudrala at bmc.com> wrote:
> Hello,
>
> One of my colleagues checked in bunch of files. Subsequently, we are unable
> to clone the repository:
>
> hg clone http://dev7:8000 active-directory
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 2616 changesets with 58810 changes to 45770 files
> updating working directory
> abort:
> data/active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Create
> inetOrgPerson.mdsp.i at 3871cd0a40af: no match found!
>
>
> I saw a post on the internet to perform a verify operation and I see the
> following:
>
>  hg verify
> checking changesets
> checking manifests
> crosschecking files in changesets and manifests
> checking files
> active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Create
> inetOrgPerson.mdsp at 2614: 3871cd0a40af in manifests not found
> active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Create
> inetOrgPerson.xml at 2614: 15b476f16617 in manifests not found
> active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Delete
> inetOrgPerson.mdsp at 2614: 0a8bbfeed85a in manifests not found
> active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Delete
> inetOrgPerson.xml at 2614: b2b86f98ed27 in manifests not found
> active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Modify
> inetOrgPerson.mdsp at 2614: 3c209d1510a5 in manifests not found
> active-directory/src/main/module/Active_Directory/v2003/inetOrgPerson/Modify
> inetOrgPerson.xml at 2614: 82e9da111361 in manifests not found
> 45770 files, 2616 changesets, 58810 total revisions
> 6 integrity errors encountered!
> (first damaged changeset appears to be 2614)
>
> How can we resolve this issue?

hg clone -r 2613 will give you a usable repo (without the problematic changes).

Then you'll have to figure out why those file are missing ? can you
find them under .hg/store/data ?

regards,

Benoit


More information about the Mercurial mailing list