diff options
author | Yoshinori K. Okuji <okuji@gnu.org> | 2004-03-27 19:10:54 +0000 |
---|---|---|
committer | Yoshinori K. Okuji <okuji@gnu.org> | 2004-03-27 19:10:54 +0000 |
commit | 6c9cd63fd061250a757167de859d622b816bde96 (patch) | |
tree | c126b8e9ef787577983486f16de130a10b27d3cf /gnumach-download.html | |
parent | aa1fe5b1e6601fe996daa180c6c7101083845340 (diff) |
This patch is from Jeroen:
This updates the CVS instructions. I also added a link to the savannah
page about CVS.
Diffstat (limited to 'gnumach-download.html')
-rw-r--r-- | gnumach-download.html | 9 |
1 files changed, 6 insertions, 3 deletions
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 <P> The GNU Mach source code is managed in the version control system <A HREF="/software/cvs/cvs.html">CVS</A>. 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 <I>anoncvs</I>, simply press the Enter key. <P> Source tree: -<SAMP>cvs -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd login</SAMP><BR> +<SAMP>export CVS_RSH="ssh"</SAMP><BR> <BR> -<SAMP>cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd co gnumach</SAMP> +<SAMP>cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/hurd co gnumach</SAMP> <P>Updates from within the module's directory do not need the -d parameter. +<P>For the full details, read the <A +href="https://savannah.gnu.org/cvs/?group=hurd">savannah</A> page. + <H3><A HREF="#TOCcvsweb" NAME="cvsweb">Browsing the code</A></H3> <P> You can also browse the <A |