安装svn同步程序出错。已解决 悬赏15积分
运行 start.bat 出现如上错误。
config.php 如下配置:
/* System settings. */
$config->timezone = 'Asia/Shanghai'; // The time zone setting, for more see http://www.php.net/manual/en/timezones.php
$config->sleep = 300; // The seconds to sleep.
/* Subversion settings. */
$config->svn->client = 'C:\Program Files (x86)\VisualSVN Server\bin\svn.exe';
$i = 1;
$config->svn->repos[$i]['path'] = 'https://127.0.0.1:88/svn/erp/rrr';
$config->svn->repos[$i]['username'] = 'firefly';
$config->svn->repos[$i]['password'] = '19776360';
/*
$i ++;
$config->svn->repos[$i]['path'] = 'http://127.0.0.1:8837/zentaopms/www';
$config->svn->repos[$i]['username'] = 'admin';
$config->svn->repos[$i]['password'] = '123456';
*/
/* ZenTaoPMS settings. */
$config->zentao->path = 'http://127.0.0.1:8837/zentaopms/www';
$config->zentao->user = 'admin';
$config->zentao->password = '123456';
禅道版本:2.4
安装包类型:源码包
操作系统:Windows 7
客户端浏览器:IE8
🍟 https,需要自己先手工执行下svn log https://127.0.0.1:88/svn/erp/rrr,在提示是否接受服务器指纹时,选择永久。
回复
|