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

Re: svn commit: rev 5872 - branches/release-0.22.1

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-05-10 22:08:58 CEST

On Saturday, May 10, 2003, at 03:19 PM, kfogel@collab.net wrote:

> Ben Collins-Sussman <sussman@collab.net> writes:
>> This is actually a really cool new feature going out in 0.22.1. I
>> feel like Karl hasn't bragged enough. :-)
>
> Heh! Thanks, Ben. But I'm not going to brag until the branch/tag
> conversion is working too. Also, people should be aware that cvs2svn
> is slower now, since it has that intermediate dumpfile stage. I think
> the tradeoff is well worth it, but in fairness the slowdown ought to
> be mentioned, anyway.

I just tried out cvs2svn for the first time last night, and I must say
I'm impressed. It converted the linux kernel 2.4 cvs repository
(there's an exported cvs repository based on the bitkeeper repository
that you can rsync) to svn in about 4 and a half hours.

One thing that we should probably work on is the fact that doing an
svnadmin load on a large dumpfile produces a LOT of logfiles from
berkeley db, and it's quite easy to run out of disk if you're not
careful to do a db_archive -l | xargs rm every now and then while it's
going. Perhaps we should install a temporary post-commit hook to do
that during the conversion or something?

(Note that I imagine this is not a new problem, the old cvs2svn would
have had the same issue AFAICT.)

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat May 10 22:10:13 2003

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

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