  |
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. |
  |
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. |
  |
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. |
  |
MarkD's Guide to CVS - http://www.badgertronics.com/writings/cvs/index.html
Revision control concepts , setting up CVS, labeling and branching, Emacs commands. |
  |
CVS and WinCVS QuickStart Guide - http://www.devguy.com/fp/cfgmgmt/cvs/startup/
An illustrated QuickStart Guide for WinCVS |