Built: over 2 years ago
Rebuilt: about 2 years ago
Size: 2.58 MB
Repocop status:

Gear: http://git.altlinux.org/gears/c/cvs.git
Archive: http://ftp.altlinux.org/pub/distributions/archive/sisyphus/index/src/c/cvs
Home page: http://www.nongnu.org/cvs/
License: GPLv2+
Summary: A version control system
Description:
CVS means Concurrent Version System; it is a version control
system which can record the history of your files (usually,
but not always, source code). CVS only stores the differences
between versions, instead of every version of every file
you've ever created. CVS also keeps a log of who, when and
why changes occurred, among other aspects.
CVS is very helpful for managing releases and controlling
the concurrent editing of source files among multiple
authors. Instead of providing version control for a
collection of files in a single directory, CVS provides
version control for a hierarchical collection of
directories consisting of revision controlled files.
These directories and files can then be combined together
to form a software release.
List of contributors:
- Bernhard Rosenkraenzer
- Chmouel Boudjnah
- Cristian Gafton
- Dmitry V. Levin
- Jeff Johnson
- Michael Shigorin
- Otto Hammersmith
- Prospector System
- cvs
- cvs-contrib
- cvs-debuginfo
- cvs-doc
- cvs-pserver
- Fixed %check.2016-01-18 Michael Shigorin 1.11.23-alt6
- Applied patch for upstream bug #39166: doc/cvs.texinfo is missing @sp argument. - BR: makeinfo.2011-12-05 Dmitry V. Levin 1.11.23-alt5
- Worked around timestamp issues in test suite.