* adjust the config file of svn.

This commit is contained in:
wangchunsheng
2011-10-09 01:11:07 +00:00
parent f1230b410e
commit 68b8d93ae5
+3 -3
View File
@@ -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'] = '';
*/
*/