After a few fits and starts, I finally have anonymous CVS up and
running.
To prepare your environment, you should do the following:
- Set $CVSROOT to :pserver:anoncvs@xxxxxxxxxxxxxxxxx:/cvsroot
- Run 'cvs login', and hit <Return> when prompted for a password. You
should only have to do this once.
Files can be checked out with
cvs -z3 checkout ethereal
To synchronize your local tree with the development tree, you can run
cvs update -P
from the ethereal directory.
Anonymous access to the CVS tree is running in a chrooted environment.
Everything should work, but I haven't verified anything beyond 'checkout',
'update', and 'diff'.
P.S. Happy New Year!