web-hurd
[Top][All Lists]
Advanced

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

Improvement suggestion for the Hurd Users Guide


From: Thomas Schlesinger
Subject: Improvement suggestion for the Hurd Users Guide
Date: Sat, 28 Jan 2006 21:46:15 +0100
User-agent: KMail/1.9

Hi,

I have an improvement for 
http://www.gnu.org/software/hurd/users-guide/using_gnuhurd.html#Basic%20CVS%20Usage
 .

The CVS-Server address in the example is outdated. Please replace the example 
with this:


     #! /bin/sh
     
     cd $HOME
     mkdir hurd-cvs
     cd hurd-cvs/
     
     # Use the empty string password:
     cvs -d:pserver:address@hidden:/sources/hurd login
     
     for module in hurd gnumach
     do
       cvs -z3 -d:pserver:address@hidden:/sources/hurd \
           co $module
     done



Best regards,
Thomas Schlesinger




reply via email to

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