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

AW: Apache setup problem ('PROPFIND request failed')

From: Stefan Vetsch <asm_cpp_at_tuners.ch>
Date: 2004-03-21 01:04:18 CET

Hello (Moin) Stephan

> <Directory /repos>
> DAV svn
> SVNParentPath /data/repos
> </Directory>

You could try to use the "Location" directive instead of the "Directory"
directive and allow all visitor's to access this location.

<Location /repos>
   DAV svn
   SVNParentPath /data/repos

   ORDER deny,allow
   Allow from all

</Location>

Hope that helps,

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sun Mar 21 01:05:44 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.