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