[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.18, Thu Feb 19 03:04:36 2004 UTC (20 years, 3 months ago) by nick
Branch: MAIN
Changes since 1.17: +14 -8 lines


HTML and wording improvements, mention of CVSWeb, all from Jared Yanovich

<!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-2002 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>

<p>
<h2>Why OpenBSD Developers Use CVS</h2>

<p>
<a href="http://www.cvshome.org/">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 over 1349 MB, around 75000 files) that
comprise the OS, <a href="ports.html">ports/packages</a>, and XFree86.
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</a>).
</p>

<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>

<p>
Since CVS interfaces with the Secure Shell
(<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&amp;sektion=1">ssh</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>.
</p>

<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.18 2004/02/19 03:04:36 nick Exp $</small>

</body>
</html>