Tor Arntsen <tor(a)spacetec.no> writes in xemacs-beta(a)xemacs.org:
On Jan 4, 11:52, SL Baur wrote:
[...]
> cvs -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout xemacs -d xemacs-21.0
Should be:
cvs -z3 -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout \
-d xemacs-21.0 xemacs
[...]
> cvs -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout \
> -rrelease-21-2 xemacs -d xemacs-21.2
and:
cvs -z3 -d :ext:steveb@cvs.xemacs.org:/usr/CVSroot checkout \
-rrelease-21-2 -d xemacs-21.2 xemacs
[also adding the `-z3' compression flags I forgot]
> 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.
Oops. I misread my notes. You are correct and what I originally
wrote is wrong.