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.
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.
To periodically grab the latest sources, "cd" into
the edna
directory and execute:
% cvs -z6 -q update -P -d
You can also view the CVS repository via your web browser. We are using the ViewCVS software.