ernie
Matt,
I downloaded the package and it was rejected by the installer saying the signature is bad.
So I unpackaged it from the command line and manually installed it.
Apache complains:
Cannot load /opt/subversion/lib/svn-apache/mod_dav_svn.so into server: dlopen(/opt/subversion/lib/svn-apache/mod_dav_svn.so, 10): Symbol not found: _dav_do_find_liveprop\n Referenced from: /opt/subversion/lib/svn-apache/mod_dav_svn.so\n Expected in: flat namespace\n in /opt/subversion/lib/svn-apache/mod_dav_svn.so
?
ernie
Oops! Turns out it was the Apache configuration!
Make sure to activate (in this order):
LoadModule dav_module libexec/apache2/mod_dav.so
LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so
LoadModule dav_svn_module /opt/subversion/lib/svn-apache/mod_dav_svn.so
LoadModule authz_svn_module /opt/subversion/lib/svn-apache/mod_authz_svn.so
cheers!
orbrey
Ah, glad you got it sorted, thanks for letting us know :)
orbrey
Apologies, yes they're down at the moment while that bug is fixed. I'll update this thread as soon as we have more information (or as soon as they're back).
deep_n28
thanks for letting us know