I set up an svn server on my apple server running OSX server edition (leopard) following these instructions http://agileshrugged.com/blog/?p=14 and that was easy enough.
Unfortunately these instructions only describe how to set up an http based svn server and I would like to access my svn server using https.
I found these instructions http://www.sonzea.com/articles/subversion-trac.html online but when I got to step 7 it instructed me to add the following include: Include /private/etc/apache2/extra/httpd-ssl.conf but unfortunately OSX server does not have this .conf file. This is not too surprsing because these instruction were about installing an svn server on OSX (not server edition). I have not been able to find any instructions specifically about installing an svn server on OSX server edition and I am now somewhat stuck.
Can anyone either link me to some documentation specific to this situation or maybe should I refer to a different .conf instead of /private/etc/apache2/extra/httpd-ssl.conf?