[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

problem setting up svn w/ apache

From: Jan <janreise_at_yahoo.de>
Date: 2004-07-24 13:16:38 CEST

Apologies if this has been answered somewhere else - I couldn't find
anything either in the book or in the list archives.

Here's my problem:

I have set up subversion. Everything works just fine in file://, svn://
and svn+ssh:// modes. Now I am trying to set up Apache, with less
success.

When I try to browse my repository with a web browser, I get:
        Could not open the requested SVN filesystem

When I try to check out the repository on the Unix command line over
http://, I get:
        svn: PROPFIND request failed on '/repository'
        svn:
        Could not open the requested SVN filesystem

Here's my configuration:

* I'm running subversion 1.0.6 and apache2.0.48 on Woody
* I have mod_dav_svn.so in /usr/lib/apache2/modules/
* In /etc/apache2/apache2.conf, it says
        Include /etc/apache2/mods-enabled/*.load
        Include /etc/apache2/mods-enabled/*.conf
* In mods-enabled, I have cgi-load, dav.load, dav_fs.conf,
dav_fs.load, dav_svn.conf, dav_svn.load
* In dav_svn.load, it says:
        LoadModule dav_svn_module /usr/lib/apache2/modules/mod_dav_svn.so
        LoadModule authz_svn_module /usr/lib/apache2/modules/mod_authz_svn.so
* In dav_svn.conf it says
        <Location /repository>
          DAV svn
          SVNPath /var/subversion/booktest
... (everything else commented out)
        </Location>

When I comment out DAV svn and SVNPath and restart apache, my browser
gives me:
        Apache/2.0.48 (Debian GNU/Linux) DAV/2 SVN/1.0.0 Server at
myname.myhost.org Port 80

My repository belongs to my standard cvs user and I am running apache
as root, so file permissions shouldn't be an issue (?).

I'm almost sure I've overlooked something trivial, but what can it be?

Thanks for any help
Jan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jul 24 15:21:17 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.