Stumbled across this little tidbit of helpful information the other week while setting up a version control server at work. Using Subversion on a Mac OS X Leopard Server you need to enable all of the dav_mods in the httpd.conf just enabling the dav_mod_svn will produce an error when starting apached
LoadModule dav_module libexec/apache2/mod_dav.so
LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so
LoadModule dav_svn_module libexec/apache2/mod_dav_svn.so
I initially tried getting this to work about 6 months ago and gave up. There are a few good tutorials online but they all neglected to mention the above piece of information.
Leave a Reply
You must be logged in to post a comment.
Testing 1 2 3