Results 1 to 7 of 7

Thread: Tid-Bits #2- CVS

  1. #1

    Tid-Bits #2- CVS

    CVS, what the hell is that?

    CVS stands for Concurrent Version Control System. Actually, CVS is just RCS(Revision Control System) with an application interface on it. What CVS does is record the _differences_ between each version. Also, it allows many people to work on the same version at once. it can be used for C, C++, java, perl, html and others. now maybe you see its importance to Dev's since many can work at once and have their own stable branchs.



    Here are some beginner commands that will help you get started:
    cvs --help
    cvs --help-options
    cvs --help-commands
    cvs -H checkout
    cvs -H commit
    man cvs
    man tkcvs

    i extrapolated my info from:
    http://www.redhat.com/mirrors/LDP/HO...WTO.html#toc22

    Goodluck,

    Babbing

  2. #2

    Re:Tid-Bits #2- CVS

    another thing is that when you download a CVS, it will make it own folder, and you can just install by following the simple steps in the README or whatever txt doc they put it in. it is basically a tarball that looks a hair different.

  3. #3

    Re:Tid-Bits #2- CVS

    so, its like a hairball??? ;D ;D ;D
    whatdoyougetwhenyoumultiplysixbynine??

  4. #4
    Aaron_Adams
    Guest

    Re:Tid-Bits #2- CVS

    CVS is sweet. Although, be wary of downloaded the current tree image for certain programs, as it is often unstable due to lack of usage.

  5. #5

    Re:Tid-Bits #2- CVS

    ROFL, yes it is a hairball, maybe CVS should really be HBL :-P

  6. #6
    SunDevil
    Guest

    Re:Tid-Bits #2- CVS

    Right, so i know what it does.

    When will i need it?

  7. #7

    Re:Tid-Bits #2- CVS

    CVS is "bleeding edge" software, sometimes having code edited a few minutes ago...
    Maybe you submitted a feature request to your favourite app, and the developer made the change, it would now be in CVS. but the next release might not be made for another month, if you want that feature _now_, grab the CVS, tho theres no security in it working, sometime CVS versions don't even compile.. :-\
    whatdoyougetwhenyoumultiplysixbynine??

Similar Threads

  1. Read individual bits with Python
    By Tyr_7BE in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 03-20-2005, 12:59 AM
  2. Sampling bits of information
    By Smegma in forum Linux - General Topics
    Replies: 0
    Last Post: 10-29-2003, 10:25 AM
  3. Doing stuff to bits in C++??
    By in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 12-05-2002, 12:14 AM
  4. Question: Bits and C++
    By in forum Linux - Software, Applications & Programming
    Replies: 9
    Last Post: 05-06-2002, 03:04 PM

Bookmarks

Posting Permissions

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