我的禅道是linux 9.2.1自定义安装版本,不是linux一键安装包,我的init.sh默认路径是:/opt/lampp/htdocs/zentaopms/bin
难道我应该在init.sh生成syncsvn.sh脚本是添加zentaopms到url中?
然后我重新生成syncsvn.sh脚本,然后在url中添加zentaopms,这时再点击bug记录中的view diff 显示:
08:51:12 ERROR: The modulename '192.168.20.43/zentaopms/svn' illegal. in /opt/lampp/htdocs/zentaopms/framework/base/router.class.php on line 1220, last called by /opt/lampp/htdocs/zentaopms/framework/base/router.class.php on line 1339 through function setModuleName.
in /opt/lampp/htdocs/zentaopms/framework/base/router.class.php on line 1932 when visiting 192.168.20.43/zentaopms/svn-cat-aHR0cDovLzE5Mi4xNjguMjAuNDMvc3ZuL3JlcG8xL3N2bi9yZXBvMS90dC90-38
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
192.168.20.43
Apache/2.4.10 (Unix) OpenSSL/1.0.1i SVN/1.7.14 PHP/5.4.31 mod_perl/2.0.8-dev Perl/v5.16.3
zbox 8.0.1 连接svn,点击diff后,后台看日志报错了:
svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied
svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied
svn: E175002: Unable to connect to a repository at URL 'https://192.168.5.11:14453/svn/test/test/src/test/Test.java'
svn: E175002: OPTIONS of 'https://192.168.5.11:14453/svn/test/test/src/test/Test.java': Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://192.168.5.11:14453)
[root@lvs-43 bin]# cat syncsvn.sh
/opt/lampp/bin/php /opt/lampp/htdocs/zentaopms/bin/ztcli 'http://192.168.20.43/zentao/svn-run'
我的禅道是linux 9.2.1自定义安装版本,不是linux一键安装包,我的init.sh默认路径是:/opt/lampp/htdocs/zentaopms/bin
难道我应该在init.sh生成syncsvn.sh脚本是添加zentaopms到url中?
然后我重新生成syncsvn.sh脚本,然后在url中添加zentaopms,这时再点击bug记录中的view diff 显示:
08:51:12 ERROR: The modulename '192.168.20.43/zentaopms/svn' illegal. in /opt/lampp/htdocs/zentaopms/framework/base/router.class.php on line 1220, last called by /opt/lampp/htdocs/zentaopms/framework/base/router.class.php on line 1339 through function setModuleName.
in /opt/lampp/htdocs/zentaopms/framework/base/router.class.php on line 1932 when visiting 192.168.20.43/zentaopms/svn-cat-aHR0cDovLzE5Mi4xNjguMjAuNDMvc3ZuL3JlcG8xL3N2bi9yZXBvMS90dC90-38
这是又是什么原因?
在svn客户端提交bug后,然后在禅道bug页面能够显示bug版本,但是在点击bug历史记录旁边的view diff时出现报错:
Object not found!
The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error.
If you think this is a server error, please contact the webmaster.
Error 404
192.168.20.43
Apache/2.4.10 (Unix) OpenSSL/1.0.1i SVN/1.7.14 PHP/5.4.31 mod_perl/2.0.8-dev Perl/v5.16.3
这种情况是什么原因引起的呢
[root@lvs-43 repo1]# mkdir test
[root@lvs-43 repo1]# cd test
[root@lvs-43 test]# vi fsh
[root@lvs-43 test]# cd ..
[root@lvs-43 repo1]# svn add test
A test
A test/fsh
[root@lvs-43 repo1]# svn ci test -m "task#31"
Adding test
Adding test/fsh
Transmitting file data .
Committed revision 28.
[root@lvs-43 repo1]# cd /opt/lampp/htdocs/zentaopms/bin/
[root@lvs-43 bin]# ./syncsvn.sh
2017-06-06 14:44:58 begin repo 1
2017-06-06 14:44:58 start from revision 27
2017-06-06 14:44:58 get 2 logs
2017-06-06 14:44:58 begin parsing logs
2017-06-06 14:44:58 parsing log 27
2017-06-06 14:44:58 27 alread parsed, ommit it
2017-06-06 14:44:58 parsing log 28
2017-06-06 14:44:58 comment is
----------
task#31
----------
2017-06-06 14:44:58 extractstory: task:31 bug:
2017-06-06 14:44:58 save revision 28
2017-06-06 14:44:58
repo 1 finished
[root@lvs-43 bin]#
但是提交后在禅道页面还是搜索不到task#31 ,我的问题出在哪呢
svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied
svn: warning: W000013: Can't open file '/root/.subversion/servers': Permission denied
svn: E175002: Unable to connect to a repository at URL 'https://192.168.5.11:14453/svn/test/test/src/test/Test.java'
svn: E175002: OPTIONS of 'https://192.168.5.11:14453/svn/test/test/src/test/Test.java': Server certificate verification failed: certificate issued for a different hostname, issuer is not trusted (https://192.168.5.11:14453)
对于上面这段话,我还不太明白,在linux svn客户端提交的svn log是如何关联到禅道的页面显示上的,这中间是否还需要什么配置?
Not Found
The requested URL /zendaopms/index.php was not found on this server.
这个是我配置出问题了,还是该功能属于专业版?