doc/en_US.ISO8859-1/htdocs/developers/cvs.xml
Glen Barber 49e2f26cd5 Remove references to CVS, SVN->CVS exporter.
Sponsored by:	The FreeBSD Foundation
2014-02-21 22:51:26 +00:00

48 lines
1.8 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>
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
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>
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
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>