Re: [EMAIL PROTECTED] mod_dav_svn integration

2008-01-17 Thread William A. Rowe, Jr.
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

Re: [EMAIL PROTECTED] mod_dav_svn integration

2008-01-17 Thread ProgrammerMP
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

[EMAIL PROTECTED] mod_dav_svn integration

2008-01-17 Thread ProgrammerMP
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