(no commit message)
[hooke.git] / conf / svnserve.conf
diff --git a/conf/svnserve.conf b/conf/svnserve.conf
new file mode 100644 (file)
index 0000000..97c199e
--- /dev/null
@@ -0,0 +1,47 @@
+### This file controls the configuration of the svnserve daemon, if you\r
+### use it to allow access to this repository.  (If you only allow\r
+### access through http: and/or file: URLs, then this file is\r
+### irrelevant.)\r
+\r
+### Visit http://subversion.tigris.org/ for more information.\r
+\r
+[general]\r
+### These options control access to the repository for unauthenticated\r
+### and authenticated users.  Valid values are "write", "read",\r
+### and "none".  The sample settings below are the defaults.\r
+# anon-access = read\r
+# auth-access = write\r
+### The password-db option controls the location of the password\r
+### database file.  Unless you specify a path starting with a /,\r
+### the file's location is relative to the directory containing\r
+### this configuration file.\r
+### If SASL is enabled (see below), this file will NOT be used.\r
+### Uncomment the line below to use the default password file.\r
+# password-db = passwd\r
+### The authz-db option controls the location of the authorization\r
+### rules for path-based access control.  Unless you specify a path\r
+### starting with a /, the file's location is relative to the the\r
+### directory containing this file.  If you don't specify an\r
+### authz-db, no path-based access control is done.\r
+### Uncomment the line below to use the default authorization file.\r
+# authz-db = authz\r
+### This option specifies the authentication realm of the repository.\r
+### If two repositories have the same authentication realm, they should\r
+### have the same password database, and vice versa.  The default realm\r
+### is repository's uuid.\r
+# realm = My First Repository\r
+\r
+[sasl]\r
+### This option specifies whether you want to use the Cyrus SASL\r
+### library for authentication. Default is false.\r
+### This section will be ignored if svnserve is not built with Cyrus\r
+### SASL support; to check, run 'svnserve --version' and look for a line\r
+### reading 'Cyrus SASL authentication is available.'\r
+# use-sasl = true\r
+### These options specify the desired strength of the security layer\r
+### that you want SASL to provide. 0 means no encryption, 1 means\r
+### integrity-checking only, values larger than 1 are correlated\r
+### to the effective key length for encryption (e.g. 128 means 128-bit\r
+### encryption). The values below are the defaults.\r
+# min-encryption = 0\r
+# max-encryption = 256\r