* Anonymous CVS access Anonymous access to the Mono is available currently from the HispaLinux CVS server (later I will provide a nice anoncvs.go-mono.com alias). Sources are currently being updated every hour. The server is currently located in Spain. If you want to become an AnonCVS mirror, go here ** Checking out the sources To check out the sources for the first time from the repository, use this command:
	export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
	cvs login
	cvs -z3 co mcs mono gtk-sharp
That will get you the compiler and class libraries (mcs), the interpreter and JITer (mono) and the Gtk# bindings. The server is located in Spain. ** Updating the sources To update your sources every day, you use this command:
	export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
	cvs -z3 update -dP mcs mono gtk-sharp
** Thanks Thanks to HispaLinux for providing this Anon CVS server. The server is located in Spain. Special thanks to Jesus Climent, Rodrigo Moya, Juantomás García and Ismael Olea for making this happen. ** Becoming an AnonCVS mirror To become an AnonCVS mirror, you currently need about 20 megabytes of free disk space and bandwidth that you do not mind sharing (you probably want enough to spare). I need to be able to rsync to your machine from the main CVS server. The preferred method to rsync is to setup ssh in your machine. The requirements are: