How to get Subversion working with Apache

ok,
I know how to create a Virtual Server with Apache
I know how to create a file:// repository and import and update code.

But my next step is to get Subversion working with Apache so that I can
access my repository through http:// in order to get Capistrano to do
its next step.

thanx,
mike

You may get a better response out of the svn usenet group, just fyi.

Subversion Users: SVN Apache/WebDAV Windows Setup Quick Reference (step 1 may be
different for you).

On Jun 5, 12:22 pm, Mike G. [email protected]

OK, when I had Apache 2.0.59 installed this is how I got my SVN server
setup and going:

<VirtualHost *:80>

DAV svn
SVNPath /home/mike/repos

ServerName svn.host.com
DocumentRoot /home/mike/www/svn/htdocs

and of course I had these two lines:
LoadModule dav_svn_module modules/mod_dav_svn.so
LoadModule authz_svn_module modules/mod_authz_svn.so

Now, I upgraded to Apache 2.2.4 and I get a blank page when I point my
browser to my SVN server at svn.host.com. The other odd thing is that
all my other Virtual Server pages are blank as well. But when I remove
the second line above:
#LoadModule authz_svn_module modules/mod_authz_svn.so
then all my Virtual Server pages reappear. Except of course for
svn.host.com

I looked inside my Apache error log and this is what I get every time I
try to access svn.host.com

[Thu Jun 07 15:12:41 2007] [warn] Init: Session Cache is not configured
[hint: SSLSessionCache]
[Thu Jun 07 15:12:41 2007] [notice] Apache/2.2.4 (Unix) mod_ssl/2.2.4
OpenSSL/0.9.8c DAV/2 SVN/1.4.3 configured – resuming normal operations
[Thu Jun 07 15:12:49 2007] [notice] child pid 23678 exit signal
Segmentation fault (11)