The XEmacs Packages CVS repository has been restructured.  And as of
midnight (GMT+10), Sunday July 8th, 2001, the old packages tree will
no longer be open for commits.
The new tree can be checked out of CVS with:
cvs -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot login 
(password is zawinski)
And then:
cvs -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot co packages
(to grab everything)
cvs -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot co package-standard
(to grab all the standard (aka non-Mule) packages)
cvs -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot co package-mule
(to grab all the mule packages)
Individual packages can be checked out with:
cvs -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot co <packagename>
For example, to check out a copy of Gnus:
cvs -d :pserver:xemacs@cvs.xemacs.org:/usr/CVSroot co gnus
The way things were:
        ./xemacs-packages/
                |
                |---/comm/
                |     |---/gnus/
                |
                |---/libs/
                |     |---/efs/
                |     |---/xemacs-base/
                |
                |---/mule/
                      |---/mule-base/
The *NEW* layout:
        ./packages/
              |
              |---/mule-packages/
              |         |---/mule-base/
              |
              |---/xemacs-packages/
                        |---/gnus/
                        |---/efs/
                        |---/xemacs-base/
So, basically, if it is a Mule package it will be under
./mule-packages/ and if it's not, it'll be under ./xemacs-packages/
If you have any problems or questions, feel free to contact me
directly. 
-- 
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
|            XEmacs - It's not just an editor.             |
|                    It's a way of life.                   |
|------------------------------------<youngs(a)xemacs.org>---|