#
# Simple access control file for the Subversion server
#
# $Id: access 15 2005-04-20 02:18:57Z mks $
#
# This is a computer managed file - do not hand edit!
#

#
# Define the admin groups
#
[groups]
Admin = mks

#
# Define the repository access rights
#

# The Insurrection Web Tools for Subversion example repository.&nbsp; This contains an export of the Insurrection source code to play with as an example.
[Web:/]
* = r
demo = r
michael = r
mks = rw

# A second example repository.
[example:/]
* = r
demo = r
michael = rw
mks = rw
