Does ActiveCollab subversion integration work with subversion over ssh?

Posted by executor21 on Stack Overflow See other posts from Stack Overflow or by executor21
Published on 2010-04-02T20:14:13Z Indexed on 2010/04/10 12:23 UTC
Read the original article Hit count: 742

I'm trying to setup a repository in an ActiveCollab project. During setup, it reports that the connection tests successfully. However, when I try to actually update the repository, I get the following message:

Could not obrain the highest revision number for the given repository.

If I try to browse the repository, the following error comes up:

Fatal error: Call to a member function getRevision() on a non-object in /u/sites/activecollab/webroot/shared/activecollab/activecollab/application/modules/source/controllers/RepositoryController.class.php on line 357

Is this because of trying to access the repository via svn+ssh plugin rather than http? Or did something happen on the ActiveCollab end? The repository is accessed fine via other means -- only ActiveCollab has the problem.

© Stack Overflow or respective owner

Related posts about activecollab

Related posts about svn