Getting svn.php error when trying to view the subversion repository
courtney.evans - September 24, 2008 - 21:09
| Project: | Ponto Version Control |
| Version: | 5.x-1.0-beta1 |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
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.

#1
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