When generating links to particular revisions on svnweb, link to the

https version of the site, and use /changeset/$repo/$rev format links.
This commit is contained in:
Gavin Atkinson 2014-10-17 11:39:55 +00:00
parent b4b32a640b
commit 60d007a700
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45842

View file

@ -25,8 +25,8 @@
<xsl:param name="repo" select="'base'"/>
<xsl:param name="rev"/>
<xsl:value-of select="concat('http://svnweb.freebsd.org/', $repo,
'?view=revision&amp;revision=', $rev)"/>
<xsl:value-of select="concat('https://svnweb.freebsd.org/changeset/',
$repo, '/', $rev)"/>
</xsl:template>
<xsl:param name="toc.section.depth" select="1"/>