Comment 3 for bug 814230

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

The meliae module is available from http://launchpad.net/meliae

If you are running Debian or Ubuntu you should be able to get it by installing the python-meliae package.

bzr 2.4 and bzr-svn 1.1.0 are significantly better in terms of memory usage.

A workaround might be to pull the revisions in smaller sets, e.g.:

bzr init

bzr pull -r10000 svn://url/to/svn/repo
bzr pull -r20000 svn://url/to/svn/repo
bzr pull -r30000 svn://url/to/svn/repo
....