Slashdot Log In
Cyclic discontinues offering CVS support contracts
Posted by
Hemos
on Fri Jun 25, 1999 12:10 PM
from the the-last-train-to-rockville dept.
from the the-last-train-to-rockville dept.
raggy wrote in to say that Cyclic is
discontinuing its' support for the CVS system. Existing contracts will, of course, be honored - however, with Jim Kingdon taking a job at Red Hat, CVS support is being passed to the community.
This discussion has been archived.
No new comments can be posted.
Cyclic discontinues offering CVS support contracts
|
Log In/Create an Account
| Top
| 87 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Re:CVS sucks anyway. (Score:3)
VSS works by mapping the filesystem of the server and acting directly on the files. That way, a poorly implemented or malicious client could totally destroy the repository. It also makes it very difficult to use through firewalls and whatnot. The protocol used is NetBEUI, which is archaic.
CVS uses TCP/IP sockets. It works through firewalls nicely. It has a couple GUIs that are at least as nice as VSS, so you aren't stuck in a CLI interface.
I am currently using both systems. VSS at work and CVS at home. I found CVS easy to setup, easy to use, stable, robust and effective. VSS is easy to use and stable enough, but it's setup is difficult and the protocol issue is enough to drive our administrators to drink.