Host metaprl-cvs HostName cvs.metaprl.org Port 80 FallBackToRsh no ForwardX11 no User <your login on cvs.metaprl.org>
cvs -d :ext:metaprl-cvs:/cvsroot checkout metaprlIf for some reason you can not connect to port 80 on metaprl-cvs, try using port 3000 instead.
#!/bin/sh echo :ext:metaprl-cvs:/cvsroot > $1/Root (echo 's|/metaprl|/--metaprl-root-dir--|'; echo 's|^.*/--metaprl-root-dir--|/cvsroot/metaprl|'; echo w; echo q) | ed $1/Repository
chmod 755 /tmp/fixrep.sh
find <old repository directory> -type d -name CVS -exec /tmp/fixrep.sh \{\} \;