Results 1 to 3 of 3

Thread: CVS in programming

  1. #1
    TaylorRyan is offline Senior Member
    Join Date
    Dec 2009
    Posts
    307
    Rep Power
    3

    Default CVS in programming

    I want some help regarding the CVS in programming language. I found it in many books but I didn’t find real meaning of it. So please provide some details about the functionality of this CVS concept. Any help will be appreciated.

  2. #2
    ThomasBarnes is offline Senior Member
    Join Date
    Dec 2009
    Posts
    303
    Rep Power
    3

    Default

    Concurrent Versions System (CVS) is version control Client-server to many people to work concurrently on similar set of files. Big development projects are generally depending on this kind of system to permit many developers to work on similar project. CVS permits, as its name suggests, handle concurrency that is able of detecting version clashes when two people work at once on same file.

  3. #3
    HernandezOrtiz is offline Senior Member
    Join Date
    Dec 2009
    Posts
    301
    Rep Power
    3

    Default

    Using CVS client, every user wanting to work on project regains working copy with operation known as checkout. When user completed editing file, it send modifications to database. This is known as commit. As developers can work concurrently on copy repository and submit their modifications.

Similar Threads

  1. C programming with 64 bit
    By ThomasBarnes in forum Programming
    Replies: 1
    Last Post: 07-19-2010, 01:29 PM
  2. Mercurial in programming
    By Dylan Simons in forum Applications
    Replies: 0
    Last Post: 08-04-2009, 09:36 AM
  3. Java programming
    By simona in forum General Internet Terms
    Replies: 0
    Last Post: 01-24-2009, 05:03 AM
  4. PHP programming
    By aiantin465 in forum Programming
    Replies: 0
    Last Post: 07-05-2008, 09:45 AM
  5. C , C++ programming
    By terank in forum Programming
    Replies: 0
    Last Post: 07-04-2008, 10:23 AM

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
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48