Discussion:
Tools like CVS, RCS, and SCCS are
commonly used in the development of software or
authoring of web content. In addition, system
administrators have found them to be useful for
tasks such as keeping track of machines and how
each one is set up.
This page describes a few examples of what can
be done with CVS. Also, our Security
Information Page is primarily about CVS security
and other computer security resources.
"Config: A Mechanism for Installing and Tracking
System Configurations", John P. Rouillard and
Richard B. Martin, LISA VIII, abstract is
online. One problem that faces system
administrators is how to install and maintain local
configuration information on a large number of
machines. The authors present a solution which uses
CVS along with other tools.
Because CVS has a client/server protocol, it may
be an alternative to tools such as rdist. Take a
look at the PreservePermissions feature in CVS 1.10
and later which lets you preserve file permissions
and related information. You may also be interested
in
CVSmapfs
which is an add-on package to do this.
"Patch Control Mechanism for Large Scale
Software", Atsushi Futakata Central Research
Institute of Electric Power Industry (CRIEPI), LISA
'95, abstract is
online. This paper concerns another solution to
the same issue that is addressed by CVS vendor
branches or RPM's pristine sources concept. See our
RPM
page for more of an introduction.
|