WebSVN Installation

Posted: August 12th, 2008 | Author: | Filed under: PHP | 2 Comments »

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 some reason, WebSVN is looking for config.php in the root folder, even though it resides under the include directory by default.


2 Comments on “WebSVN Installation”

  1. 1 ollie said at 3:07 pm on July 28th, 2010:

    would have been useful to know where i can find this “include” directory!

  2. 2 Rob said at 7:34 am on March 10th, 2011:

    full instructions on setting up websvn:

    http://www.duchnik.com/tutorials/vc/setting-up-and-configuring-websvn


Leave a Reply