apache
apache
Fine grained permissions on SVN repositories can be provided by creating an access file. Following is a sample access file explaining the basic format of the file. More details can be found by reading the SVN book. #groups are defined here. simply list the names of members of the group delimited by comma
[groups]
admin = rudy, batman, admin
# to create access control for a repo, start with the directory that you are
# defining the permissions for
# to define permissions for all directories within a repo, use /
# for example, to define permissions for all directories in the...