aboutsummaryrefslogtreecommitdiffstats
path: root/conf/svnserve.conf
diff options
context:
space:
mode:
authorwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-06-16 09:31:40 +0000
committerwhiteshark0 <whiteshark0@b956fd51-792f-4845-bead-9b4dfca2ff2c>2007-06-16 09:31:40 +0000
commita5edf603c98975c4f681dfb58510412d832b45b0 (patch)
tree2c597ca2dc638e1b236636c2d337fc987e126f51 /conf/svnserve.conf
parent4cf257760367a59740e80cbb34dcc3a0ef6adedc (diff)
downloadusdx-a5edf603c98975c4f681dfb58510412d832b45b0.tar.gz
usdx-a5edf603c98975c4f681dfb58510412d832b45b0.tar.xz
usdx-a5edf603c98975c4f681dfb58510412d832b45b0.zip
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@264 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'conf/svnserve.conf')
-rw-r--r--conf/svnserve.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/conf/svnserve.conf b/conf/svnserve.conf
new file mode 100644
index 00000000..089b0d0e
--- /dev/null
+++ b/conf/svnserve.conf
@@ -0,0 +1,30 @@
+### This file controls the configuration of the svnserve daemon, if you
+### use it to allow access to this repository. (If you only allow
+### access through http: and/or file: URLs, then this file is
+### irrelevant.)
+
+### Visit http://subversion.tigris.org/ for more information.
+
+[general]
+### These options control access to the repository for unauthenticated
+### and authenticated users. Valid values are "write", "read",
+### and "none". The sample settings below are the defaults.
+# anon-access = read
+# auth-access = write
+### The password-db option controls the location of the password
+### database file. Unless you specify a path starting with a /,
+### the file's location is relative to the conf directory.
+### Uncomment the line below to use the default password file.
+# password-db = passwd
+### The authz-db option controls the location of the authorization
+### rules for path-based access control. Unless you specify a path
+### starting with a /, the file's location is relative to the conf
+### directory. If you don't specify an authz-db, no path-based access
+### control is done.
+### Uncomment the line below to use the default authorization file.
+# authz-db = authz
+### This option specifies the authentication realm of the repository.
+### If two repositories have the same authentication realm, they should
+### have the same password database, and vice versa. The default realm
+### is repository's uuid.
+# realm = My First Repository