posted 24 years ago
(The more general question is:) How important is source control in regards to software development?
As soon as you get more than a couple of people using the same code base you will need some sort of source control.
CVS isn't that difficult to pick up, in most cases only the most basic features are used of any source control package. Checkout, checkin, merge.
I am not sure what the most popular source control package is for open source people.
Please ignore post, I have no idea what I am talking about.