[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: CVS sources - problems ahead...



On 20-Apr-00 at 02:39, Matti Aarnio (mea@nic.funet.fi) wrote:

>     Essentially just set to all CVS subdirs file "Root" with content:
> 
>      :pserver:cvs@anoncvs.zmailer.org:/cvsroot

For impatient like myself:

cd your/zmailer/source/directory
for f in `find . -name Root`
do
  echo ':pserver:cvs@anoncvs.zmailer.org:/cvsroot' >$f
done

Eugene