Bugzilla – Bug 127768
missing dav_svn
Last modified: 2005-10-18 08:55:02 UTC
According to /usr/share/doc/packages/subversion/README.SuSE one is meant to do the following when configuring subversion SuSEconfig --module apache2 rcapache2 restart This step is failing with the following errors Module "dav_svn" is not installed, ignoring. Check the APACHE_MODULES setting in /etc/sysconfig/apache2. Syntax error on line 19 of /etc/apache2/conf.d/subversion.conf: Unknown DAV provider: svn I have previously added 'dav dav_svn' to $APACHE_MODULES as detailed in the readme. Upon close investigation, mod_dav_svn.so is missing from /usr/lib/apache2/. The only related modules are mod_dav.so and mod_dav_fs.so
The package subversion-server is not installed. Install it, it will contain the apache missing module.
subversion-server is not available in SuSE 10.0 OSS only the following are available: subversion │1.2.3 │1.2.3 │A Concurrent Versioning system subversion-python │1.2.3 │1.2.3 │Allows Python scripts to directly subversion-tools │1.2.3 │1.2.3 │Tools for Subversion
Odd. ftp.opensuse.org/srv/ftp/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/i586/subversion-server-1.2.3-2.i586.rpm ftp.opensuse.org/srv/ftp/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/ppc/subversion-server-1.2.3-2.ppc.rpm ftp.opensuse.org/srv/ftp/pub/opensuse/distribution/SL-10.0-OSS/inst-source/suse/x86_64/subversion-server-1.2.3-2.x86_64.rpm
since its on the ftp, I will close it.