Last modified: 2013-01-15 10:57:35 UTC
On my installation of MediaWiki core ( https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;h=d70e53ccd19b3b7040a42686b44cd44097b79973 ) and with mixed extensions from git and svn, a first extension from SVN (APC) is rendered with their revision as link, but all other svn extension revisions are not rendered as links. "r123456" numbers are shown, but not rendered as link.
upd
I found that the links are not shown for such extensions which were checked out as developer.
"r123456" are shown as links (as they were shown in former MediaWiki versions) only for anonymously checked out extensions.
I imagine this is because with Subversion 1.7, .svn directories aren't in all the subdirectories. The difference of checking out from http vs. svn+ssh shouldn't make a difference at all, see SpecialVersion::$viewvcUrls
(In reply to comment #4) > I imagine this is because with Subversion 1.7, .svn directories aren't in all > the subdirectories. The difference of checking out from http vs. svn+ssh > shouldn't make a difference at all, see SpecialVersion::$viewvcUrls Indeed Just swapped my dev wiki from HTTPS to svn+ssh and it's still working fine But that is using SVN 1.6.12
I always use(d) svn+ssh .
svn version 1.6.9
The problem was not present in MediaWiki version before the move to git.