Rename to Source code repositories, and mention we now have Subversion

This commit is contained in:
Pav Lucistnik 2009-01-07 14:52:31 +00:00
parent 20a4127dff
commit f6b40177b5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33667

View file

@ -1,13 +1,15 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [ <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA ".."> <!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/developers/cvs.sgml,v 1.8 2007/04/13 14:19:46 gabor Exp $"> <!ENTITY date "$FreeBSD: www/en/developers/cvs.sgml,v 1.9 2008/07/24 07:55:40 pav Exp $">
<!ENTITY title "CVS Repository"> <!ENTITY title "Source code repositories">
<!ENTITY % navinclude.developers "INCLUDE"> <!ENTITY % navinclude.developers "INCLUDE">
]> ]>
<html> <html>
&header; &header;
<h2>CVS</h2>
<p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (the <p><a href="http://www.FreeBSD.org/cgi/man.cgi?cvs">CVS</a> (the
Concurrent Version System) is the tool we use for keeping our sources Concurrent Version System) is the tool we use for keeping our sources
under control. Every change (with accompanying log message explaining under control. Every change (with accompanying log message explaining
@ -43,6 +45,14 @@
<a href="http://cvsweb.FreeBSD.org/">USA/California</a> and <a href="http://cvsweb.FreeBSD.org/">USA/California</a> and
<a href="http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd">Ukraine</a>.</p> <a href="http://www.FreeBSD.org.ua/cgi/cvsweb.cgi?cvsroot=freebsd">Ukraine</a>.</p>
<h2>Subversion</h2>
<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://svn.freebsd.org/viewvc/base/">web
interface</a> is available for browsing the repository. All changes are
also exported back to the CVS repository.</p>
&footer; &footer;
</body> </body>