info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About CVS


From: Mark D. Baushke
Subject: Re: About CVS
Date: Wed, 27 Apr 2011 08:23:57 -0700

Many people, companies, and open source projects still use CVS to manage
their source code base.

CVS was built originally on top of RCS and later extended to use a
client/server model rather than just a local model.

There is good integration between the Eclipse IDE and CVS (it has been
argued that the integration between Eclipse and CVS is better than the
Eclipse and SVN integration), but that is not the only method of using
CVS. It is also not the only source control system integrated with
Eclipse (e.g., ClearCase, Perforce, and Subversion).

A number of the original CVS developers determined to write a
replacement for CVS to avoid some of the problems that folks had
identified over time. My recollection is that CollabNet sponsered the
original work back in 2000 which is how svn was born.

The key idea is to choose the correct source control system for the
project. There are a number of possible alternatives available.

If you want a client/server system which is open source software, then
you will probably end up using either CVS, CVSNT (a fork of CVS), or
Subversion.

There are commercial alternatives available as well if an organization
feels it needs support.

There are a number of distributed revision control software packages as
well (e.g., git, mercurial (aka hg), svk).

        -- Mark

Attachment: pgpzn1m5GZ3pW.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]