[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
zmailer on anonymous-CVS
Hello,
I am creating an anonymous CVS repository for the ZMailer.
(easiest approach out of many possibilities, I think..)
You can initialize the synced repository with commands:
(I leave it to you to recognize prompts ;) )
$ cvs -d :pserver:cvs@mea.tmt.tele.fi:/cvsroot login
Password: cvs
$ cd /your/source/tree
$ cvs -d :pserver:cvs@mea.tmt.tele.fi:/cvsroot checkout zmailer
and then update it against my tree every now and then with commands:
$ cd /your/source/tree/zmailer
$ cvs update -PAd
This requires CVS of version 1.8 or newer -- current is 1.9.20.
/Matti Aarnio <mea@nic.funet.fi>