Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Apr 2001 20:25:11 -0700 (MST)
From:      "Chad R. Larson" <chad@DCFinc.com>
To:        elec@chatpr.org (Abel Alejandro)
Cc:        robert@nanguo.chalmers.com.au, freebsd-stable@FreeBSD.ORG
Subject:   Re: where can I find cvsup log of changed files?
Message-ID:  <200104260325.UAA09643@freeway.dcfinc.com>
In-Reply-To: <006601c0cd96$4562df70$0d01a8c0@elec> from Abel Alejandro at "Apr 25, 1 06:42:32 am"

next in thread | previous in thread | raw e-mail | index | archive | help
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




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