On 28 Feb 2003, [EMAIL PROTECTED] writes:

> I want to download a Cyrus-imapd-2.2 from CVS and I tried the command
> cvs -d :pserver:[EMAIL PROTECTED]:/cvs login
> But I can't login.
> Would someone help me ?

Maybe you forgot the password of "anonymous"?

  cvs -d :pserver:anoncvs:[EMAIL PROTECTED]:/cvs login
  export CVSROOT=:pserver:[EMAIL PROTECTED]:/cvs
  cvs -z3 co -d cyrus-imapd-2.2 -r cyrus-imapd-2_2 cyrus

works for me.  Then

  cd cyrus-imapd-2.2
  sh SMakefile
  ./configure # Add any options you need to pass to configure
  make

and you should be all set.  To generate all the documentation in HTML
and as text you also need to do

  (cd doc ; make -f Makefile.dist)

Or, if you are working in a Red Hat Linux universe and would like SRPM
and binary RPMs from the 2.2 CVS, I can make mine (based very heavily
on Simon Matter's RPMs for 2.1.11) available.

Jonathan
--
Jonathan Marsden        | Internet: [EMAIL PROTECTED]     | Making electronic 
1252 Judson Street      | Phone: +1 (909) 795-3877      | communications work 
Redlands, CA 92374      | Fax:   +1 (909) 795-0327      | reliably for Christian 
USA                     | http://www.xc.org/jonathan    | missions worldwide 

Reply via email to