No subject


Tue Dec 8 09:22:11 UTC 2009


"""
Known problems
--------------

Occasionally, converting large repositories dies with a MemoryError
exception.  I have seen this myself more than once, but have been
unable to reproduce it reliably (although I admit I haven't tried very
hard).  The workaround is annoying but simple: after the crash, just
run remove the partial repository and run the output pass again:

  rm -rf <output-repo>
  cvs2hg [...other arguments...] --pass 16

I'm not sure why, but that seems to work.
"""

Umm, I just realized that doesn't say anything about --skip-cleanup,
which is probably important!

Greg


More information about the Mercurial mailing list