I moved the cvs archive to ftp.linux-mips.org two days ago. If you already
have a checked out copy, here is how to avoid having to checkout again:
cvs -d :pserver:cvs@ftp.linux-mips.org:/home/cvs login
The password for anonymous cvs is cvs.
cd <your-checked-out-copy>
find . -name Root | while read n; do
echo ftp.linux-mips.org:/home/cvs > $n
done
There are still a few loose bits but here and there but those should not
become visible to normal users.
Ralf