Would it be possible to add a new BBCode tag for linking to SVN revisions to the forums? Something like:
where $repo is one of base,doc,ports,... (defaulting to ports if missing) and $revision is the SVN revision to link to.
For example [svn=ports]409799[/svn] would link to https://svnweb.freebsd.org/ports?view=revision&revision=409799 and be shown as Ports r409799.
This would complement the existing pr tag.
Code:
[svn=$repo]$revision[/svn]
-> https://svnweb.freebsd.org/$repo?view=revision&revision=$revision
For example [svn=ports]409799[/svn] would link to https://svnweb.freebsd.org/ports?view=revision&revision=409799 and be shown as Ports r409799.
This would complement the existing pr tag.