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

Re: Unknown FS type 'bdb'

From: Max Bowsher <maxb_at_ukf.net>
Date: 2005-02-12 21:05:37 CET

Dominik Roblek wrote:
>> Dominik Roblek wrote:
>>> I have a Subversion 1.1.3 running on Solaris with
>> BDB
>>> repository.
>>>
>>> When I execute the command "svnadmin
>>> list-unused-dblogs REPOS_PATH" I get the following
>>> error: "svn: Unknown FS type 'bdb'". The same
>> error
>>> appears when command "list-dblogs" is executed.
>>>
>>> What is wrong? Thanks in advance!
>>
>> You've managed to compile/install a version of
>> Subversion built without BDB
>> support.
>>
>> Max.
>>
>
> You are right. I've build Subversion on Solaris from
> pkgsrc on
> http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/devel/subversion/
> using command 'make install clean'. I'm wondering why
> this build didn't include support for BDB by default
> and how would be possible to turn it on. Does anybody
> know?

Subversion will build with BDB if:

EITHER: The apr-util you are linking to knows about a copy of BDB.
OR: You explicitly tell subversion about a BDB installation,
using --with-berkely-db=...

Watch the output of ./configure carefully, to see what is going on.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Feb 12 21:08:20 2005

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.