From 6803708c69b750764bd42b00eb3959b75acee552 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Thu, 9 Apr 2015 05:21:47 +0000 Subject: [PATCH] added some text to codepot.ini.in --- codepot/etc/codepot.ini.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/codepot/etc/codepot.ini.in b/codepot/etc/codepot.ini.in index 12905d68..b67e242b 100644 --- a/codepot/etc/codepot.ini.in +++ b/codepot/etc/codepot.ini.in @@ -228,8 +228,12 @@ svn_read_access = "member" svn_min_commit_message_length = "0" ;------------------------------------------------------------------------------ -; The operations on the files under one of svn_restricted_topdirs -; is limited. The value can be separated by a comma. +; Operations on the files under one of svn_restricted_topdirs +; 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_restricted_topdirs = "" svn_restriction_allowed_subdir_depth_min = 0