Ugh, I had the GPL here, its the LGPL
[mono.git] / web / 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 login
20         cvs -z3 co mcs mono gtk-sharp
21 </pre>
22
23         That will get you the compiler and class libraries (mcs), the
24         interpreter and JITer (mono) and the Gtk# bindings.
25
26         The server is located in Spain.
27
28 ** Updating the sources
29
30         To update your sources every day, you use this command:
31
32 <pre>
33         export CVSROOT=:pserver:anonymous@reypastor.hispalinux.es:/mono
34         cvs -z3 update -dP mcs mono gtk-sharp
35 </pre>
36
37 ** Thanks
38
39         Thanks to <a href="http://www.hispalinux.es">HispaLinux</a>
40         for providing this Anon CVS server.  The server is located in
41         Spain.
42
43         Special thanks to Jesus Climent, Rodrigo Moya, Juantomás
44         García and Ismael Olea for making this happen.
45
46 <a name="#mirror">
47 ** Becoming an AnonCVS mirror
48
49         To become an AnonCVS mirror, you currently need about 20
50         megabytes of free disk space and bandwidth that you do not
51         mind sharing (you probably want enough to spare).
52
53         I need to be able to rsync to your machine from the main CVS
54         server.  The preferred method to rsync is to setup ssh in your
55         machine.
56
57         The requirements are:
58         <ul>
59                 * An account where we can ssh into.
60
61                 * rsync.
62
63                 * AnonCVS setup with the same paths as the rest of the
64                   servers.
65
66                 * Currently, about 40 megabytes of disk space, but this 
67                   will likely grow as the project evolves.
68
69                 * A sysadmin contact e-mail address.
70         </ul>