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

Odd behavior

From: Rodrigo Montenegro <montenegro.r_at_gmail.com>
Date: Sat, 19 Mar 2011 19:14:09 -0300

I have the following repository configuration file for apache:

<Location /svn/repos/>
AuthType Basic
AuthName "Subversion"
AuthUserFile /srv/svn/svnauth

DAV svn
SVNParentPath /srv/svn/repos
SVNListParentPath On

require valid-user
</Location>

<Location /svn/repos/repo1>
    require valid-user
</Location>

<Location /svn/repos/repo1/trunk/secret>
    <LimitExcept GET PROPFIND OPTIONS REPORT>
       require user secretowner
    </LimitExcept>
    <Limit GET PROPFIND OPTIONS REPORT>
       require user secretowner
    </Limit>
</Location>

It seems right to me but the odd behavior is that when some valid-user but
secretowner checkouts trunk the folder secret keeps coming as well its
content.
What is wrong?
____________________________________________
Rodrigo Montenegro de Oliveira
Received on 2011-03-19 23:15:01 CET

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.