Download List

Project Description

CVS is a version control system, which allows you to keep old versions of files (usually source code), keep a log of who, when, and why changes occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does not just operate on one file at a time or one directory at a time, but operates on hierarchical collections of directories consisting of version controlled files. CVS helps to manage releases and to control the concurrent editing of source files among multiple authors. CVS allows triggers to enable/log/control various operations and works well over a wide area network.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-10-15 15:48
1.11.9

This release fixes two backwards compatibility
issues in 1.11.7 and 1.11.8, as well as an issue
that could cause some files to become unavailable
to clients running on systems with case
insensitive filesystems. An upgrade for all CVS
clients and servers is recommended.
Tags: Minor feature enhancements

2003-07-13 12:38
1.11.6

In this version, a warning message is issued if an
admin file contains more than one DEFAULT entry. Error
running a verifymsg script (such as referencing an
unset user variable or the script not existing) now
causes the verification to fail. Errors in admin files
commands (like unset user variables) are no longer
reported unless the command is actually executed. The
Checkin.prog and Update.prog features have been
removed. This previously allowed executables to be
specified in the modules file to be run at update and
checkin time, but users could edit these files on a per
workspace basis, creating a security hole.
Tags: Major bugfixes

2003-01-20 22:57
1.11.5

This release fixes a major security vulnerability in CVS. The Common Vulnerabilities and Exposures project (cve.mitre.org) has assigned the name CAN-2003-0015 to this issue.
Tags: Major security fixes

2002-12-30 19:39
1.11.4

There are bugfixes for Windows platforms. Message timestamps are now in UTC rather than the server's local time.
Tags: Minor bugfixes

2002-04-25 23:19
1.11.2

This version includes new options for log and rlog commands, fixes for a serious error that allowed read-only users to tag files, and other fixes and improvements.
Tags: Minor bugfixes

Project Resources