- fix sample configuration comments in subversion.conf [boo#916286]

OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/subversion?expand=0&rev=197
This commit is contained in:
Andreas Stieger 2015-03-04 18:14:07 +00:00 committed by Git OBS Bridge
parent f820c87552
commit ec785cbc65
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Mar 4 18:12:54 UTC 2015 - astieger@suse.com
- fix sample configuration comments in subversion.conf [boo#916286]
-------------------------------------------------------------------
Mon Mar 2 08:08:44 UTC 2015 - astieger@suse.com

View File

@ -34,6 +34,7 @@
# AuthType Basic
# AuthName "Authorization Realm"
# AuthUserFile /srv/svn/user_access/myproject1_passwdfile
# AuthGroupFile /srv/svn/user_access/myproject1_groupfile
#
# # Limit read access to certain people
# <Limit GET PROPFIND OPTIONS REPORT>
@ -47,7 +48,7 @@
# <LimitExcept GET PROPFIND OPTIONS REPORT>
# # uncomment to require SSL connection for password protection.
# # SSLRequireSSL
# Require project1_committers
# Require group project1_committers
# </LimitExcept>
#
#</Location>