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:
parent
b4b32a640b
commit
60d007a700
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45842
1 changed files with 2 additions and 2 deletions
|
@ -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&revision=', $rev)"/>
|
||||
<xsl:value-of select="concat('https://svnweb.freebsd.org/changeset/',
|
||||
$repo, '/', $rev)"/>
|
||||
</xsl:template>
|
||||
|
||||
<xsl:param name="toc.section.depth" select="1"/>
|
||||
|
|
Loading…
Reference in a new issue