ProgrammerMP wrote:
Ok. I got it working. The error message is mis-leading. It COULD find the
module, it could NOT resolve all of its dependancies. I had to copy a bunch
of *.dll from svn/bin to c:/server/apache2.2/bin and c:/windows/system32.
http://www.dependencywalker.com/
If you ever
Ok. I got it working. The error message is mis-leading. It COULD find the
module, it could NOT resolve all of its dependancies. I had to copy a bunch
of *.dll from svn/bin to c:/server/apache2.2/bin and c:/windows/system32.
ProgrammerMP wrote:
>
>
> Configuration: Apache 2.2, MySQL, Sub
Configuration: Apache 2.2, MySQL, Subversion 1.4.6 (for Apache 2.2.x) on
Windows
I've added the following 2 lines to my httpd.conf file:
LoadModule dav_module modules/mod_dav.so
LoadModule dav_svn_module modules/svn/mod_dav_svn.so
I've copied the mod_dav_svn.so file from svn/bin