To | ng-spice@ieee.ing.uniroma1.it |
From | Paolo Nenzi <pnenzi@ieee.ing.uniroma1.it> |
Date | Sat, 7 Aug 1999 18:39:29 +0200 (CEST) |
Delivered-To | mailing list ng-spice@ieee.ing.uniroma1.it |
Mailing-List | contact ng-spice-help@ieee.ing.uniroma1.it; run by ezmlm |
Reply-To | ng-spice@ieee.ing.uniroma1.it |
Hi all, It was simpler than I tought. Now we have CVS anonymous access (read-only I hope ;-) ). To access the anonymous CVS to get the distribution do the follwing: - Install cvs on your machine. Versions 1.9.x - 1.10.x are just fine. - Set the one of the following environment variables: For bash: export CVSROOT=:pserver:anonymous@ieee.ing.uniroma1.it:/var/services/cvsroot For csh/tcsh: setenv CVSROOT :pserver:anonymous@ieee.ing.uniroma1.it:/var/services/cvsroot - Login to the cvs server by running: cvs login The password is 'guest' (without the quotes) (You will only have to do this once) - Finally checkout the appropriate files executing the following commands: mkdire somedirectory cd somedirectory cvs co ng-spice Wait and the cvs logout That's all folks ! Hope to hear comments Paolo