]> git.pld-linux.org Git - packages/subversion.git/blobdiff - subversion-svnserve.sysconfig
- new
[packages/subversion.git] / subversion-svnserve.sysconfig
diff --git a/subversion-svnserve.sysconfig b/subversion-svnserve.sysconfig
new file mode 100644 (file)
index 0000000..917ac61
--- /dev/null
@@ -0,0 +1,9 @@
+## Type:       string
+## Default     "-d -R -r /srv/svn/repos"
+#
+# default options for the svnserve process
+# it is recommended to provide only readonly access to your data.
+# there is no authentication possible, everyone can read and write at will
+# read the subversion documentation about more info
+#
+SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
This page took 0.049616 seconds and 4 git commands to generate.