On Feb 09 20:10:11, Jan Stary wrote:
> On Feb 09 18:54:45, Otto Moerbeek wrote:
> > BTW, AFAIK, cvs -d up does not write Root files.
>
> It does:
>
> cd /usr/src
> ftp -o - ftp://MIRROR/pub/OpenBSD/5.0/sys.tar.gz | tar xzpf
> cd sys
> find . -name Root
> cvs -q -d MIRROR up
> find . -name Root
Ah, you mean 'write' as opposed to 'create'?
What I showed above is that 'cvs -d MIRROR up' _creates_
the CVS/Root in the directories where they did not exist.
But you are right, running 'cvs -d OTHERMIRROR up' does
_not_ rewrite those CVS/Root files that already exist.
Jan