[issue1949] remote: ValueError: invalid literal for int() with base 10: ''
Joakim Lundborg
bugs at mercurial.selenic.com
Fri Dec 11 16:52:14 UTC 2009
New submission from Joakim Lundborg <joakim.lundborg at gmail.com>:
I get this error when trying to push a changeset. Both client and server is
v1.4.1:
abort: empty or missing revlog for utf8/3/geek.com (Scraping Session).sss
remote: ** unknown exception encountered, details follow
remote: ** report bug details to http://mercurial.selenic.com/bts/
remote: ** or mercurial at selenic.com
remote: ** Mercurial Distributed SCM (version 1.4.1)
remote: ** Extensions loaded:
remote: Traceback (most recent call last):
remote: File "/usr/local/bin/hg", line 5, in <module>
remote: pkg_resources.run_script('mercurial==1.4.1', 'hg')
remote: File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line
448, in run_script
remote: self.require(requires)[0].run_script(script_name, ns)
remote: File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line
1166, in run_script
remote: execfile(script_filename, namespace, namespace)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/EGG-INFO/scripts/hg",
line 27, in <module>
remote: mercurial.dispatch.run()
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 16, in run
remote: sys.exit(dispatch(sys.argv[1:]))
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 30, in dispatch
remote: return _runcatch(u, args)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 46, in _runcatch
remote: return _dispatch(ui, args)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 449, in _dispatch
remote: return runcommand(lui, repo, cmd, fullargs, ui, options, d)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 319, in runcommand
remote: ret = _runcommand(ui, options, cmd, d)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 500, in _runcommand
remote: return checkargs()
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 454, in checkargs
remote: return cmdfunc()
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/dispatch.py",
line 448, in <lambda>
remote: d = lambda: util.checksignature(func)(ui, *args, **cmdoptions)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/util.py",
line 386, in check
remote: return func(*args, **kwargs)
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/commands.py",
line 2782, in serve
remote: s.serve_forever()
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/sshserver.py",
line 45, in serve_forever
remote: while self.serve_one(): pass
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/sshserver.py",
line 55, in serve_one
remote: if impl: impl()
remote: File
"/usr/local/lib/python2.6/dist-packages/mercurial-1.4.1-py2.6-linux-x86_64.egg/mercurial/sshserver.py",
line 187, in do_unbundle
remote: count = int(self.fin.readline())
remote: ValueError: invalid literal for int() with base 10: ''
----------
messages: 11217
nosy: cortex
priority: bug
status: unread
title: remote: ValueError: invalid literal for int() with base 10: ''
____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1949>
____________________________________________________
More information about the Mercurial-devel
mailing list