[parisc-linux] cvs update gives 'move away ....' on every file

Matthew Wilcox willy@debian.org
Thu, 6 Sep 2001 13:53:27 +0100


> One needs to:
> 1) echo $CVSROOT > ~/Root
> 2) find linux -name Root -exec cp ~/Root \{\} \;
> 
> (CVSROOT is the ":pserver:..." value posted several times earlier.)

easier is: for i in `find linux -name Root`; do echo $CVSROOT > $i; done

> I'm not sure who owns the script that make tarballs from cvs source trees.

Alex deVries...

> grundler <525>cat ~/.cvsrc
> cvs -z3 -q
> diff -uNp
> update -Pd
> rm -f

you're not using the most uptodate cvsrc... i fubar the last line, needs to be
`remove', not `rm'.

-- 
Revolutions do not require corporate support.