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

mac os x - getting DAV working

From: allan juul <lambretta_at_inet.uni2.dk>
Date: 2003-12-22 21:21:25 CET

hi

this is my first post to this list.

on mac os x [10.2.8]
i have installed apache (2.0.48) and subversion (0.34.0) from sources
configured like:

apache
   ./configure --prefix=/usr/local/subversion
--with-berkeley-db=/usr/local/BerkeleyDB.4.2 --enable-mods-shared=all
--with-dbm=db4

subversion
   ./configure --prefix=/usr/local/subversion
--with-berkeley-db=/usr/local/BerkeleyDB.4.2
--with-apxs=/usr/local/subversion/bin/apxs

installation went fine, subversion seems to work as does apache *if* it
comment out these lines in httpd.conf

#LoadModule dav_svn_module modules/mod_dav_svn.so
#LoadModule authz_svn_module modules/mod_authz_svn.so
#<Location /svn>
# DAV svn
# SVNPath /usr/local/subversion/master_repository
#</Location>

if i do use these lines i get this error:

   ./bin/apachectl: line 87: 29702 Trace/BPT trap $HTTPD -k
$ARGV

i have tried about a dozen of combinations of various configurations
[some of which i got a step further but got various xml-errors] – i can
not get the DAV working with SVN.

any help appriciated!

thanks
./allan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 22 21:23:14 2003

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.