我正试着把Bugzilla安装在centos上。航站楼里一切都很好。但是,当我试图通过浏览器访问Bugzilla时,它将返回如下所示的错误。
This XML file does not appear to have any style information associated with it.
The document tree is shown below.
<D:error><C:error/><m:human-readable errcode="2">
Could not open the requested SVN filesystem
</m:human-readable></D:error>"有人能帮我解决这个问题吗?提前感谢
发布于 2014-09-25 04:22:22
当SVN与其他应用程序之间存在端口冲突时,上述错误会增加。我们需要配置虚拟主机inorde3r,以避免svn与其他应用程序之间的端口冲突。
https://stackoverflow.com/questions/25697472
复制相似问题