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

Access restrictions problem

From: Daniel Duarte Tomas Conceicao <dduarte_at_student.dei.uc.pt>
Date: 2004-04-06 20:08:03 CEST

I'm having some problems with the access restictions on my server.
I'm using Apache with Subversion 1.0.1-2 and Windows XP-SP1.

Here's my svnaccessfile.conf
------------------------------------------------------------------
[groups]
all = ejardim,andre,talves,hilario,rnuno,dduarte
igen_dev = ejardim,andre
iparser_dev = talves
fastcopy_dev = hilario,rnuno
workflow_dev = hilario,rnuno
isfact_dev = dduarte,ejardim,andre
manager = dduarte

#to allow everyone read access
[/]
@all = r

#allow all developers complete access
#@developers = rw

#give the igen people write access to the igen folder
[igen:/igen]
@igen_dev = rw
#give all write access to igen/db folder
[igen:/igen/db]
@all = rw

#give the iparser people write access to the iparser folder
[iparser:/iparser]
@iparser_dev = rw
#give all write access to iparser/db folder
[iparser:/iparser/db]
@all = rw

#give the fastcopy people write access to the fastcopy folder
[fastcopy:/fastcopy]
@fastcopy_dev = rw
#give all write access to fastcopy/db folder
[fastcopy:/fastcopy/db]
@all = rw

#give the workflow people write access to the workflow folder
[workflow:/workflow]
@workflow_dev = rw
#give all write access to workflow/db folder
[workflow:/workflow/db]
@all = rw

#give the isfact people write access to the isfact folder
[isfact:/isfact]
@isfact_dev = rw
#give all write access to isfact/db folder
[isfact:/isfact/db]
@all = rw

#give the maneger write access to the forall folder
[forall:/forall]
@all = rw
#give all write access to forall/db folder
[forall:/forall/db]
@all = rw
-------------------------------------------------------------------------
And my http.conf file looks like this
---------------------------------------------
...
<Location /svn>
        DAV svn
        SVNParentPath E:\svn
        AuthType Basic
        AuthName "Insert Solutions Repository"
        AuthUserFile passwd
        AuthzSVNAccessFile svnaccessfile.conf
        <LimitExcept GET PROPFIND OPTIONS REPORT>
                Require valid-user
        </LimitExcept>

</Location>
----------------------------------------------------
I have the svnaccessfile.conf in .../Apache2/conf/

My system works fine if I comment the access restrictions

        #AuthzSVNAccessFile svnaccessfile.conf
        #<LimitExcept GET PROPFIND OPTIONS REPORT>
                Require valid-user
        #</LimitExcept>

but it gives me an error of permission denied if I uncomment these lines.

I've been trying to solve this problem since the installation.

thanks

-- 
Daniel Duarte Tomas da Conceicao
e-mail:dduarte@student.dei.uc.pt
telem: +351 919043735
**********************************////////*************************************
                 ------------------------------------------
		 | Kill a man and you are a murderer      |
		 | Kill millions and you are a conquerer  |
		 | Kill everyone and you are a GOD        |
		 ------------------------------------------
*********************************////////*************************************
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 6 20:08:33 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.