Rename to Source code repositories, and mention we now have Subversion
This commit is contained in:
parent
20a4127dff
commit
f6b40177b5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=33667
1 changed files with 12 additions and 2 deletions
|
@ -1,13 +1,15 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/developers/cvs.sgml,v 1.8 2007/04/13 14:19:46 gabor Exp $">
|
||||
<!ENTITY title "CVS Repository">
|
||||
<!ENTITY date "$FreeBSD: www/en/developers/cvs.sgml,v 1.9 2008/07/24 07:55:40 pav Exp $">
|
||||
<!ENTITY title "Source code repositories">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<h2>CVS</h2>
|
||||
|
||||
<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
|
||||
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://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;
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue