Table of Contents

Using CVS

The latest development code of some of my software is available in CVS. You can access the repository anonymously to download the latest source code or see what changes have been made.

First, you’ll need a CVS client. If you’re using Windows, I recommend TortoiseCVS. In Unix and other operating systems you can probably just use the command-line CVS client.

Instructions

TortoiseCVS

Specify :sserver:anonymous@cvs.wonko.com:/cvsroot as your CVSROOT and enter the module name you wish to use (or select it from the dropdown box). When prompted for a password, enter anonymous.

Other

Use the following settings to connect to the CVS server:

  • Protocol: :pserver:
  • Server: cvs.wonko.com
  • Username: anonymous
  • Password: anonymous
  • Repository: /cvsroot
  • Module: <module name>