Leopold Toetsch <[EMAIL PROTECTED]> writes:

> 1) sync with CVS
> Currently tinderboxen seem to delete the whole tree and start from
> scratch. This generates a lot of traffic (albeit - thanks - not mine),
> but this is IMHO not necessary:
> 
> 
> $ cvs -z3 update [-d...] -dP parrot >$FULL_LOG 2>&1 &&
>   perl Configure.pl [--options] >> $FULL_LOG 2>&1 &&
>   make distclean ...
> 
> With appropriate error checking should do it.
> Make normal entry in brief log is something like
> echo "Parrot sync src ok" > $BRIEF_LOG

One good idea is to use the -q option to cvs. This will suppress the
unnecessary output 
cvs server: Updating parrot/LICENSES
put preserves the output like 
C parrot/languages/imcc/imcparser.c

So command would be somthing like
$ cd parrot && cvs -z3 -q update -dP > $FULL_LOG

bye
boe
-- 
Juergen Boemmels                        [EMAIL PROTECTED]
Fachbereich Physik                      Tel: ++49-(0)631-205-2817
Universitaet Kaiserslautern             Fax: ++49-(0)631-205-3906
PGP Key fingerprint = 9F 56 54 3D 45 C1 32 6F  23 F6 C7 2F 85 93 DD 47

Reply via email to