Access Control
From: Res Pons <pons32_at_hotmail.com>
Date: 2006-02-18 01:30:13 CET
Hi All
We’re running Subversion under Apache 2 and our repository is created under
Proj1 with trunk, branches, tags subfolders
Users use windows client to contact the repo.
------------I use the following in my httpd.conf------------------
<Location /svn>
DAV svn
SVNPath /local1/svn
AuthzSVNAccessFile /local1/svn/conf/svn-access-file
</Location>
My access & pw files reside in /local1/svn/conf
The password file has encrypted passwords in it and AuthUserFile in
Here’s a simple snapshot of the access file:
----------------------Access File-----------------------------------
#password-db = svn-pwd-file
[groups]
svnAdmin = samR
[/]
[proj1:/]
[proj1:/tags]
[svn:/proj2/trunk/webproducts]
---------------------------- end of file------------------------
AND HERE’S THE PROBLEM:
When I do “svn list --username testuser
I get to see the hidden folder listed! I have tried EVERY variation of
[:/proj2/trunk/webproducts]
WHAT AM I DOING WRONG? Help please.
_________________________________________________________________
---------------------------------------------------------------------
|
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.