禅道集成SVN配置问题已解决 悬赏10积分
按照http://www.zentao.net/help-read-79501.html教程的方法配置
在“五、执行svn同步命令 ”这一步运行Bat文件后出现以下错误:
Some error occers:
The command is D:\xampp\silksvn\svn.exe --non-interactive --username admin --password 123456 --no-auth-cache log -r 0:HEAD -v --xml http://172.16.201.4/zentao/SVN/ the svn logs is <?xml version="1.0"?>
<log>
________________________________________________________________________________________
“config.php” 中配置如下:
$config->svn = new stdClass();
$config->svn->encodings = 'utf-8, gbk';
$config->svn->client = 'd:\xampp\silksvn\svn.exe';
$i = 1;
$config->svn->client = 'd:\xampp\silksvn\svn.exe';
$config->svn->repos[$i]['path'] = 'http://172.16.201.4/zentao/SVN/';
$config->svn->repos[$i]['username'] = 'admin';
$config->svn->repos[$i]['password'] = '123456';
求解,谢谢.
禅道版本:4.1
安装包类型:Windows安装包
操作系统:Windows 7
客户端浏览器:IE9
🍟 svn的路径不对吧。怎么会是zentao/svn呢?
回复
|