开发者

bzr-svn out of memory error

开发者 https://www.devze.com 2022-12-16 07:36 出处:网络
When I try to do a bzr branch from my svn repo开发者_高级运维sitory I get an out of memory error.The svn repository is very large.Is there a way to give bzr more memory?Try to branch in small steps. I

When I try to do a bzr branch from my svn repo开发者_高级运维sitory I get an out of memory error. The svn repository is very large. Is there a way to give bzr more memory?


Try to branch in small steps. I.e. if you have 1000 revisions in your svn repo, try to branch by 100 revisions or so. I.e. first step

bzr branch URL/to/svn/repo -r100

Then increment revno by the 100

bzr pull -r200
bzr pull -r300

and so on.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号