Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cvs - A version control system.
- Description:
CVS (Concurrent Versions System) is a version control system that 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 have ever created. CVS also keeps a log
of who, when, and why changes occurred.
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.
Packages
cvs-1.11.22-11.el5_8.1.i386
[726 KiB] |
Changelog
by Petr Pisar (2012-02-01):
- Fix CVE-2012-0804 (Resolves: #784341)
|
cvs-1.11.22-11.el5.i386
[726 KiB] |
Changelog
by Petr Pisar (2012-01-03):
- Fix assertion on CVSROOT with dot directory (Resolves: #769298)
|
cvs-1.11.22-7.el5.i386
[726 KiB] |
Changelog
by Jiri Moskovcak (2009-05-14):
- fixed problem with DNS-loadbalanced clusters
- Resolves: #473245
|
cvs-1.11.22-5.el5_2.cern.i386
[724 KiB] |
Changelog
by Jan Iven (2008-11-17):
- fix broken GSSAPI vs round-robin DNS
|