The link to the Subversion project points to its former home page. PR: 221068 Reported by: philipp.kloke <philipp.kloke@web.de>
42 lines
1.5 KiB
XML
42 lines
1.5 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="https://subversion.apache.org/">Subversion</a>
|
|
(SVN for short)
|
|
is the tool the &os; 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>
|
|
|
|
</body>
|
|
</html>
|