doc/en_US.ISO8859-1/htdocs/developers/cvs.xml
Gavin Atkinson f09ae4a8a7 Reword intro so as to not repeat the link to the Subversion site, and
switch links to svnweb from http to https.
2014-07-04 11:38:09 +00:00

48 lines
1.7 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
"http://www.FreeBSD.org/XML/share/xml/xhtml10-freebsd.dtd" [
<!ENTITY title "Source code repositories">
]>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>&title;</title>
<cvs:keyword xmlns:cvs="http://www.FreeBSD.org/XML/CVS">$FreeBSD$</cvs:keyword>
</head>
<body class="navinclude.developers">
<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 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="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="https://svnweb.FreeBSD.org/ports/">web interface</a> for
browsing the repository.</p>
<h2>Other options</h2>
<p><a href="&base;/doc/en_US.ISO8859-1/books/handbook/ctm.html">
CTM</a> if you are looking for
very low overhead, batch-mode access (basically, patches through
email).</p>
</body>
</html>