Date: Mon, 15 Dec 1997 02:10:13 -0800 (PST) From: Annelise Anderson <andrsn@andrsn.stanford.edu> To: Francisco Reyes <reyesf@super.zippo.com> Cc: FreeBSD doc Mailing list <doc@FreeBSD.ORG> Subject: Re: How to find out when www pages are updated. Message-ID: <Pine.BSF.3.96.971215020232.25277A-100000@andrsn.stanford.edu> In-Reply-To: <199712120359.TAA15699@super.zippo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 11 Dec 1997, Francisco Reyes wrote: > What is the best way to keep track when the Handbook and FAQ pages > are updated? > Does CVSup has a log so if I do a weekly download I can see what > changed? I don't know if there's a log, but if I want to know what's changed, I create a file in the download directory with "touch timestamp" just before I run cvsup. The date/time on the new files will be the time when they're downloaded, in this case to /usr/doc. Then the command in /usr/doc that will provide a list of the files that have changed in newfiles (done in the background) would be find . -newer timestamp > newfiles& Annelise > > I want to start working on the Spanish translation sometime next > week. After the translations are done I will probably look at updates > monthly (or maybe I will take turns with Jesus and we each do every > two months), but in the beggining I want to make sure we do something > reasonably current. >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.971215020232.25277A-100000>