1 |
21
|
pcwacht
|
### This file controls the configuration of the svnserve daemon, if you
|
2 |
|
|
### use it to allow access to this repository. (If you only allow
|
3 |
|
|
### access through http: and/or file: URLs, then this file is
|
4 |
|
|
### irrelevant.)
|
5 |
|
|
|
6 |
|
|
### Visit http://subversion.tigris.org/ for more information.
|
7 |
|
|
|
8 |
|
|
# [general]
|
9 |
|
|
### These options control access to the repository for unauthenticated
|
10 |
|
|
### and authenticated users. Valid values are "write", "read",
|
11 |
|
|
### and "none". The sample settings below are the defaults.
|
12 |
|
|
# anon-access = read
|
13 |
|
|
# auth-access = write
|
14 |
|
|
### The password-db option controls the location of the password
|
15 |
|
|
### database file. Unless you specify a path starting with a /,
|
16 |
|
|
### the file's location is relative to the conf directory.
|
17 |
|
|
### Uncomment the line below to use the default password file.
|
18 |
|
|
# password-db = passwd
|
19 |
|
|
### This option specifies the authentication realm of the repository.
|
20 |
|
|
### If two repositories have the same authentication realm, they should
|
21 |
|
|
### have the same password database, and vice versa. The default realm
|
22 |
|
|
### is repository's uuid.
|
23 |
|
|
# realm = My First Repository
|