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

Re: svn and berkeley db corruption revisited

From: John Szakmeister <john_at_szakmeister.net>
Date: 2004-11-27 21:45:45 CET

Gili wrote:
> Actually, I'm using the Subversion 1.1 Win32 installer and it says it includes Berkley DB 4.2.x but I am also
> aware there exists a way to have it write to disk using some propietary version. Are you saying that the FS-binding
> is chosen at compile-time (i.e it is not configurable post-installation) and this particular version I have
> downloaded it bound to the BDB?

That version is actually built with support for both BDB and FSFS. You
just need to specify which you want on the command line when creating
the repository, i.e.:
  svnadmin create --fs-type fsfs <repo-name>

HTH!

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 27 21:48:14 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.