The CVS repository need a small addition to work. To avoid problems for (t)csh users, the command line probably should read cvs -d :pserver:[EMAIL PROTECTED]:/cvs/debian-boot co debian-cd Instead of setting the environment variable. The latter only works in /bin/sh compatible shells. Index: README.devel =================================================================== RCS file: /cvs/debian-boot/debian-cd/README.devel,v retrieving revision 1.4 diff -u -3 -p -u -r1.4 README.devel --- README.devel 2000/04/03 22:05:07 1.4 +++ README.devel 2001/08/04 11:39:55 @@ -10,7 +10,7 @@ available in the CVS. http://cvs.debian.org/debian-cd/ -$ export [EMAIL PROTECTED]:/cvs/debian-boot +$ export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs/debian-boot $ cvs co debian-cd If you want to discuss anything related to the debian-cd development, you -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

