[BACK]Return to why-cvs.html CVS log [TXT][DIR] Up to [local] / www

File: [local] / www / Attic / why-cvs.html (download) (as text)

Revision 1.23, Thu Sep 2 05:22:42 2010 UTC (13 years, 8 months ago) by steven
Branch: MAIN
Changes since 1.22: +2 -2 lines

point to porter's handbook instead of ports.html
we will leave historical pages as they are

diff from Daniel Dickman

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
	"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Why OpenBSD uses CVS</title>
<link rev=made href="mailto:www@openbsd.org">
<meta name="resource-type" content="document">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="the OpenBSD project cvs propaganda page">
<meta name="keywords" content="openbsd,cvs">
<meta name="distribution" content="global">
<meta name="copyright" content="This document copyright 1997-2004 by OpenBSD.">
</head>

<body bgcolor="#ffffff" text="#000000" link="#23238e">

<a href="index.html"><img alt="[OpenBSD]" height="30" width="141" src="images/smalltitle.gif" border="0"></a>

<h2><font color="#e00000">Why OpenBSD Developers Use CVS</font></h2>
<hr>

<p>
<a href="http://ximbiot.com/cvs/">The Concurrent Version System (CVS)</a>
was selected for use by the OpenBSD project group.
With CVS, seventy or so developers are able to
update the source code (which is around 1.2GB, around 140,000 files) that
comprise the OS, <a href="faq/ports/index.html">ports/packages</a>, and the X 
Window System.
A large number of OpenBSD users
then download the OS sources via <a href="anoncvs.html">anonymous CVS</a>,
a procedure that is much more reliable than the Software
Upgrade Protocol
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sup&amp;sektion=1">sup(1)</a>).

<p>
CVS also allows easy creation and maintenance of branches so that we
can provide a release + patches source tree and an up to the minute
development source tree with parallel development.
With <a href="http://www.openbsd.org/cgi-bin/cvsweb">CVSweb</a>, a convenient
and navigable web accessible interface to all of this is available as well.

<p>
Since CVS interfaces with the Secure Shell
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh(1)</a>)
it can provide reliable
user and host authentication.  This fits in well with the OpenBSD
project's <a href="goals.html">goal of security</a>.

<hr>
<a href="index.html"><img height=24 width=24 src="back.gif" border=0 alt=OpenBSD></a>
<a href="mailto:www@openbsd.org">www@openbsd.org</a>
<br>
<small>$OpenBSD: why-cvs.html,v 1.23 2010/09/02 05:22:42 steven Exp $</small>

</body>
</html>