I am trying to get SVN + Apache on Windows 7 x64, but apparently I need 64-bit versions mod_dav_svn.soand mod_dav_auth.so.
Are they available anywhere? I try very hard not to build them myself.
Spec:
- SlikSVN x64
- SVN 1.7.4
- Apache 2.2
Some background
The reason I say “apparently I need these” is a log error:
httpd.exe: Syntax error on line 492 of the file foo / httpd.conf: cannot load foo / modules / mod_dav_svn.so to the server: the specified module could not.
If I use the SVN binary for x86 architecture, the error will be the same, but the last sentence reads
The specified procedure was not found
which indicates a problem of architecture, I think. Can anyone help?