web-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Update CVS instructions


From: Jeroen Dekkers
Subject: Update CVS instructions
Date: Mon, 15 Mar 2004 16:49:07 +0100
User-agent: Mutt/1.5.5.1+cvs20040105i

This updates the CVS instructions. I also added a link to the savannah
page about CVS.

Index: download.html
===================================================================
RCS file: /webcvs/hurd/hurd/download.html,v
retrieving revision 1.17
diff -u -p -r1.17 download.html
--- download.html       13 Mar 2004 23:56:54 -0000      1.17
+++ download.html       15 Mar 2004 15:33:40 -0000
@@ -58,17 +58,20 @@
 <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:address@hidden:/cvsroot/hurd login</SAMP><BR>
+<SAMP>export CVS_RSH="ssh"</SAMP><BR>
 &nbsp;<BR>
-<SAMP>cvs -z3 -d:pserver:address@hidden:/cvsroot/hurd co hurd</SAMP>
+<SAMP>cvs -z3 -d:ext:address@hidden:/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>
Index: gnumach-download.html
===================================================================
RCS file: /webcvs/hurd/hurd/gnumach-download.html,v
retrieving revision 1.12
diff -u -p -r1.12 gnumach-download.html
--- gnumach-download.html       13 Mar 2004 23:56:54 -0000      1.12
+++ gnumach-download.html       15 Mar 2004 15:33:40 -0000
@@ -100,17 +100,20 @@ HREF="http://ftp.gnu.org/gnu/gnumach/gnu
 <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:address@hidden:/cvsroot/hurd login</SAMP><BR>
+<SAMP>export CVS_RSH="ssh"</SAMP><BR>
 &nbsp;<BR>
-<SAMP>cvs -z3 -d:pserver:address@hidden:/cvsroot/hurd co gnumach</SAMP>
+<SAMP>cvs -z3 -d:ext:address@hidden:/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>
Index: mig-download.html
===================================================================
RCS file: /webcvs/hurd/hurd/mig-download.html,v
retrieving revision 1.8
diff -u -p -r1.8 mig-download.html
--- mig-download.html   13 Mar 2004 23:56:54 -0000      1.8
+++ mig-download.html   15 Mar 2004 15:33:40 -0000
@@ -81,17 +81,20 @@ HREF="http://ftp.gnu.org/gnu/mig/mig-1.3
 <P>
 The MiG 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:address@hidden:/cvsroot/hurd login</SAMP><BR>
+<SAMP>export CVS_RSH="ssh"</SAMP><BR>
 &nbsp;<BR>
-<SAMP>cvs -z3 -d:pserver:address@hidden:/cvsroot/hurd co mig</SAMP>
+<SAMP>cvs -z3 -d:ext:address@hidden:/cvsroot/hurd co mig</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>


-- 
Jeroen Dekkers




reply via email to

[Prev in Thread] Current Thread [Next in Thread]