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
_______________________________________________
Web-hurd mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/web-hurd