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