All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philippe Berthault <Philippe.Berthault@Bull.net>
To: Xen-Devel <Xen-Devel@lists.xensource.com>
Subject: Unable to get sources with the last version of mercurial
Date: Thu, 20 Oct 2005 11:23:01 +0200	[thread overview]
Message-ID: <435761F5.9080109@Bull.net> (raw)

Hello,

With the Mercurial version 0.7, the "hg pull" command aborts with the
following message:

$: hg -v pull -u
pulling from http://xenbits.xensource.com/xen-unstable.hg
searching for changes
found new changesets starting at f5c4042212b0 765d27ed0516 6a87d79f9ee0 
db61a0f346a8
adding changesets
adding manifests
** unknown exception encountered, details follow
** report bug details to mercurial@selenic.com
Traceback (most recent call last):
  File "/usr/bin/hg", line 13, in ?
    commands.run()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
2010, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
2150, in dispatch
    return d()
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
2135, in <lambda>
    d = lambda: func(u, repo, *args, **cmdoptions)
  File "/usr/lib/python2.4/site-packages/mercurial/commands.py", line 
1353, in pull
    r = repo.pull(other)
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 
890, in pull
    return self.addchangegroup(cg)
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 
990, in addchangegroup
    mo = self.manifest.addgroup(getgroup(), revmap, tr)
  File "/usr/lib/python2.4/site-packages/mercurial/revlog.py", line 602, 
in addgroup
    for chunk in revs:
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 
963, in getgroup
    c = getchunk()
  File "/usr/lib/python2.4/site-packages/mercurial/localrepo.py", line 
959, in getchunk
    return source.read(l - 4)
  File "/usr/lib/python2.4/site-packages/mercurial/httprepo.py", line 
131, in read
    r = self.f.read(4096)
  File "/usr/lib/python2.4/socket.py", line 303, in read
    data = self._sock.recv(recv_size)
  File "/usr/lib/python2.4/httplib.py", line 456, in read
    return self._read_chunked(amt)
  File "/usr/lib/python2.4/httplib.py", line 510, in _read_chunked
    value += self._safe_read(chunk_left)
  File "/usr/lib/python2.4/httplib.py", line 547, in _safe_read
    raise IncompleteRead(s)
httplib.IncompleteRead: ...
transaction abort!
rollback completed

Anyone has an idea ?

                 reply	other threads:[~2005-10-20  9:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=435761F5.9080109@Bull.net \
    --to=philippe.berthault@bull.net \
    --cc=Xen-Devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.