From b4678abe12c199aaa4162f44640dff2d5f3a0fe4 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Sun, 12 Apr 2015 16:10:37 +0000 Subject: [PATCH] fixed the default configuration file --- codepot/etc/codepot.ini.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/codepot/etc/codepot.ini.in b/codepot/etc/codepot.ini.in index 4cbc8c21..f55a0a13 100644 --- a/codepot/etc/codepot.ini.in +++ b/codepot/etc/codepot.ini.in @@ -246,12 +246,12 @@ svn_min_commit_message_length = "0" ; are limited. The value can be separated by a comma. ; To allow 1 subdirectory under the tags directory, set the followings: ; svn_restricted_topdirs = "tags" -; svn_restriction_allowed_subdir_depth_min = 0 -; svn_restriction_allowed_subdir_depth_max = 1 +; svn_restriction_allowed_subdir_depth_min = "0" +; svn_restriction_allowed_subdir_depth_max = "1" ;------------------------------------------------------------------------------ svn_restricted_topdirs = "" -svn_restriction_allowed_subdir_depth_min = 0 -svn_restriction_allowed_subdir_depth_max = 0 +svn_restriction_allowed_subdir_depth_min = "0" +svn_restriction_allowed_subdir_depth_max = "0" ;------------------------------------------------------------------------------ ; Command separated list of user names who can execute /usr/sbin/codepot-user.