  |
Branching Patterns for Parallel Software Development - http://www.cmcrossroads.com/bradapp/acme/branching/
Most software version control systems provide mechanisms for branching into multiple lines of development and merging source code from one development line into another. However, the techniques, policies and guidelines for using these mechanisms are often misapplied or not fully understood. |
  |
CVS Best Practices - http://www.sanchivi.com/cm/cvs-bestpractices/index.html
A collection of best practices for implementing a CVS based software configuration management in your projects. |
  |
LinuxDevCenter: CVS Administration - http://www.linuxdevcenter.com/pub/a/linux/2002/01/17/cvsadmin.html
Jennifer Vesperman explains how to create and manage a CVS repository. |
  |
MarkD's Guide to CVS - http://www.badgertronics.com/writings/cvs/index.html
Revision control concepts , setting up CVS, labeling and branching, Emacs commands. |
  |
O'Reilly Network: Introduction to CVS - http://www.linuxdevcenter.com/pub/a/linux/2002/01/03/cvs_intro.html
This article is intended for folks who will be using CVS already installed on a system. The author explains check-out, update, adding, merging, and other functions. |