Results 1 to 3 of 3

Thread: what is CVS

  1. #1
    Join Date
    Nov 2007
    Posts
    291
    Thanks
    85
    Thanked 1 Time in 1 Post

    Default what is CVS

    hi
    what is version control and CVS.
    some sites say that it is used to control the version of a s/w.but how does it do.

    a user can choose what version of a s/w does he want.if it can control multiple versions how do we give the inputs.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: what is CVS

    This is a vast topic...

    See this: http://en.wikipedia.org/wiki/Concurrent_Versions_System
    And this: http://en.wikipedia.org/wiki/Subversion_(software)

    In general it is a repository of data. Once you commit something to the repository it stays there and cannot be removed. If you overwrite the existing data with new data, the old data doesn't get lost and can still be accessed using the revision number. Usually you can access the repository using a dedicated software or a web browser. The latter gives you access to the latest revision only whereas the former gives you much more control.

  3. The following user says thank you to wysota for this useful post:

    babu198649 (1st February 2008)

  4. #3
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: what is CVS

    Your might want to try Bazaar, it is a MUCH easier to use version control system.

    http://bazaar-vcs.org/

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
  •  
Qt is a trademark of The Qt Company.