[issue914] client traceback on ssh server error during push

Thomas Arendsen Hein mercurial-bugs at selenic.com
Sat Jan 5 14:08:40 CST 2008


New submission from Thomas Arendsen Hein <thomas at intevation.de>:

pushing to ssh://hg@hg.intevation.org/mercurial/pmezard/crew-w32.mq/
searching for changes
** unknown exception encountered, details follow
** report bug details to http://www.selenic.com/mercurial/bts
** or mercurial at selenic.com
** Mercurial Distributed SCM (version 5b77d3d67175)
remote: adding changesets
remote: abort: No space left on device
remote: transaction abort!
remote: rollback completed
Traceback (most recent call last):
  File "c:\Python251\Scripts\hg", line 20, in <module>
    mercurial.dispatch.run()
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 20, in run
    sys.exit(dispatch(sys.argv[1:]))
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 29, in dispatch
    return _runcatch(u, args)
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 45, in _runcatch
    return _dispatch(ui, args)
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 351, in
_dispatch
    ret = _runcommand(ui, options, cmd, d)
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 404, in
_runcommand
    return checkargs()
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 360, in
checkargs
    return cmdfunc()
  File "C:\Python251\lib\site-packages\mercurial\dispatch.py", line 343, in <lambda>
    d = lambda: func(ui, repo, *args, **cmdoptions)
  File "C:\Python251\lib\site-packages\mercurial\commands.py", line 1959, in push
    r = repo.push(other, opts['force'], revs=revs)
  File "C:\Python251\Lib\site-packages\hgext\mq.py", line 2116, in push
    return super(mqrepo, self).push(remote, force, revs)
  File "C:\Python251\lib\site-packages\mercurial\localrepo.py", line 1415, in push
    return self.push_unbundle(remote, force, revs)
  File "C:\Python251\lib\site-packages\mercurial\localrepo.py", line 1495, in
push_unbundle
    return remote.unbundle(cg, remote_heads, 'push')
  File "C:\Python251\Lib\site-packages\mercurial\sshrepo.py", line 201, in unbundle
    l = int(self.pipei.readline())
ValueError: invalid literal for int() with base 10: ''
"""

-> remote: abort: No space left on device

----------
messages: 4826
nosy: ThomasAH, pmezard
priority: bug
status: unread
title: client traceback on ssh server error during push
topic: ui

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue914>
____________________________________________________



More information about the Mercurial-devel mailing list