[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.25, Tue Mar 11 07:02:08 2014 UTC (10 years, 3 months ago) by deraadt
Branch: MAIN
Changes since 1.24: +0 -7 lines

start to get rid of annoying tail at the bottom of each page; browser
back buttons do that fine, and the rest of the text is not very relevant.

<!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>
<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-2011 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>.

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

</body>
</html>