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

Re: "default" repository fs-type?

From: Ryan Schmidt <subversion-2006Q1_at_ryandesign.com>
Date: 2006-04-28 18:06:53 CEST

On Apr 28, 2006, at 17:28, mutsuura@mutsuura.com wrote:

> "svnadmin help create" says that the default repository type is
> FSFS, yet
> Ben Collins-Sussman SVN book (rev 2118) says:
>
> "*In Subversion 1.0, a Berkeley DB repository is always created. In
> Subversion 1.1, a Berkeley DB repository is the default repository
> type, but
> an FSFS repository can be created using the --fs-type option:*
>
> *$ svnadmin create /usr/local/svn/repos --fs-type fsfs*"
>
> Which is the 'truth'? Or to be more specific, how do I find out what
> type of repository I have? I did not specify "--fs-type" when I
> created my repositories.

FSFS became the default repository type in Subversion 1.2. Before
that, the default was BDB.

To discover what type of repository you have, look at the contents of
the file fs-type in the db directory of your repository directory.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 28 18:08:16 2006

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.