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.
| Tags | Software Development Version Control CVS |
|---|---|
| Licenses | GPL |
Recent releases


Changes: An "-n" option to revert the "-N" option was introduced. The command "cvs blame" as an alias to "cvs annotate" was added. A new "IgnoreUnknownConfigKeys" config option was added. Data loss on crashes of heavily loaded systems is now avoided. Locking during import was corrected. A server hang with enabled compression was fixed. Applying diffs when checking out very old revisions was sped up significantly. Several other improvements and bugfixes were made.


Changes: This release fixes several minor security issues, including CAN-2005-0753, several minor potential vulnerabilities in the contributed Perl scripts, and compilation on IRIX 5.3.


Changes: This release fixes a few serious bugs in both the CVS client and server. An intermittent assertion failure on checkout was fixed. A final fix for the infamous "Red File" bug on Windows was included. An upgrade is recommended for all clients and servers.


Changes: This version fixes several serious security holes in the CVS server executable as well as fixing one other minor bug in both the CVS client and server. It is recommended for all CVS clients and servers.


Changes: This release fixes two security issues with root access and file system traversal. Furthermore, it includes some fixes for case sensitivity, symbolic link handling, portability, and the build process.
- All comments
Recent commentsRe: free cvs server
>
> There is a free cvs server! No need for
> your project to be open source, access
> with any freely available cvs client for
> any OS( tortoise is probably the easiest
> on win )
>
> www.cvsdude.org
>
CVSdude is a great service, but the bummer is - it's confied to 2Mb of web space (for free). Larger accounts cost money (which of course may very well be worth it). So this option is only available for relatively small projects.
Other than that - great service.
free cvs server
There is a free cvs server! No need for your project to be open source, access with any freely available cvs client for any OS( tortoise is probably the easiest on win )
www.cvsdude.org (www.cvsdude.org)
WinCVS makes CVS *harder*
A clarification: As you said, I expected WinCVS to make CVS easier to use. For me however, WinCVS was not only "not easier" than command line CVS, but harder.
YMMV of course, and people interested in Windows GUIs for CVS should definitely try more than one before deciding.
Re: WinCVS no good
> And your developers can still use their
> beloved
> Windows by using WinCVS
> (www.wincvs.org)
>
> IMO, WinCVS is really no good. I
> found it to be more complicated to use
> than pure command line CVS (as can be
> had on Windows using Cygwin). Another
> Windows frontend for CVS that I haven't
> used, but has a good rep is Tortoise
> CVS. You may want to try that one
> before WinCVS.
I somewhat disagree:
- yes, WinCVS is a bit complicated. You still need to know CVS well to be able to use it. I have tried out a couple of the existing CVS GUIs, and they all assume you know most of the details of CVS (except to a certain point Turtoise, as you pointed out). If you thought WinCVS would make CVS easier, well it doesn't: it's purely a graphical wrapper around CVS.
- BUT I - and certainly many people - find that launching CVS commands visually is extremely convenient and often way faster than the command line: WinCVS is *great* for that purpose.
Thx,
Aurélien Géron.
WinCVS no good
And your developers can still use their beloved
Windows by using WinCVS
(www.wincvs.org)
IMO, WinCVS is really no good. I found it to be more complicated to use than pure command line CVS (as can be had on Windows using Cygwin (freshmeat.net/projects.... Another Windows frontend for CVS that I haven't used, but has a good rep is Tortoise CVS (www.tortoisecvs.org). You may want to try that one before WinCVS.