CVS Configuration with eclipse

What is cvs ?
How we configure with an IDE like eclipse?

Showing Answers 1 - 1 of 1 Answers

jag29

  • Mar 14th, 2006
 

CVS stands for Concurrent Versions System and is a program that controls and manages program source code. Basically, CVS resolves the problem of multiple developers working on a project by allowing people to work on the same text file independently and then merging their changes together seamlessly.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions