Corrupt Xen repo?

Stephen Darnell sdarnell at esmertec.com
Tue Sep 20 03:39:52 CDT 2005


To do a few tests, I was trying to clone then xen unstable repo.

But I get wierd error:

c:\mercurial>hg clone http://xenbits.xensource.com/xen-unstable.hg xen
requesting all changes
adding changesets
adding manifests
adding file changes
added 6917 changesets with 0 changes to 0 files
** unknown exception encountered, details follow
** report bug details to mercurial at selenic.com
Traceback (most recent call last):
  File "c:\python24\Scripts\hg", line 13, in ?
    commands.run()
  File "C:\Python24\Lib\site-packages\mercurial\commands.py", line 2005, in 
run
    sys.exit(dispatch(sys.argv[1:]))
  File "C:\Python24\Lib\site-packages\mercurial\commands.py", line 2145, in 
dispatch
    return d()
  File "C:\Python24\Lib\site-packages\mercurial\commands.py", line 2132, in 
<lambda>
    d = lambda: func(u, *args, **cmdoptions)
  File "C:\Python24\Lib\site-packages\mercurial\commands.py", line 668, in 
clone
    update(ui, repo)
  File "C:\Python24\Lib\site-packages\mercurial\commands.py", line 1741, in 
update
    return repo.update(node, allow=merge, force=clean)
  File "C:\Python24\Lib\site-packages\mercurial\localrepo.py", line 1028, in 
update
    pa = self.changelog.ancestor(p1, p2)
  File "C:\Python24\Lib\site-packages\mercurial\revlog.py", line 427, in 
ancestor
    dist[n] = max(dist[p1], dist[p2]) + 1
KeyError: 'cfBc2a2a12bd6ver.\n\x00\x00'

I tried the same from an older linux setup, and I get the same error.
Is the Xen repo corrupt?

Regards,
 Stephen 



More information about the Mercurial mailing list