On Wed Sep 1 15:55:06 2004, address@hidden wrote:
> At 02:59 p.m. 01/09/2004, Werner LEMBERG wrote:
> >You have to use ssh, for example:
> >
> > export CVS_RSH=ssh
> > cvs -z3 -d:ext:address@hidden:/cvsroot/groff co groff
>
> There is no need to download all the files if there is an old FFII cvs
> sandbox somewhere. One can recycle the old sandbox by running this comment
> at its root directory (all in one line, sh-like shell needed):
>
> for f in find . -name Root; do echo
> ':ext:address@hidden:/cvsroot/groff' > $f done
Or using Pavel Roskin's "cvs utilities":
cvschroot :ext:address@hidden:/cvsroot/groff
Amounts to the same thing, of course.