Using CVS
We operate a cvs server for our active projects. Here we give details of the setup:-
The server is cvs.aleph1.co.uk. If you just want to browse or download code then it's easiest to access the repository over the web. This is also the best option if you are behind a firewall that does not allow direct CVS access (which is quite common).
If you want to use cvs directly then public read-only access is available, using the pserver mechanism. Execute the following (bash) commands to set environment variables, (or their equivalent for other shells):
export CVSROOT=:pserver:anonymous@cvs.aleph1.co.uk:/home/aleph1/cvs cvs logon
(Hit return when asked for a password)
cvs checkoutyaffs2
contact jenny@aleph1.co.uk to get access or if you are having problems.
export CVS_RSH=ssh export CVSROOT=:ext: @cvs.aleph1.co.uk:/home/aleph1/cvs
cvs checkout yaffs2
YAFFS