- 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:
parent
3b4f3a67c8
commit
040f363b2a
@ -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
|
Wed Jan 19 09:59:05 CET 2011 - dmueller@suse.de
|
||||||
|
|
||||||
|
@ -5,9 +5,10 @@
|
|||||||
## Default "-d -R -r /srv/svn/repos"
|
## Default "-d -R -r /srv/svn/repos"
|
||||||
#
|
#
|
||||||
# default options for the svnserve process
|
# default options for the svnserve process
|
||||||
# it is recommended to provide only readonly access to your data.
|
# the -R option enforces read-only access, i.e. write operations to the
|
||||||
# there is no authentication possible, everyone can read and write at will
|
# repository (such as commits) will not be allowed
|
||||||
# read the subversion documentation about more info
|
# 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"
|
SVNSERVE_OPTIONS="-d -R -r /srv/svn/repos"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user