Hi,
I guess this is no longer useful for most people, but if someone
has still not updated a copy of the Maxima CVS repository after
the changes in Sourceforge, the following command is very useful
(in Linux/Unix):
for f in $(find . -name Root); do cat $f |
sed 's/@cvs/@maxima.cvs/' >temp$$; mv temp$$ $f; done
after that, you may proceed as usual:
cvs update -dP
Cheers,
Jaime