From ec785cbc65f1582cb059d416770f877255ee917db10dee19cc1c9fd33edf6a03 Mon Sep 17 00:00:00 2001 From: Andreas Stieger Date: Wed, 4 Mar 2015 18:14:07 +0000 Subject: [PATCH] - 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 --- subversion.changes | 5 +++++ subversion.conf | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/subversion.changes b/subversion.changes index 374bef9..ff7c096 100644 --- a/subversion.changes +++ b/subversion.changes @@ -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 diff --git a/subversion.conf b/subversion.conf index 6fd8ca9..461c4c6 100644 --- a/subversion.conf +++ b/subversion.conf @@ -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 # @@ -47,7 +48,7 @@ # # # uncomment to require SSL connection for password protection. # # SSLRequireSSL -# Require project1_committers +# Require group project1_committers # # #