summaryrefslogtreecommitdiffstats
path: root/conf/svnserve.conf
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2005-04-11 11:38:46 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2005-04-11 11:38:46 (GMT)
commitbab5d35fb20688a6c9df8dd2dcad8ca4859aef90 (patch)
tree2929dee8ade508dad9e6e327e24f7ade4df273a9 /conf/svnserve.conf
parent8cca58d4f4a6db7f370f2f6f6c6b50de9af302e9 (diff)
download5kk53-bab5d35fb20688a6c9df8dd2dcad8ca4859aef90.zip
5kk53-bab5d35fb20688a6c9df8dd2dcad8ca4859aef90.tar.gz
5kk53-bab5d35fb20688a6c9df8dd2dcad8ca4859aef90.tar.bz2
Deleted some crap someone added.
Diffstat (limited to 'conf/svnserve.conf')
-rw-r--r--conf/svnserve.conf29
1 files changed, 0 insertions, 29 deletions
diff --git a/conf/svnserve.conf b/conf/svnserve.conf
deleted file mode 100644
index 090629e..0000000
--- a/conf/svnserve.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-### 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.
-### The format of the password database is similar to this file.
-### It contains one section labelled [users]. The name and
-### password for each user follow, one account per line. The
-### format is
-### USERNAME = PASSWORD
-### Please note that both the user name and password are case
-### sensitive. There is no default for the password file.
-# password-db = passwd
-### 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