#1551 Cant Update Hg Repository

go4 Sun 5 Jun 2011

I can't update the repo. The last successful synchronization in ten days ago.

pulling from http://hg.fantom.org/fan-1.0/
searching for changes
adding changesets
transaction abort!
rollback completed

{{{
#!python
** Mercurial version (1.8.4).  TortoiseHg version (2.0.5)
** Command: --nofork synch
** CWD: D:\code\Hg\fan2
** Extensions loaded: fixfrozenexts
** Python version: 2.6.6 (r266:84297, Aug 24 2010, 18:46:32) [MSC v.1500 32 bit (Intel)]
** Windows version: (6, 0, 6001, 2, 'Service Pack 1')
** Processor architecture: x86
** Qt-4.7.1 PyQt-4.8.3
Traceback (most recent call last):
  File "tortoisehg\hgqt\thread.pyo", line 274, in run
  File "mercurial\dispatch.pyo", line 601, in _dispatch
  File "mercurial\dispatch.pyo", line 406, in runcommand
  File "mercurial\dispatch.pyo", line 655, in _runcommand
  File "mercurial\dispatch.pyo", line 609, in checkargs
  File "mercurial\dispatch.pyo", line 598, in <lambda>
  File "mercurial\util.pyo", line 433, in check
  File "mercurial\commands.pyo", line 2949, in pull
  File "mercurial\localrepo.pyo", line 1358, in pull
  File "mercurial\localrepo.pyo", line 1825, in addchangegroup
  File "mercurial\revlog.pyo", line 1122, in addgroup
  File "mercurial\changegroup.pyo", line 170, in parsechunk
  File "mercurial\changegroup.pyo", line 154, in chunklength
  File "mercurial\changegroup.pyo", line 14, in readexactly
  File "mercurial\util.pyo", line 994, in read
  File "mercurial\util.pyo", line 972, in splitbig
  File "mercurial\httprepo.pyo", line 18, in zgenerator
  File "mercurial\util.pyo", line 1026, in filechunkiter
  File "mercurial\keepalive.pyo", line 427, in read
  File "httplib.pyo", line 522, in read
  File "mercurial\keepalive.pyo", line 456, in _read_chunked
  File "httplib.pyo", line 619, in _safe_read
  File "socket.pyo", line 377, in read
error: [Errno 10054] 

}}}

Did someone meet this?

brian Sun 5 Jun 2011

Note sure about that specific problem, although it looks more like a tortoise problem than a mercurial problem maybe?

Also be aware that I also keep a semi-synchronized copy of the Fantom repository at http://fan.googlecode.com/hg/. I typically push all changesets to that repo on every build. So if you having trouble pulling, try pulling from there, then you can pull just the latest changes from this site.

go4 Mon 6 Jun 2011

Thank you Brian. I can pull from http://fan.googlecode.com/hg/.

Login or Signup to reply.