diff options
Diffstat (limited to 'mig-download.html')
-rw-r--r-- | mig-download.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/mig-download.html b/mig-download.html index 0fcd5b18..1a9bce2e 100644 --- a/mig-download.html +++ b/mig-download.html @@ -81,18 +81,21 @@ HREF="http://ftp.gnu.org/gnu/mig/mig-1.3.tar.gz.sig">mig-1.3.tar.gz.sig</A></COD <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: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 mig</SAMP> +<SAMP>cvs -z3 -d:ext:anoncvs@savannah.gnu.org:/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> You can also browse the <A |