You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Богатырев Сергей <Ze...@elsigroup.ru> on 2004/10/26 14:22:19 UTC

using apache (mod_dav_svn

Hi, all.

I am just begining with subversion. I  So, I've just added a line to
httpd.conf:

	LoadModule dav_module modules/mod_dav.so		
	LoadModule dav_svn_module modules/mod_dav_svn.so

But apache servise crushed with following errors:

	The Apache service named  reported the following error:
	>>> Cannot load C:/Program Files/Apache
Group/Apache2/modules/mod_dav_svn.so into server: The specified procedure
could not be found.     . 

	The Apache service named  reported the following error:
	>>> Syntax error on line 146 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:     . 

When I'm starting apache from the command line, I get the next error
message:

	Syntax error on line 147 of C:/Program Files/Apache
Group/Apache2/conf/httpd.conf:
	Cannot load C:/Program Files/Apache
Group/Apache2/modules/mod_dav_svn.so into server: The specified procedure
could not be found.

After commenting the mod_dav_svn apache is stating without any errors.

Help!


Used versions
==================================================
apache: 2.0.46

subversion: svn, version 1.0.6 (r10360) compiled Jul 24 2004, 00:01:41

os: win2000



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: using apache (mod_dav_svn

Posted by Erik Huelsmann <eh...@gmail.com>.
> After commenting the mod_dav_svn apache is stating without any errors.
> 
> Help!
> 
> Used versions
> ==================================================
> apache: 2.0.46
> 
> subversion: svn, version 1.0.6 (r10360) compiled Jul 24 2004, 00:01:41
> 
> os: win2000


svn 1.0.0+ require Apache 2.0.48.

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org