Reword intro so as to not repeat the link to the Subversion site, and

switch links to svnweb from http to https.
This commit is contained in:
Gavin Atkinson 2014-07-04 11:38:09 +00:00
parent 34e88193fd
commit f09ae4a8a7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45206

View file

@ -16,26 +16,26 @@
<h2>Subversion</h2>
<p><a href="http://subversion.tigris.org/">Subversion</a>
(SVN for short)
is the tool the &os;&nbsp;Project uses for keeping its sources
under control. Every change (with an accompanying log message
explaining its purpose) is stored. It can be
easily viewed from the web interface mentioned below.</p>
<p>In June 2008, development of the base system moved to a different
version control system, <a href="http://subversion.tigris.org/">Subversion</a>
(SVN for short). The <a href="http://svnweb.FreeBSD.org/base/">web
<p>In June 2008, development of the base system migrated from CVS to
Subversion. The <a href="https://svnweb.FreeBSD.org/base/">web
interface</a> is available for browsing the repository.</p>
<p>In May 2012, the FreeBSD Documentation Project moved from CVS
to Subversion.
There is a <a
href="http://svnweb.FreeBSD.org/doc/">web interface</a>
href="https://svnweb.FreeBSD.org/doc/">web interface</a>
available for browsing the contents of the FreeBSD Documentation
Project SVN repository.</p>
<p>In July 2012, the FreeBSD Ports tree moved from CVS to
Subversion. There is a <a
href="http://svnweb.FreeBSD.org/ports/">web interface</a> for
href="https://svnweb.FreeBSD.org/ports/">web interface</a> for
browsing the repository.</p>
<h2>Other options</h2>