From 6c9cd63fd061250a757167de859d622b816bde96 Mon Sep 17 00:00:00 2001 From: "Yoshinori K. Okuji" Date: Sat, 27 Mar 2004 19:10:54 +0000 Subject: This patch is from Jeroen: This updates the CVS instructions. I also added a link to the savannah page about CVS. --- gnumach-download.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'gnumach-download.html') diff --git a/gnumach-download.html b/gnumach-download.html index 5fd935e7..c9f744af 100644 --- a/gnumach-download.html +++ b/gnumach-download.html @@ -100,18 +100,21 @@ HREF="http://ftp.gnu.org/gnu/gnumach/gnumach-1.2-1.3.tar.gz.sig">gnumach-1.2-1.3

The GNU Mach source code is managed in the version control system CVS. You can check out the CVS -repository through anonymous (pserver) CVS with the following +repository through anonymous CVS over SSH with the following instruction set. When prompted for a password for anoncvs, simply press the Enter key.

Source tree: -cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd login
+export CVS_RSH="ssh"
 
-cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd co gnumach +cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/hurd co gnumach

Updates from within the module's directory do not need the -d parameter. +

For the full details, read the savannah page. +

Browsing the code

You can also browse the