Table of Contents

NOTE: this is mostly obsolete these days (circa early 21st century CE) see git notes or gitlab notes for more recent attempts at managing branching, versioning and distributed editing.

using CVS

cvs is a Version Control system for managing branching messes. just dont try renaming anything…

required reading, the “cvs book” http://cvsbook.red-bean.com/cvsbook.html

notes

tools with a GUI

CVL

…is an OsX app http://www.sente.ch/software/cvl/

Using MacCVS

…its relatively painless for MacOS9 usage http://sourceforge.net/projects/maccvspro/

Using MacCVSClient

http://www.heilancoo.net/MacCVSClient/ seems to work a touch more (Tim June 2006).

YAY! If it has write access to the directory it is trying to reach, you can set up a repository and access it.

Steps to use this:

Create the CVS repository in general:

Create a profile on your working machine

Import files from the local machine into the repository:

Check out the module on any machine you like:

TimBo - 21 Jun 2006