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

SVNParentPath and AuthzSVNAccessFile

From: Václav Krpec <vasekk_at_alsoft.cz>
Date: 2004-03-31 17:39:12 CEST

Hi,

glad to see that this was implemented in 1.0.1, but I'm having
some problems with that. Ok, I include this:

<Location /svn>
  DAV svn
  SVNParentPath D:/tests/svn/
  AuthType Basic
  AuthName "foo"
  AuthUserFile D:/tests/svn/users.passwd
  Require valid-user
  AuthzSVNAccessFile D:/tests/svn/users.access
</Location>

into httpd.conf; where users.access looks like this:

[/vencik]
vencik = rw

[/lopucha/]
lopucha = rw

[/]
qaz = rw

and have repositories:

D:\tests\svn\vencik
D:\tests\svn\lopucha
D:\tests\svn\qaz

No user have access to any repository, except of qaz, which has
(correctly) access to everything.
After attempting to check-out rep. "vencik" apache error.log
shows this message:

[Wed Mar 31 17:37:05 2004] [error] [client 192.168.35.91] Access denied: 'vencik' PROPFIND vencik:/

Passwords are ok, I've tried with the AuthzSVNAccessFile directive
commented-out.

Well, what should I write into the access file? Is tere any
difference in using it with SVNParentPath, than with SVNPath?
I've tried a few forms of the rep. names --- like
[/svn/vencik] or [vencik/]... All the same.

Thanks a lot, regards

-- 
  vencík <vencik@razdva.cz>
         <vasekk@alsoft.cz>
  http://www.razdva.cz/vencik/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 31 17:37:57 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.