Results 1 to 4 of 4

Thread: What is CVS?

  1. #1

    What is CVS?

    Hi all,
    Can any body tell me what is CVS?

  2. #2
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    Concurrent Version System

    https://www.cvshome.org/
    CVS is the Concurrent Versions System, the dominant open-source network-transparent version control system. CVS is useful for everyone from individual developers to large, distributed teams:[*]Its client-server access method lets developers access the latest code from anywhere there's an Internet connection.[*]Its unreserved check-out model to version control avoids artificial conflicts common with the exclusive check-out model.[*]Its client tools are available on most platforms.

    ow.. and google it next time !!!!
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  3. #3
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    CVS is a drug store...

    http://www.cvs.com/
    Quitmzilla is a firefox extension that gives you stats on how long you have quit smoking, how much money you\'ve saved, how much you haven\'t smoked and recent milestones. Very helpful for people who quit smoking and used to smoke at their computers... Helps out with the urges.

  4. #4
    Just out of curiosity, why do you need to know what CVS is? A few things to note, if you are considering starting a repository, I've found subversion easy to use and as they say it is an updated CVS style repository. There are tons of revision control systems on both the open source and commercially supported sides of the spectrum, one thing that makes CVS good, is the fact that it, like subversion, is open source, although I've heard that active development on the original CVS ceased a couple of years ago and openCVS took over for them. From my experience with CVS, it seems a bit outdated and didn't provide some of the functionality I thought should be inherent to a Versioning System. Okay, since you asked what CVS was I'll put it this way (I don't know what you do and do not know, so I'll start at the beginning) A repository is a type of programs that serves to maintain a large (sometimes very large) base of source code. The repositories are called Version Control Systems or Source Code Control Systems. These make it easy for developers to work on the same project and all have the same base of code to work off of and it also makes it easier for them to roll back changes that adversly affect the project they are working on. CVS - Concurrent Versioning System is one of if not the oldest SCCS and is still quite widely used for projects of many sizes (lots of opensource projects use CVS.) However, recently there have been newer, more up to date systems released, some of which are open source such as subversion, but there are also several that are in the commercially supported sector, such as Source Safe from M$, Rational from IBM, Perforce, and many more. These products have varying prices based upon their protection measures and ability to handle larger and larger bases of code. Rational, from what I've heard, never used it personally, is the most advanced, which is not a suprise, considering its $50,000+ licensing. I have used Perforce, Subversion and CVS, and if I had to choose a favorite from the three, Perforce wins hands down, it's easy to use, follow, and provides you with a stable base for your code.

    Not to sure if any of that was what you were after, so I'll conclude with a few reminders. 1) CVS is used to store source code to large projects and provide them with versioning support. 2) There are newer and better solutions available in both the open source and closed source arenas. 3) Source Code Control Systems can be both fun and entertaining, not really but it would be pretty cool if they were....
    --BigDick


    \"When in Rome, eat Rome!\" -Godzilla

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •