On Thu, Dec 30, 2010 at 19:07, Victor Sudakov <suda...@sibptus.tomsk.ru>wrote:
> Colleagues, > > I have a CVS repository sized 54M with 17751 files. > > "cvs2svn --dumpfile" produces a dump sized 13G. svnadmin cannot load > this dump aborting with an out of memory condition on a FreeBSD > 8.1-RELEASE box with 1G of RAM and 2.5G of swap. > > I really need to convert this repository to SVN. What should i do? Any > advice is appreciated. > > -- > Victor Sudakov, VAS4-RIPE, VAS47-RIPN > sip:suda...@sibptus.tomsk.ru <sip%3asuda...@sibptus.tomsk.ru> > Two suggestions 1) svndumptool split (already suggested) 2) Don't use '--dumpfile' on cvs2svn, let cvs2svn load it into a subversion repo directly.