Bug 127768

Summary: missing dav_svn
Product: [openSUSE] SUSE LINUX 10.0 Reporter: Raphael Borg Ellul Vincenti <raphael>
Component: DevelopmentAssignee: Olaf Hering <ohering>
Status: RESOLVED INVALID QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None    
Version: Final   
Target Milestone: ---   
Hardware: Other   
OS: All   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Raphael Borg Ellul Vincenti 2005-10-12 10:30:48 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
Comment 1 Peter Poeml 2005-10-17 12:10:32 UTC
The package subversion-server is not installed. Install it, it will
contain the apache missing module.
Comment 2 Raphael Borg Ellul Vincenti 2005-10-17 12:33:00 UTC
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                   
Comment 3 Olaf Hering 2005-10-17 13:20:49 UTC
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
Comment 4 Olaf Hering 2005-10-18 08:55:02 UTC
since its on the ftp, I will close it.