savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] Anonymous CVS Access


From: Rudy Gevaert
Subject: Re: [Savannah-hackers] Anonymous CVS Access
Date: Thu, 31 Jul 2003 13:40:08 -0400
User-agent: Mutt/1.3.28i

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:address@hidden:/cvsroot/emacs login


You forgot the second command:

cvs -z3 -d:pserver:address@hidden:/cvsroot/emacs co <modulename>

So:

cvs -d:pserver:address@hidden:/cvsroot/emacs login
<ENTER>
cvs -z3 -d:pserver:address@hidden:/cvsroot/emacs co emacs

Rudy


-- 
Rudy Gevaert                address@hidden              
Web page                    http://www.webworm.org
GNU/Linux for schools       http://www.nongnu.org/glms
Savannah hacker             http://savannah.gnu.org
                                        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]