Unix/Linux programming Question:

Download Job Interview Questions and Answers PDF

What is CVS? List some useful CVS commands?

Unix/Linux programming Interview Question
Unix/Linux programming Interview Question

Answer:

CVS is Concurrent Version System. It is the front end to the RCS revision control system which extends the notion of revision control from a collection of files in a single directory to a hierarchical collection of directories consisting of revision controlled files. These directories and files can be combined together to form a software release.
There are some useful commands that are being used very often. They are

► cvs checkout
► cvs update
► cvs add
► cvs remove
► cvs commit

Download Unix/Linux programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is NFS? What is its job?How do you debug a core dump?