-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcvs-cm3.html
More file actions
51 lines (44 loc) · 1.58 KB
/
cvs-cm3.html
File metadata and controls
51 lines (44 loc) · 1.58 KB
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>CM3 Repository Access via CVS</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<META HTTP-EQUIV="Resource-type" CONTENT="document">
<META HTTP-EQUIV="Reply-to" CONTENT="m3-support@elego.de">
<LINK HREF="normal.css" REL="stylesheet" TYPE="text/css">
<META NAME="robots" content="noindex">
</head>
<body bgcolor="#ffffff">
<h2>CM3 Repository Access via CVS</h2>
<p>
The CM3 CVS source repository from
<a href="http://modula3.elegosoft.com/cm3/index.html">
elego Software Solutions</a>
which is used for CM3 development and bugfixes is now available
via anonymous CVS pserver access.
</p>
<p>
To checkout any sources from the mirror repository, you must
first login using the following command line:
</p>
<pre>
cvs -d :pserver:anonymous@modula3.elegosoft.com:/usr/cvs login
</pre>
<p>
There is no password (simply type return). Then you can checkout
everything with
</p>
<pre>
cvs -d :pserver:anonymous@modula3.elegosoft.com:/usr/cvs checkout cm3
</pre>
<p>
Of course you may specify any existing sub-directory of the cm3
distribution, too. Please note that the complete repository is
currently about 280 MB in size.
</p>
<hr>
<address><a href="mailto:m3-support{at}elego.de">m3-support{at}elego.de</a></address>
<!-- Created: Fri Feb 16 15:27:10 MET 2001 -->
</body>
</html>