On Fri, 20 Sep 2002, Ralf Baechle wrote: > 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 People who use anonymous CVS want to prepend `:pserver:cvs@', i.e. | cd <your-checked-out-copy> | find . -name Root | while read n; do | echo :pserver:cvs@ftp.linux-mips.org:/home/cvs > $n | done Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds