Created at:
WebSVN notes
Troubleshooting
In websvn, you setup parentPath correctly, but it still complains
After setting up websvn, you might get the following error::
Please set up a repository path in include/config.php using $config->parentPath or $config->addRepository
See the installation guide for more details
Check your configuration file. The parentPath
parameter should *not*
point to the directory where subversion is setup, but its parent. So, if you
created your repository in /pub/svn
, it should point to /pub
. In
summary, your configuration should have something like::
$config->parentPath("/pub");