Comment 1 for bug 139985

Revision history for this message
Jonas (wajs) wrote : Re: Call to undefined method Repository::getDisplayName() in /usr/share/websvn/filedetails.php on line 130

I had the same problem.

I removed line 130 from /usr/share/websvn/filedetails.php
//$vars["repname"] = htmlentities($rep->getDisplayName(), ENT_QUOTES, 'UTF-8');
and now it works.