"svn", and remove sysconfig variables that are no longer effective with the systemd unit. bsc#1049448 OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=246
14 lines
526 B
Plaintext
14 lines
526 B
Plaintext
## Path: Network/Subversion/svnserve
|
|
## Description: Basic configuration for svnserve
|
|
|
|
## Type: string
|
|
## Default "-d -R -r /srv/svn/repos"
|
|
#
|
|
# Default options for the svnserve process.
|
|
# The -R option enforces read-only access, i.e. write operations to the
|
|
# repository (such as commits) will not be allowed.
|
|
# Authentication should be configured before allowing write access.
|
|
# See http://svnbook.red-bean.com/en/1.8/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
|
|
#
|
|
SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
|