Displaying 1 result from an estimated 1 matches for "dovecotcvs".
Did you mean:
dovecot's
2002 Aug 22
0
status update / cvs repository
...nc. I don't think
I'll bother setting up pserver since that CVS has also other sources that
aren't public.
With rsync you'd do it something like:
# initialize new cvs repository (do it just once)
cvs -d ~/cvs init
# update cvs repository
rsync -avz --delete dovecot.procontrol.fi::dovecotcvs ~/cvs/dovecot
# checkout the sources from your cvs repository
cd ~/src
cvs -d ~/cvs checkout dovecot