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

Re: Subversion DB Repository

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-11-08 12:26:34 CET

On Nov 8, 2007, at 01:54, Amir.Rafique@netsolpk.com wrote:

> Which DB is used by Subversion to store files. Is is possibe to
> change the undelaying DB?

Subversion repositories can either be "BDB" (BerkeleyDB) or "FSFS" (a
file-based database format designed for Subversion). FSFS is newer
and simpler. BDB can be problematic if not set up exactly right. FSFS
became the default in Subversion 1.2.0; before that, BDB was the
default. To switch your repository from one type to the other, you
can dump and load. See the FAQ:

http://subversion.tigris.org/faq.html#bdb-fsfs-convert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Nov 8 12:27:02 2007

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.