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

Re: Failed to load module for FS type 'fsfs'

From: G Bit <routed2000_at_yahoo.com>
Date: 2005-08-10 08:11:10 CEST

Thanks Andrew. I think that was it. I recompiled without that option and it worked.

--- Andrew Vaughan <ajv-lists@netspace.net.au> wrote:

> On Thu, 4 Aug 2005 04:46, G Bit wrote:
> > On 29.07.2005, at 23:42, G Bit wrote:
> > >> I am a newbie to SVN. I downloaded the latest version (1.2.1) and
> > >> installed it. I compiled it
> > >> with Berkeley DB.
> > >>
> > >> When I tried to create a repository I get this:
> > >>
> > >> $ /usr/local/svn/bin/svnadmin create --fs-type fsfs /svn/repos/myrepo
> > >> svnadmin: Failed to load module for FS type 'fsfs'
> > >
> > >Sure you're on 1.2.1? What does this say:
> > >
> > >$ /usr/local/svn/bin/svnadmin --version
> >
> > I recompiled Subversion using gcc and then ran make check and I saw this
> > tests.log.
> >
> > START: locks-test
> > svn_tests: Failed to load module for FS type 'fsfs'
> > FAIL: locks-test 1: lock only
> >
> > Here is the version info.
> >
> > $ ./subversion/svnadmin/svnadmin --version
> > svnadmin, version 1.2.1 (r15230)
> > compiled Aug 3 2005, 11:06:00
> >
> > Copyright (C) 2000-2005 CollabNet.
> > Subversion is open source software, see http://subversion.tigris.org/
> > This product includes software developed by CollabNet
> > (http://www.Collab.Net/).
> >
> > The following repository back-end (FS) modules are available:
> >
> >
> > $
>
> I get
> [...]
> The following repository back-end (FS) modules are available:
>
> * fs_base : Module for working with a Berkeley DB repository.
> * fs_fs : Module for working with a plain file (FSFS) repository.
>
> > Here is how I configured.
> >
> > $ ./configure --prefix=/usr/local/svn --enable-dso \
> > --enable-javahl \
> > --with-apr=/usr/local/apr/bin/apr-config \
> > --with-apr-util=/usr/local/apr/bin/apu-config \
> > --with-neon=/usr/sfw \
> > --with-apxs=/usr/local/apache2/bin/apxs \
> > --with-berkeley-db=/usr/local/BerkeleyDB.4.3 \
> > --with-editor=/bin/vi \
> > --with-jdk=/usr/java \
> > --with-junit=/usr/local/jars/junit-3.8.1.jar
>
> --enable-dso might be the problem. I know that some people have reported it
> causing problems, at least with on some architectures/systems.
>
> PS. I had a quick look, but I could not see which architecture/OS you're
> running? Might be relevant.
>
> Hope this helps
> Andrew V.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 10 08:13:06 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.