summaryrefslogtreecommitdiff
path: root/download.html
diff options
context:
space:
mode:
authorYoshinori K. Okuji <okuji@gnu.org>2004-03-27 19:10:54 +0000
committerYoshinori K. Okuji <okuji@gnu.org>2004-03-27 19:10:54 +0000
commit6c9cd63fd061250a757167de859d622b816bde96 (patch)
treec126b8e9ef787577983486f16de130a10b27d3cf /download.html
parentaa1fe5b1e6601fe996daa180c6c7101083845340 (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 'download.html')
-rw-r--r--download.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/download.html b/download.html
index 4e145267..99459dc1 100644
--- a/download.html
+++ b/download.html
@@ -58,18 +58,21 @@
<P>
The Hurd 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>
&nbsp;<BR>
-<SAMP>cvs -z3 -d:pserver:anoncvs@subversions.gnu.org:/cvsroot/hurd co hurd</SAMP>
+<SAMP>cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/cvsroot/hurd co hurd</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