From 68b8d93ae5cb093d9896b6d7e9dd8e87c168cacb Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 9 Oct 2011 01:11:07 +0000 Subject: [PATCH] * adjust the config file of svn. --- module/svn/config.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/svn/config.php b/module/svn/config.php index 576402318b..51ba373568 100644 --- a/module/svn/config.php +++ b/module/svn/config.php @@ -13,16 +13,16 @@ * $config->svn->repos['pms']['password'] = 'pass'; * */ -$i = 1; $config->svn->client = ''; + +$i = 1; $config->svn->repos[$i]['path'] = ''; $config->svn->repos[$i]['username'] = ''; $config->svn->repos[$i]['password'] = ''; /* $i ++; -$config->svn->client = ''; $config->svn->repos[$i]['path'] = ''; $config->svn->repos[$i]['username'] = ''; $config->svn->repos[$i]['password'] = ''; - */ +*/