A client of mine needs a way to set up some sort of Java code repository. Coders that work on a project update the code tree, and then he (as the sysadmin) can checkout the code and test it before putting it in production. Should something get hosed, he can quickly revert back to the original code.
Is CVS where I should be looking? Or is there something else I should be looking at? Roger
