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

Re: My observations and experience with cvs2svn.py on Windows

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-02-17 19:48:52 CET

On Tue, 2004-02-17 at 12:11, Bern McCarty wrote:

> My db/strings file ended up being nearly 5 times larger than the
> sum total size of my CVS repository files. [...] Apparently
> about 80% of the size of my first Subversion repository was tag related. In
> trying to sell the idea of CVS to Subversion migration in my organization I
> used the "tags are so much more efficient" argument among many others. They
> do not appear to be at all space efficient.

cvs2svn still has usability warts, as you can tell. But svn tags *are*
space efficient. Creating a branch or tag creates *one* new virtual
filesystem node in the database. You'd barely be able to notice the
size increase looking at the db tables. It's a teeny-tiny constant
value.

The problem here is that cvs2svn is not the same as subversion. It's
not creating tags efficiently at all: it's ponderously building huge
trees, rather than doing a tiny 'copy'. See my earlier email:

http://www.contactor.se/~dast/svnusers/archive-2004-02/0021.shtml

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 17 19:53:17 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.