hg clone problem

Michal Ostrowski mostrows at watson.ibm.com
Wed Aug 31 19:12:24 CDT 2005


With the extra debugging patch applied:

 hg clone http://heater.watson.ibm.com/hg/plugio.linux
requesting all changes
adding changesets
adding manifests
adding file changes
added 5900 changesets with 45984 changes to 18414 files
Traceback (most recent call last):
  File "/home/mostrows/bin/hg", line 13, in ?
    commands.run()
  File "/home/mostrows/lib/python/mercurial/commands.py", line 1767, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/home/mostrows/lib/python/mercurial/commands.py", line 1903, in dispatch
    return d()
  File "/home/mostrows/lib/python/mercurial/commands.py", line 1890, in <lambda>
    d = lambda: func(u, *args, **cmdoptions)
  File "/home/mostrows/lib/python/mercurial/commands.py", line 630, in clone
    update(ui, repo)
  File "/home/mostrows/lib/python/mercurial/commands.py", line 1537, in update
    return repo.update(node, allow=merge, force=clean)
  File "/home/mostrows/lib/python/mercurial/localrepo.py", line 1190, in update
    t = self.file(f).read(get[f])
  File "/home/mostrows/lib/python/mercurial/filelog.py", line 34, in read
    t = self.revision(node)
  File "/home/mostrows/lib/python/mercurial/revlog.py", line 327, in revision
    rev = self.rev(node)
  File "/home/mostrows/lib/python/mercurial/revlog.py", line 213, in rev
    raise KeyError('%r: no node %s' % (self.indexfile, hex(node)))
KeyError: "'data/CREDITS.i': no node 351feaca1cdf155ebf2b4821cc9628358ee79124"

-- 
Michal Ostrowski




On Wed, 31 Aug 2005 07:19:42 -0400
Michal Ostrowski <mostrows at watson.ibm.com> wrote:

> On Tue, 30 Aug 2005 23:23:22 -0700
> "Bryan O'Sullivan" <bos at serpentine.com> wrote:
> 
> > On Tue, 2005-08-30 at 16:18 -0400, Michal Ostrowski wrote:
> > > I've been seeing errors in trying to http-clone a repository I have:
> > 
> > Please try pulling the changes from
> > http://hg.serpentine.com/mercurial/bos and attempt the pull again.  It
> > should (I hope!) fail with a more meaningful error message.
> > 
> > 	<b
> 
> There is some more information now....
> 
> mostrows at heater:/tmp$ hg clone http://heater.watson.ibm.com/hg/plugio.linux
> requesting all changes
> adding changesets
> adding manifests
> adding file changes
> added 5900 changesets with 45984 changes to 18414 files
> Traceback (most recent call last):
>   File "/home/mostrows/bin/hg", line 13, in ?
>     commands.run()
>   File "/home/mostrows/lib/python/mercurial/commands.py", line 1767, in run
>     sys.exit(dispatch(sys.argv[1:]))
>   File "/home/mostrows/lib/python/mercurial/commands.py", line 1903, in dispatch
>     return d()
>   File "/home/mostrows/lib/python/mercurial/commands.py", line 1890, in <lambda>
>     d = lambda: func(u, *args, **cmdoptions)
>   File "/home/mostrows/lib/python/mercurial/commands.py", line 630, in clone
>     update(ui, repo)
>   File "/home/mostrows/lib/python/mercurial/commands.py", line 1537, in update
>     return repo.update(node, allow=merge, force=clean)
>   File "/home/mostrows/lib/python/mercurial/localrepo.py", line 1190, in update
>     t = self.file(f).read(get[f])
>   File "/home/mostrows/lib/python/mercurial/filelog.py", line 34, in read
>     t = self.revision(node)
>   File "/home/mostrows/lib/python/mercurial/revlog.py", line 327, in revision
>     rev = self.rev(node)
>   File "/home/mostrows/lib/python/mercurial/revlog.py", line 213, in rev
>     raise KeyError('%s: no node %s' % (self.indexfile.name, hex(node)))
> AttributeError: 'str' object has no attribute 'name'
> 
> -- 
> Michal Ostrowski


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://www.selenic.com/pipermail/mercurial/attachments/20050831/cbbf34e2/attachment.pgp


More information about the Mercurial mailing list