On Thu, Jul 31, 2003 at 04:00:25PM +0800, Alan Seah wrote: > Here is the command as taken from the website: > > This project's CVS repository can be checked out through anonymous > (pserver) CVS with the following instruction set. The module you wish to > check out must be specified as the modulename . When prompted for a > password for anoncvs , simply press the Enter key. > > Software repository : > > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/emacs login
You forgot the second command: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/emacs co <modulename> So: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/emacs login <ENTER> cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/emacs co emacs Rudy -- Rudy Gevaert [EMAIL PROTECTED] Web page http://www.webworm.org GNU/Linux for schools http://www.nongnu.org/glms Savannah hacker http://savannah.gnu.org _______________________________________________ Savannah-hackers mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/savannah-hackers
