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

Cant get mod dav working on Macosx with new libsvn_fs version ...

From: Roland Bramm <roland_at_butlers-djihad.de>
Date: 2003-09-02 09:59:45 CEST

Hi,

I have a long time svn_mod_dav running on my macosX server (since
0.20) but i cant build a working version for the new repository
version. I compiled it like the other versions with:
apache 2:
fink install db41
setenv CPPFLAGS "-I/sw/include/db4 -no-cpp-precomp"
./configure --prefix=/usr/opt/apache2.0.47 --enable-ssl
--enable-maintainer-mode --enable-so --enable-dav --enable-deflate
--with-dbm=db4 --with-berkeley-db=/sw --with-expat=/sw

and svn
fink install db41
setenv CPPFLAGS "-I/sw/include/db4 -no-cpp-precomp"
./configure --prefix=/usr/opt/subversionServer0.28.1 --with-neon=/sw
--with-expat=/sw --with-apxs=/usr/opt/apache2.0.47/bin/apxs
--enable-maintainer-mode
--with-berkeley-db=/sw:/sw/include/db4:/sw/lib

I use all the librarys from the fink system, and to make sure the
berekley db 4.1.25 is installed i just forced it again ...

when everything is compiled, configured and apache started i get only:

This XML file does not appear to have any style information
associated with it. The document tree is shown below.
      
- <D:error>
        - <C:error/>
                <m:human-readable errcode="165005">
                        Expected version '1' of repository; found version '2'
                </m:human-readable>
</D:error>

If i use the compiled commands, everything is working on my repos.

Thanks
Roland

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 2 10:00:45 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.