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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ccvs
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2001-08-01 01:54:03 +0400
committerMiguel de Icaza <miguel@gnome.org>2001-08-01 01:54:03 +0400
commit79bac871d328ae9d8280d460f9aff533591477c3 (patch)
tree9326c6c254bb3adfa2e4b8b4cb10944be6e19d82 /doc/ccvs
parent84c89ad40a5f063d25c5fe0e38c740368c278366 (diff)
2001-07-31 Miguel de Icaza <miguel@ximian.com>
* interp.c (GET_NATI): Switched from using nati_t to cli/types.h m_i type. Maybe we should rename the types to be m_i_t instead of m_i alone. Make the code compile after I broke it. svn path=/trunk/mono/; revision=361
Diffstat (limited to 'doc/ccvs')
-rw-r--r--doc/ccvs18
1 files changed, 17 insertions, 1 deletions
diff --git a/doc/ccvs b/doc/ccvs
index 77106d9e0df..1a681173d7f 100644
--- a/doc/ccvs
+++ b/doc/ccvs
@@ -3,7 +3,23 @@
If you are an active Mono developer, you can get a CVS account
that hosts the Mono source code.
- Send an e-mail to miguel with your public SSH key for this purpose.
+ Send an e-mail to miguel with your public SSH key for this
+ purpose. Please specify if the key was generated with SSH1 or SSH2.
+
+ If you are using SSH2, please generate your key using:
+
+<pre>
+ ssh-keygen -t rsa
+</pre>
+
+ And mail me the id_rsa.pub file.
+
+ If you are using SSH1, run:
+<pre>
+ ssh-keygen
+</pre>
+
+ And mail me your identity.pub file.
You will need CVS and SSH. Windows users can get both by
installing Cygwin (<a