Using CVS
CVS, Concurrent Versions System, is an open-source system that allows developers to track all changes to a project. A central repository stores the files that make up the project. Developers check out copies, modify them, and check them back in. The system records all changes, which allows team members to check out any previous version of any given file. The system also is able to merge differences if two developers make independent changes to the same file.
In the context of project management, I have come to believe CVS is essential. It allows developers to collaborate efficiently, even when they are in separate locations. Popular Net projects such as Apache, Linux, and PHP use CVS and probably wouldn't be as successful if they didn't. ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access