Improvement suggestion for the Hurd Users Guide
Thomas Schlesinger <[email protected]>
| Newsgroups | gmane.os.hurd.web.devel |
|---|---|
| Message-ID | <[email protected]> |
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:[email protected]:/sources/hurd login
for module in hurd gnumach
do
cvs -z3 -d:pserver:[email protected]:/sources/hurd \
co $module
done
Best regards,
Thomas Schlesinger