WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Unable to get sources with the last version of mercurial

To: Xen-Devel <Xen-Devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Unable to get sources with the last version of mercurial
From: Philippe Berthault <Philippe.Berthault@xxxxxxxx>
Date: Thu, 20 Oct 2005 11:23:01 +0200
Delivery-date: Thu, 20 Oct 2005 09:20:23 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
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@xxxxxxxxxxx
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 ?


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Unable to get sources with the last version of mercurial, Philippe Berthault <=