You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by James Rivera <jr...@graphicsys.com> on 2006/07/19 17:45:18 UTC

OS upgrade caused svn problems

Hi,
We've upgraded from OS 10.4.5 to 10.4.7 and when trying to run svn get
the following error:

subversion/libsvn_fs/fs-loader.c:130: (apr_err=160033)
svnadmin: Failed to load module for FS type 'bdb'


The following repository back-end (FS) modules are available:
* fs_fs : Module for working with a plain file (FSFS) repository.
------

It looks like it doesn't have the 'bdb' Module
I downloaded and installed installed subversion 1.2.3, but got the same results.

Does anyone have a clue as to what should be done?
We would hate to lose our 1+ year repository.


-- 

Thank You,

James J. Rivera
Senior Programmer/Database Administrator
Graphic Systems Group, LLC
33 E17th Street
New York, NY 10003
(646) 230-1957

GSG Corporate Site <http://www.graphicsys.com>


New York's largest Production Agency!

===========================================================================
Confidentiality Notice:  This E-mail message, including attachments, if
any, is intended only for the person or entity to which it is addressed,
and may contain confidential and/or privileged material.  Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please contact the sender by reply E-mail and destroy 
all copies of the original message.
===========================================================================

Re: OS upgrade caused svn problems

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jul 19, 2006, at 19:45, James Rivera wrote:

> We've upgraded from OS 10.4.5 to 10.4.7 and when trying to run svn  
> get the following error:
>
> subversion/libsvn_fs/fs-loader.c:130: (apr_err=160033)
> svnadmin: Failed to load module for FS type 'bdb' The following  
> repository back-end (FS) modules are available: * fs_fs : Module  
> for working with a plain file (FSFS) repository. ------ It looks  
> like it doesn't have the 'bdb' Module I downloaded and installed  
> installed subversion 1.2.3, but got the same results. Does anyone  
> have a clue as to what should be done? We would hate to lose our 1+  
> year repository.

I don't think this can have had anything to do with your OS upgrade,  
since Mac OS X doesn't come with Subversion or BDB. Perhaps you  
simultaneously upgraded something else?

Perhaps the version of Subversion 1.2.3 that you downloaded was built  
without BDB support, and apparently your repository uses the BDB  
backend. So you should look for a Subversion binary download that  
includes BDB support. If you can't find one, you can build it  
yourself by hand, or it's pretty easy to install using DarwinPorts.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org