From c8a638d51ff5a38136975e981a491d5f6de5867d Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Mon, 16 Feb 2015 12:32:49 +0000 Subject: [PATCH] changed the default values of some configuration items --- codepot/etc/codepot.ini.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codepot/etc/codepot.ini.in b/codepot/etc/codepot.ini.in index 8af75b25..12905d68 100644 --- a/codepot/etc/codepot.ini.in +++ b/codepot/etc/codepot.ini.in @@ -232,5 +232,5 @@ svn_min_commit_message_length = "0" ; is limited. The value can be separated by a comma. ;------------------------------------------------------------------------------ svn_restricted_topdirs = "" -svn_restriction_allowed_subdir_depth_min = 1 -svn_restriction_allowed_subdir_depth_max = 1 +svn_restriction_allowed_subdir_depth_min = 0 +svn_restriction_allowed_subdir_depth_max = 0