You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ka...@wipro.com on 2005/11/07 05:45:06 UTC

[users@httpd] Compatibility problem of Apache2.055 and mod_dav_svn module in Subversion1.2.x

Hi

   I am trying to setup a repository in Windows environment, I would be
using Eclipse as my SVN client, for that I installed subclipse from
Tigris site

I have Subversion 1.2.3 and Apache 2.0.55 ( I got to Setup.exe to
install both of them and dint compile the code on my machine.)

I did following things to integrate Apache with SVN

1. Copied the mod_dav_svn.so , mod_authz_svn.so and their dependent DLLs
into the Apache's module directory

2. In httpd.conf file of Apache added the following statements:



LoadModule dav_module modules/mod_dav.so

LoadModule dav_svn_module modules/mod_dav_svn.so

LoadModule authz_svn_module modules/mod_authz_svn.so Loadmodule



3. The Apache service is restarted, however it is giving error that
dav_svn_module is not found.



If I perform the similar steps using 1.1.x version of SVN , The Apache
service is successfully started, and I can publish the repository and
thus can view it thru Eclipse from a remote machine.



Is there some compatibility problem with Subversion 1.2.x   and Apache
2.0.x ?, please throw some light or better give me the solution



Thanks

KP



Confidentiality Notice

The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin@wipro.com immediately
and destroy all copies of this message and any attachments.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org