|
| 1 | +### 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 | +### The authz-db option controls the location of the authorization |
| 20 | +### rules for path-based access control. Unless you specify a path |
| 21 | +### starting with a /, the file's location is relative to the conf |
| 22 | +### directory. If you don't specify an authz-db, no path-based access |
| 23 | +### control is done. |
| 24 | +### Uncomment the line below to use the default authorization file. |
| 25 | +# authz-db = authz |
| 26 | +### This option specifies the authentication realm of the repository. |
| 27 | +### If two repositories have the same authentication realm, they should |
| 28 | +### have the same password database, and vice versa. The default realm |
| 29 | +### is repository's uuid. |
| 30 | +# realm = My First Repository |
0 commit comments