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

Re: Space wasting

From: Christophe Labouisse <gabuzo_at_tigris.org>
Date: 2004-03-08 21:16:29 CET

On Mon, 8 Mar 2004 16:54:40 +0100
"C.A.T.Magic" <c.a.t.magic@gmx.at> wrote:

> but it is ofcourse true that it would for example be possible to use a
> DB (e.g. BerkleyDB) to manage all the -local- .svn contents, too.
> But I bet using a DB would consume -even-more- disk space.

There is also another problem with centralizing the local .svn contents
(in BDB or something else). The current system (metadata stored with the
data) allows to delete or move working hierarchies without losing space
of remote repository information. Having a central repository for the
.svn data means implement a nifty mechanism to delete metadata when the
data is gone or to sync metadata with moved data. Not impossible but add
a great deal of (useless) complexity to the client part.

-- 
Le cinéma en Lumière : http://www.lumiere.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 8 21:17:02 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.