【发布时间】:2012-12-27 11:44:36
【问题描述】:
Apache 版本:Apache/2.2.15 (Unix) 操作系统:Fedora release 13 (Goddard)
在加载 WebSVN 时,它显示了在下面文件中配置的所有存储库,但是在单击存储库名称时显示“Rev 0”,请参阅随附的屏幕截图。
/var/www/html/websvn/include/config.php
<?php
$config->parentPath("/repos");
$config->addRepository('landfill', 'file:///repos/proj/landfill','Projects');
$config->setTemplatePath("$locwebsvnreal/templates/calm/");
$config->setMinDownloadLevel(2);
set_time_limit(0);
$config->expandTabsBy(8);
?>
【问题讨论】:
-
您是否有任何示例配置文件供您的设置共享?我正在运行我自己的 svnserve 的 WebSVN,它运行良好。具体来说,我有兴趣查看您的 config.php,并且您是否在同一个盒子上运行 svnserve?
-
嗨@slm 我在上面添加了 config.php 文件的内容,是的,正如你所问的,两者都在同一个系统中运行