SDCC-M08 Users' Notes
With cygwin & Windows:
To check out the actual source give the following commands. They will create directory sdcc-m08 in the actual directory. Press simply Enter for password.
bash -c "cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sdcc-m08 login"
bash -c "cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sdcc-m08 co sdcc-m08"
SDCC-M08 Developers' Notes
With cygwin & Windows:
Checkout actual source (Give this command from xxxxxx/sdcc-m08, because creates sdcc-m08 directory):
bash -c "CVS_RSH=ssh; export CVS_RSH; cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/sdcc-m08 co sdcc-m08"