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

Small typo in debian-cd/README.devel (patch)



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:anonymous@cvs.debian.org:/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 CVSROOT=anonymous@cvs.debian.org:/cvs/debian-boot
+$ export CVSROOT=:pserver:anonymous@cvs.debian.org:/cvs/debian-boot
 $ cvs co debian-cd
 
 If you want to discuss anything related to the debian-cd development, you



Reply to: