Welcome to mirror list, hosted at ThFree Co, Russian Federation.

anoncvs « web - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c52d510fc5386c7c4264cf11bbee7052e84ae692 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
* Anonymous CVS access

	Anonymous access to the Mono is available currently from three
	servers (anoncvs-spain-1.go-mono.com,
	anoncvs-spain-2.go-mono.com and us-anoncvs.go-mono.com).

	You can also use `anoncvs.go-mono.com', and that will pick a
	server automatically for you.

	Sources are currently being updated every hour.

** Checking out the sources

	To check out the sources for the first time from the
	repository, use this command:

<pre>
	export CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono
	cvs login
	cvs -z3 co mcs mono gtk-sharp
</pre>

	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:

<pre>
	export CVSROOT=:pserver:anonymous@anoncvs.go-mono.com:/mono
	cvs -z3 update -dP mcs mono gtk-sharp
</pre>

** Thanks

	Thanks to <a href="http://www.hispalinux.es">HispaLinux</a>
	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.

	Thanks to Matt Liotta of MontaraSoftware for hosting our
	US-based AnonCVS server.

<a name="#mirror">
** Becoming an AnonCVS mirror

	To become an AnonCVS mirror, you currently need about 40
	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:
	<ul>
		* An account where we can ssh into.

		* rsync.

		* AnonCVS setup with the same paths as the rest of the
		  servers.

		* Currently, about 40 megabytes of disk space, but this 
		  will likely grow as the project evolves.

		* A sysadmin contact e-mail address.
	</ul>