Stephen -
"Stephen J. Turnbull" <stephen(a)xemacs.org> writes:
CVS committers can access the repository as follows:
export CVS_RSH=ssh # adjust to taste
cvs -d :ext:xemacs@tanko.sk.tsukuba.ac.jp:/usr/CVSroot [cvs opts] [cvs cmd]
So I attempted this. After:
export CVS_RSH=ssh
the following did work:
cvs -d :ext:xemacs@tanko.sk.tsukuba.ac.jp:/usr/CVSroot checkout xemacs-builds
the following did not, however:
cvs -d :ext:xemacs@tanko.sk.tsukuba.ac.jp:/usr/CVSroot checkout xemacsweb
because I got this error:
cvs server: cannot find module `xemacsweb' - ignored
cvs [checkout aborted]: cannot expand modules
In fact I could not retrieve either xemacsweb or xemacs-packages -
neither module was found. I am successfully downloading 21.1 and 21.5
trees even as I write this.
I'm pretty tired, so I'm probably doing some 'obviously wrong thing?'
What would that be?
TIA,
vin