Date: Tue, 22 Aug 2000 17:30:13 +0100 From: Ben Smithurst <ben@FreeBSD.org> To: strange@unicon.ru Cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org Subject: Re: How can I obtain -stable for previous date ? Message-ID: <20000822173013.M20036@strontium.scientia.demon.co.uk> In-Reply-To: <200008221109.SAA22467@mix.unicon.ru> References: <200008221109.SAA22467@mix.unicon.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
strange@unicon.ru wrote: > I'm obtain -stable (RELENG_4) every 2 days via cvsup. > And do make world every time... > But after Aug 20, the system became unstable ;( > It locks on hard loading (hard HDD usage), > like a make release or even make buildworld ;( > No panic, no crashdump, nothing, full lock... > Just many HDD problems after hard reboot ;( Look at the date= option in CVSup. date=[cc]yy.mm.dd.hh.mm.ss This specifies a date that should be used to select the revi- sions that are checked out from the CVS repository. The client will receive the revisions that were in effect at the specified date and time. So perhaps you want src-all date=2000.08.20.00.00.00 tag=RELENG_4 or something to get the code from midnight on the 20th August. But ideally you should try to find what is causing the problem, of course. I assume that will work anyway, I've never actually used the date option in CVSup myself. -- Ben Smithurst / ben@FreeBSD.org / PGP: 0x99392F7D To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000822173013.M20036>