Hi,
having just moved from a fascistic firewall to one I control myself,
I've started using CVS (for the first time ever). Very easy. The docs
on
cvs.xemacs.org don't tell you how to check out the beta branch
though - they only tell you how to get the head branch.
The update command is right - it's only the checkout thats
wrong. These are the commands that I'm using.
# Initial:
cvs -z3 -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot \
checkout -P -r release-21-2 xemacs
# Update:
cvs -z3 -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot update -P xemacs
(Also the docs refer to v19 and 20 quite a lot.)
nic