Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 May 1996 13:11:55 +0200
From:      Wolfram Schneider <wosch@campa.panke.de>
To:        current@freebsd.org
Subject:   CTM & cvs update
Message-ID:  <199605231111.NAA01007@campa.panke.de>

next in thread | raw e-mail | index | archive | help

A full cvs update takes me 1952.43 real 92.37 user 190.84 sys
This is slow. Can I use the output from ctm_rmail for a faster
update? E.g.:

$ ctm_rmail [options] > ctm_output_log_file 2>&1
$ cvs  update `egrep ' > .. (src|ports)/' <ctm_output_log_file> | 
	awk '{print $NF}' | sed 's/,v$//'`

Wolfram



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605231111.NAA01007>