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

no luck triing to install webdav

From: robert <robert_at_redcor.ch>
Date: 2004-04-11 19:16:35 CEST

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.

thanks
Robert

---------------------------------------------------------------------
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:18:09 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.