已解决 配置SVN同步的问题

运行的命令和结果如下:

 

D:\zentao\home\zentao\bin>D:\zentao\usr\local\php\php ztcli http://10.24.16.64/z
entao/svn-run.html
2012-01-31 17:28:20 begin repo 1
2012-01-31 17:28:20 start from revision 0
Some error occers:
The command is C:\Program Files\SlikSvn\bin\svn.exe --non-interactive --username
 'zentao' --password '123456' --no-auth-cache log -r 0:HEAD -v --xml https://10.
24.16.66/svn/SDC_V3/
 the svn logs is

 

没有执行同步,不知道是哪出了问题,请帮忙,谢谢啦~~~

禅道版本 2.4 源码包
操作系统 Windows Server 2003
客户端浏览器 IE8

提问者: 王玢 悬赏:10 日期: 2012-02-01 10:26:46 答案:1 点击:6300

获取技术支持

QQ: 电话:
备注
是svn客户端SlikSvn安装的路径有空格的问题,卸载重新安装在D盘后,运行同步命令,又出现了如下问题: D:\zentao\home\zentao\bin>D:\zentao\usr\local\php\php ztcli "http://10.10.10.64/ zentao/svn-run.html" 2012-02-01 17:21:27 begin repo 1 Warning: simplexml_load_string(): Entity: line 3: parser error : Premature end o f data in tag info line 2 in D:\zentao\home\zentao\module\svn\model.php on line 231 Warning: simplexml_load_string(): in D:\zentao\home\zentao\module\svn\model.php on line 231 Warning: simplexml_load_string(): ^ in D:\zentao\home\zentao\module\svn\model.ph p on line 231 2012-02-01 17:21:27 start from revision 0 Some error occers: The command is D:\SlikSvn\bin\svn.exe --non-interactive --username 'wangbin' --p assword '04350244' --no-auth-cache log -r 0:HEAD -v --xml https://10.10.10.66/sv n/ the svn logs is 不知道又是哪的问题了……请大牛指点啊~~~ 在windows环境下去掉了module.php中username和password的单引号,还是出现了一下问题: D:\zentao\home\zentao\bin>D:\zentao\usr\local\php\php ztcli "http://10.24.16.64/ zentao/svn-run.html" 2012-02-01 17:39:56 begin repo 1 2012-02-01 17:39:57 start from revision 0 Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 16 bytes) in D:\zentao\home\zentao\module\svn\model.php on line 282 请大牛们指教啊!~~~~
设置备注
答案列表
2012/02/02
如果是https协议的,需要单独在命令行先执行下svn log命令。请仔细看我们的文档。