November 2009 Entries

Installing SVN server

Install latest Apache http server Install SVN Make sure to install mod_dav_svn and mod_authz_svn. mod_authz_svn is only needed if you plan on doing fine-grained directory permissions on your SVN repositories Load the mod_dav_svn and mod_authz_svn modules in httpd.conf. You may also need to load the mod_dav module if you don’t have it yet: LoadModule dav_module modules/mod_dav.so ...