Interrupted system call during "hg convert"
- by Aaron Digulla
When I run "hg convert" to convert a Subversion repository to Mercurial, I get this error:
fetching revision log for "/trunk" from 1538 to 0
run hg sink post-conversion action
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/mercurial/dispatch.py", line 46, in _runcatch
return _dispatch(ui, args)
File…