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

Re: no luck triing to install webdav

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-04-11 19:35:13 CEST

robert wrote:

> Hi there,
> I just installed subversion from source.
> Everything works fine I can access a repository locally and from a remote computer.
> Only with webdav I have no luck yet.
>
> When I try to access or create a repository trough dav I get the following error:
> robert_at_chrissy:~/tmp/test> svn import http://salomenet/repos -m 'test'
> svn: PROPFIND request failed on '/repos'
> svn: PROPFIND of '/repos': 403 Forbidden (http://salomenet)
>
> what I have in httpd.cfg is th following:
> <Location /repos>
> DAV svn
> SVNParentPath /home/svn/redrepos/
> </Location>
>
> /home/svn/redrepos/ belongs to the user svn anf both group and everyone do have read and write support.
>
> can anybody please give me an idea what more I must do.

SVNParentPath specifies the parent directory of N repository
directories. It is *not* a repository itself. If /home/svn/redrepos is
a repository, then use SVNPath.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Apr 11 19:35:55 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.