How to get a cyrus-imapd-2.2 from CVS

Jonathan Marsden jonathan at bach.xc.org
Thu Jan 16 12:13:34 EST 2003


On 28 Feb 2003, k1680792 at yahoo.co.jp writes:

> I want to download a Cyrus-imapd-2.2 from CVS and I tried the command
> cvs -d :pserver:anoncvs at cvs.andrew.cmu.edu:/cvs login
> But I can't login.
> Would someone help me ?

Maybe you forgot the password of "anonymous"?

  cvs -d :pserver:anoncvs:anonymous at cvs.andrew.cmu.edu:/cvs login
  export CVSROOT=:pserver:anoncvs at cvs.andrew.cmu.edu:/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: jonathan at xc.org	| 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 




More information about the Info-cyrus mailing list