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

Re: structure of fsfs?

From: Greg Hudson <ghudson_at_MIT.EDU>
Date: 2004-10-06 01:48:50 CEST

> The new fsfs - does it look like CVS' backend where you can
> obliterate files by deleting them from the CVSROOT, or is does it
> look like the existing bdb backend where the data are stored in a
> magic format (maybe still accessed by SQL)?

Because Subversion versions directories as well as files, our back end
can't really look like CVS's back end. An FSFS repository stores two
files per revision (one file containing the revision data, which never
changes, and one file containing the rev-props).

FSFS does not make it any easier to obliterate files. If anything,
it's more difficult than it is with the a BDB back end.

Neither back end accesses any data with SQL; Berkeley DB is not that
kind of database.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 6 01:58:26 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.