Setting up Subversion server on home machine
I already expected trouble setting up subversion at home machine, but didn't expected this much problem. I followed the instruction here, and
I did the following and eventually get the problem resolved:
- need to download the Subversion 1.4.6 Win32 binaries for Apache 2.2.x file ( svn-win32-1.4.6.zip). Expand it and put the content in the already installed 1.4.6.
- Copy the two files (mod_dav_svn.so, mod_authz_svn.so) from C:\Program Files\Subversion\bin to C:\Program Files\Apache Software Foundation\Apache2.2\modules.
- In the httpd.conf file, makes sure the following lines are added or un-remarked:
- LoadModule dav_svn_module modules/mod_dav_svn.so
- LoadModule dav_module modules/mod_dav.so
LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_lock_module modules/mod_dav_lock.so
0 Comments:
Post a Comment
<< Home