Implemented Guid.NewGuid
[mono.git] / doc / anoncvs
1 * Anonymous CVS access
2
3         Anonymous access to the Mono is available currently from the
4         HispaLinux CVS server (later I will provide a nice
5         anoncvs.go-mono.com alias).
6
7         Sources are currently being updated every hour.
8
9         The server is currently located in Spain.  If you want to
10         become an AnonCVS mirror, go <a href="#mirror">here</a>
11
12 ** Checking out the sources
13
14         To check out the sources for the first time from the
15         repository, use this command:
16
17 <pre>
18         export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
19         cvs -z3 co mcs mono gtk-sharp
20 </pre>
21
22         That will get you the compiler and class libraries (mcs), the
23         interpreter and JITer (mono) and the Gtk# bindings.
24
25         The server is located in Spain.
26
27 ** Updating the sources
28
29         To update your sources every day, you use this command:
30
31 <pre>
32         export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
33         cvs -z3 update -dP mcs mono gtk-sharp
34 </pre>
35
36 ** Thanks
37
38         Thanks to <a href="http://www.hispalinux.es">HispaLinux</a>
39         for providing this Anon CVS server.  The server is located in
40         Spain.
41
42         Special thanks to Jesus Climent, Rodrigo Moya, Juantomás
43         García and Ismael Olea for making this happen.
44
45 <a name="#mirror">
46 ** Becoming an AnonCVS mirror
47
48         To become an AnonCVS mirror, you currently need about 20
49         megabytes of free disk space and bandwidth that you do not
50         mind sharing (you probably want enough to spare).
51
52         I need to be able to rsync to your machine from the main CVS
53         server.  The preferred method to rsync is to setup ssh in your
54         machine.