Dear Wiki user, You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.
The "InRepoAuthz" page has been changed by BenReser: http://wiki.apache.org/subversion/InRepoAuthz?action=diff&rev1=7&rev2=8 Comment: Remove duplicated content. === Security === - One obvious question is the security of the Authz file once it is stored within the repository. This would be left up to the user to implement via the Authz file themselves. Appropriate documentation would be written. In the case of an Authz file being committed that prevented all access to a repository it could be repaired with ra_local since Authz is not applicable there. + One obvious question is the security of the Authz file once it is stored within the repository. This would be left up to the user to implement via the Authz file themselves. Appropriate documentation would be written. Another common question is what happens if you commit and Authz file that disallows access to everyone. RA local access `file://` does not implement authz. So an admin with access to the filesystem that the repository can commit a fixed authz file.
