Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cvs: A version control system.
Name: | cvs |
Vendor: | StartCom Ltd., http://www.startcom.org |
Version: | 1.11.21 |
License: | GPL |
Release: | 3.2 |
URL: | http://www.cvshome.org/ |
- Summary
- 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.
Arch: src
Download: | cvs-1.11.21-3.2.src.rpm |
Build Date: | Thu Mar 30 11:36:55 2006 |
Packager: | Eddy Nigg <eddy_nigg@startcom.org> |
Size: | 2.83 MiB |
Changelog
- * Tue Mar 28 00:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat Feb 11 00:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.11.21-3.2
-
- bump again for double-long bug on ppc(64)
- * Wed Feb 8 00:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 1.11.21-3.1
-
- rebuilt for new gcc4.1 snapshot and glibc changes