帮助 配置 websvn Ubuntu

帮助 配置 websvn Ubuntu

我是 Linux 新手,我想websvn为我的程序创建一个服务器。我在服务器上安装了 websvn 并运行正常,但出现了此消息。

Please set up a repository in include/config.php using $config->parentPath or $config->addRepository. See the installation guide for more details.

所以我做了一个 nano include/config.php

<?php
$config->addRepository("my repos", "file:///var/lib/svn");
$config->setEnscriptPath("/usr/bin");
$config->setSedPath("/bin");
$config->useEnscript();
?>

然后sudo /etc/init.d/apache2 restart

然后我打开浏览器,转到 URL,页面是空白的,只有这个字母,ES 浏览器的 URL 中也显示这个http://192.168.x.xxx/websvn/listing.php?repname=my+repos

这是我的仓库所在的路径/var/lib/svn,在里面我必须有一个文件夹programaspruebas

不知道我是否做错了什么。如果能得到帮助,我将不胜感激。问候

相关内容