- fix misleading text in /etc/sysconfig/svnserve (+1 from mrueckert)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=40
This commit is contained in:
Stefan Sperling 2011-01-31 20:19:18 +00:00 committed by Git OBS Bridge
parent 3b4f3a67c8
commit 040f363b2a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 31 21:18:19 CET 2011 - stsp@elego.de
- fix misleading text in /etc/sysconfig/svnserve (+1 from mrueckert)
-------------------------------------------------------------------
Wed Jan 19 09:59:05 CET 2011 - dmueller@suse.de

View File

@ -5,9 +5,10 @@
## 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
# 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.5/svn.serverconfig.svnserve.html#svn.serverconfig.svnserve.auth
#
SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"