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

Re: SVN dumps much bigger than CVS repository

From: <kfogel_at_collab.net>
Date: 2003-07-10 01:32:29 CEST

Ben Collins-Sussman <sussman@collab.net> writes:
> That's what I'm wondering. I wondering if cvs2svn somehow stored a
> bunch of unrelated nodes, so the 'deltification' never kicked in.

One way to find out is to do a db_dump of the 'representations' table
and see if the predecessor nodes are represented as deltas.

I would be surprised, though. The deltification just happens when you
change a file, after all, and if we had done an 'add' where we should
have done a 'change', we surely would see more serious problems than
mere repository size :-).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 02:24:04 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.