|
|
 |
Archimedes CVS
|
|
CVS will allow you to access the Archimedes source tree directly in order to get the latest snapshots.
But please be warned: Archimedes from the CVS source tree is not an official release,
only an working version. Maybe it does not even compile. Use at your own risk.
Anonymous access to the CVS tree can be gained in the following manner:
Install CVS (maybe TkCVS)
from Cyclic and get all the info about CVS from there (may be useful).
To login execute the command
cvs -d:pserver:anonymous@cvs.archimedes.sourceforge.net:/cvsroot/archimedes login
When prompted for a password for anonymous, simply press the Enter key (means: no password).
If you login for the first time, you have to checkout the CVS repository. Do a
cvs -d:pserver:anonymous@cvs.archimedes.sourceforge.net:/cvsroot/archimedes co archimedes
You only need to this step once.
From then on you can update your copy of the source tree from time to time by doing a
cvs -d:pserver:anonymous@cvs.archimedes.sourceforge.net:/cvsroot/archimedes update archimedes
How to send a patch of your changes
do a cvs diff > mypatch.diff
then mail mypatch.diff to cfreeze@cs.clemson.edu
Browse the CVS Tree
Here you can browse the CVS Tree.
|
|
|