LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Enterprise (https://www.linuxquestions.org/questions/linux-enterprise-47/)
-   -   problem with subversion (https://www.linuxquestions.org/questions/linux-enterprise-47/problem-with-subversion-592186/)

sonirajesh 10-16-2007 05:23 AM

problem with subversion
 
Hi,

i have upgraded apache2.0.54 to apache2.2.6

subversion was working with earlier version perfact.

but i am getting problem with new version.

new apache have been compiled with following option:

Compiled in modules:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_cache.c
mod_mem_cache.c
mod_include.c
mod_filter.c
mod_deflate.c
mod_log_config.c
mod_env.c
mod_headers.c
mod_setenvif.c
mod_proxy.c
mod_proxy_connect.c
mod_proxy_ftp.c
mod_proxy_http.c
mod_proxy_ajp.c
mod_proxy_balancer.c
prefork.c
http_core.c
mod_mime.c
mod_dav.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_suexec.c
mod_cgi.c
mod_dav_fs.c
mod_dav_lock.c
mod_negotiation.c
mod_dir.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c

i have changed in httpd-dav.conf as i was used to do earlier version

<Location /svn>
DAV svn
SVNPath /var/www/svn
SVNAutoversioning on
</Location>



it say syntax error when start apache Unknown DAV provider: svn


fyi: both apache are running i am separating them by port

please help

The_JinJ 10-17-2007 04:32 PM

Totally from memory as set this up a long time ago but don't you need mod_dav_svn?
Do you have mod_dav_svn.so in modules - if so you need something like LoadModule dav_svn_module whereyourmodulesare/mod_dav_svn.so

sonirajesh 10-18-2007 12:53 AM

Quote:

Originally Posted by The_JinJ (Post 2927757)
Totally from memory as set this up a long time ago but don't you need mod_dav_svn?
Do you have mod_dav_svn.so in modules - if so you need something like LoadModule dav_svn_module whereyourmodulesare/mod_dav_svn.so

Thanks for reply i've follwed instruction given on
http://wp.uberdose.com/2007/07/15/ru...-on-centos-45/
and it's work for me


All times are GMT -5. The time now is 01:03 AM.