On Jan 4, 11:52, SL Baur wrote:
[...]
cvs -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout xemacs -d
xemacs-21.0
[...]
cvs -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout \
-rrelease-21-2 xemacs -d xemacs-21.2
for the experimental 21.2 sources. This sequence will use the
subdirectory xemacs-21.0/ to store the stable version and xemacs-21.2
The final -d xemacs-21.2 has to be put *before* the module name (xemacs), i.e.
cvs -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout -d xemacs-21.0 xemacs
or it won't work.. (it will first check out in 'xemacs' and then complain
about the rest)
- Tor