apache setup problems
From: Robert J. Carr <rjcarr_at_apl.washington.edu>
Date: 2005-02-11 00:47:42 CET
I'm trying to get apache to serve my repositories, but I'm having some
http://svnbook.red-bean.com/en/1.1/ch06s04.html
as my resource. Here's the situation.
I have apache2 setup and it has been serving a trac environment for
Following the above resource, I'm loading in the required modules with:
LoadModule dav_module modules/mod_dav.so
And that seems to be fine.
My SVN is setup on a multi-project basis, so here would be the filesystem:
/data/svn/projects/projectOne
Let's say one of my projects is 'scratch'. In the conf file, I have:
<Location /svn>
So to check out a project, I issue:
svn co http://server/svn/scratch
And it hangs for about 10 seconds, and gives this error:
svn: PROPFIND request failed on '/svn/scratch'
And in apache, it gives this error:
[Thu Feb 10 15:22:23 2005] [error] [client 128.95.76.130] (20014)Error
I've poked around and all roads lead to permissions. Here's how it is
o svn filesystem tree owned and group owned by user 'svn'
I've also tried these things in trouble shooting:
o chmod 775 to entire svn tree
I thought for a second the problem could be that I'm concurrently
Sorry this is so long but I wanted to get the entire setup in here as
Any and all help is appreciated.
Regards-
---------------------------------------------------------------------
|
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.