After adding a repository and then clicking on Version Control Systems in the Navigation menu, I get the following error in my web browser:

Fatal error: require_once() [function.require]: Failed opening required 'VersionControl/SVN.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\drupal-5.10\sites\all\modules\ponto_vc\contrib\svn\svn.module on line 605

I've looked for this 'svn.php' file everywhere in my installation and it doesn't exist. I even downloaded PEAR but I didn't find anything in it that was related to subversion. Please advise.

Comments

jpetso’s picture

Status: Active » Postponed (maintainer needs more info)

Seems there is a requirement for an additional PEAR package for SVN integration, probably http://pear.php.net/package/VersionControl_SVN because I can't find another one. Can't confirm though, because I don't use this module :P