Anonymous CVS Access

The latest edna sources are available through anonymous CVS access.

You'll need CVS, at least version 1.9. Clients should be available for most operating systems. Check out CVS Home for more information about CVS.

Initial Download

Here are the instructions for logging into the CVS server and performing the initial checkout (download) of the edna sources:

% cvs -d :pserver:anonymous@cvs.edna.sourceforge.net:/cvsroot/edna login
You will be prompted for the password. Just press the Enter key.
% cvs -z6 -d :pserver:anonymous@cvs.edna.sourceforge.net:/cvsroot/edna checkout edna

Familiarity with CVS is assumed; if you need assistance, then please send mail to the edna mailing list.

Getting Updates

To periodically grab the latest sources, "cd" into the edna directory and execute:

% cvs -z6 -q update -P -d

Viewing CVS via the Web

You can also view the CVS repository via your web browser. We are using the ViewCVS software.


Greg Stein
Last modified: Wed Oct 10 17:59:26 PDT 2001