The problem was a simple matter of permissions. httpd was running as
nobody, nogroup.
So, it could not access the respository. I changed the group to "svn",
who owns the registry,
(group svn has rwx permission) and HTTP access worked fine.
Look for User and Group settings in httpd.conf
Jonathan Coles wrote:
> Setting up svnserve was simple. Setting up HTTP access is proving to
> be quite difficult.
>
> I have a repository at /home/svn/repos/test.
> My Location directive says:
> <Location /repos>
> DAV svn
> SVNParentPath /home/svn/repos
> </Location>
>
> When I execute "svn co http://172.20.120.102/repos/test" I get
> svn: PROPFIND request failed on '/repos/test'
> svn:
> Could not open the requested SVN filesystem
>
> What could be wrong now?
>
> I have no problem checking out the files with the command
> svn co svn+ssh://172.20.120.102/home/svn/repos/test
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 11 11:23:01 2005