Sha256: 41da2e6c5c672b0c6f618b4626272cc39c8fdb55b766fb14eab243874e96e642

Contents?: true

Size: 705 Bytes

Versions: 3

Compression:

Stored size: 705 Bytes

Contents

### This file is an example authorization file for svnserve.
### Its format is identical to that of mod_authz_svn authorization
### files.
### As shown below each section defines authorizations for the path and
### (optional) repository specified by the section name.
### The authorizations follow. An authorization line can refer to a
### single user, to a group of users defined in a special [groups]
### section, or to anyone using the '*' wildcard.  Each definition can
### grant read ('r') access, read-write ('rw') access, or no access
### ('').

[groups]
# harry_and_sally = harry,sally

# [/foo/bar]
# harry = rw
# * =

# [repository:/baz/fuz]
# @harry_and_sally = rw
# * = r

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
BuildMaster-1.0.6 test/tmp/svn_test/repository/conf/authz
BuildMaster-1.0.9 test/tmp/svn_test/repository/conf/authz
BuildMaster-1.1.9 test/tmp/svn_test/repository/conf/authz