WebSVN Installation
If you recently downloaded and installed WebSVN and have followed the Installation Guide only to receive this error:
Please set up a repository path in include/config.php using $config->parentPath or $config->addRepository
See the installation guide for more details
you need to do one of two things.
1) Move include/config.php into the WebSVN root OR
2) Edit include/setup.php by changing:
require_once ‘config.php’;
To
require_once ‘include/config.php’;
For [...]