From owner-freebsd-stable Wed Apr 25 20:25:48 2001 Delivered-To: freebsd-stable@freebsd.org Received: from freeway.dcfinc.com (cx74889-a.phnx3.az.home.com [24.1.193.157]) by hub.freebsd.org (Postfix) with ESMTP id 993EF37B423 for ; Wed, 25 Apr 2001 20:25:38 -0700 (PDT) (envelope-from chad@freeway.dcfinc.com) Received: (from chad@localhost) by freeway.dcfinc.com (8.8.8/8.8.8) id UAA09643; Wed, 25 Apr 2001 20:25:11 -0700 (MST) (envelope-from chad) From: "Chad R. Larson" Message-Id: <200104260325.UAA09643@freeway.dcfinc.com> Subject: Re: where can I find cvsup log of changed files? In-Reply-To: <006601c0cd96$4562df70$0d01a8c0@elec> from Abel Alejandro at "Apr 25, 1 06:42:32 am" To: elec@chatpr.org (Abel Alejandro) Date: Wed, 25 Apr 2001 20:25:11 -0700 (MST) Cc: robert@nanguo.chalmers.com.au, freebsd-stable@FreeBSD.ORG Reply-To: chad@DCFinc.com Organization: DCF, Inc. X-O/S: FreeBSD 2.2.8-STABLE X-Unexpected: The Spanish Inquisition X-Mailer: ELM [version 2.4ME+ PL40 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG As I recall, Abel Alejandro wrote: > cvsup doesn't make a log by default. You can run it in non-graphical > mode and use something like 'tee' to copy it to a file. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= #!/bin/csh # Preserve prior log mv SupLog SupLog.old # Update the repository echo "CVSup started `date`" > SupLog cvsup -L2 -g Supfile >>& SupLog echo "CVSup completed `date`" >> SupLog -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -crl -- Chad R. Larson (CRL15) 602-953-1392 Brother, can you paradigm? chad@dcfinc.com chad@larsons.org larson1@home.com DCF, Inc. - 14623 North 49th Place, Scottsdale, Arizona 85254-2207 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message