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

Re: New subversion user report

From: <kfogel_at_collab.net>
Date: 2003-04-12 20:48:16 CEST

Jonathan Abbey <jonabbey@arlut.utexas.edu> writes:
> The nice thing is that cvs2svn did the job fine from the looks of it,
> all tags got their own subdirs and svn ls and svn cat works great.

Note that those tags are done very inefficiently (way, way too many
copies). We're going to disable this part of cvs2svn soon, while we
work on it.

I don't know if this explains the increased size of your repository.
IIRC, copies duplicate the space of their topmost node (?), and then
all nodes under that are shared; but cvs2svn may be making a copy for
every node in a copied tree.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Apr 12 21:31:38 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.