[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [w] cvs2svn takes very long time to execute (days!)

From: <kfogel_at_collab.net>
Date: 2004-02-16 19:10:01 CET

Kai Bartels <kaba@picturesafe.de> writes:
> Is this a possible explanation for the slow down (i.e. that early commits
> are fast and later are slow)?

No, I'm not sure what's causing this yet.

> On Fri, Feb 13, 2004 at 11:50:49AM -0800, Chris Wein wrote:
> > Try creating a dumpfile only and see if that helps. I am (literally!)
> > converting a 700MB repository with 15000+ revisions and its taken about
> > 2 hours (so far, 90% done) on RH7.3 P4@3GHZ. Once the dumpfile is done
> > then import into svn.
>
> 1) I'm still not sure if the slowing down pass I can observe is pass 4
> or pass 5 (I think pass 4 is dumpfile creation!?).

cvs2svn creates one dumpfile per revision now, loads that small
dumpfile, removes it, then continues on to the next. We used to do
one huge dumpfile, but this meant cvs2svn's peak tmp space
requirements were very high, so we changed.

> 2) If pass 4 is fast and 5 the slow-down: Would importing of a dumpfile
> manually be faster?

Try running with --dump-only, then create a fresh repos and svnadmin
load the dumpfile. Does that go faster?

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Feb 16 20:12:01 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.