svn->client = '/usr/bin/svn'; // c:\svn\svn.exe * $config->svn->repos['pms']['path'] = 'http://svn.zentao.net/zentao/trunk/'; * $config->svn->repos['pms']['username'] = 'user'; * $config->svn->repos['pms']['password'] = 'pass'; * * $config->zentao->path = "http://pms.zentao.net/"; * $config->zentao->user = 'demo'; * $config->zentao->password = '123456'; * */ /* System settings. */ $config->timezone = 'Asia/Shanghai'; // The time zone setting, for more see http://www.php.net/manual/en/timezones.php $config->sleep = 0; // The seconds to sleep. $config->svn = new stdclass(); /* Subversion settings. */ $config->svn->client = ''; $i = 1; $config->svn->repos[$i]['path'] = ''; $config->svn->repos[$i]['username'] = ''; $config->svn->repos[$i]['password'] = ''; /* $i ++; $config->svn->repos[$i]['path'] = ''; $config->svn->repos[$i]['username'] = ''; $config->svn->repos[$i]['password'] = ''; */ /* ZenTaoPMS settings. */ $config->zentao = new stdclass(); $config->zentao->path = ''; $config->zentao->user = ''; $config->zentao->password = '';