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. --- download.html | 9 ++++++--- gnumach-download.html | 9 ++++++--- mig-download.html | 9 ++++++--- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/download.html b/download.html index 4e145267..99459dc1 100644 --- a/download.html +++ b/download.html @@ -58,18 +58,21 @@

The Hurd 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 hurd +cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/hurd co hurd

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 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 mig-1.3.tar.gz.sig The MiG 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 mig +cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/hurd co mig

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