From owner-cvs-all Mon May 20 13:54:18 2002 Delivered-To: cvs-all@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id EA76637B406; Mon, 20 May 2002 13:54:10 -0700 (PDT) Received: from hades.hell.gr (patr530-a233.otenet.gr [212.205.215.233]) by mailsrv.otenet.gr (8.12.3/8.12.3) with ESMTP id g4KKrxwM022394; Mon, 20 May 2002 23:54:05 +0300 (EEST) Received: from hades.hell.gr (hades [127.0.0.1]) by hades.hell.gr (8.12.3/8.12.3) with ESMTP id g4KKrwCr019857; Mon, 20 May 2002 23:53:58 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from charon@localhost) by hades.hell.gr (8.12.3/8.12.3/Submit) id g4KKrvRe019853; Mon, 20 May 2002 23:53:57 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Mon, 20 May 2002 23:53:55 +0300 From: Giorgos Keramidas To: Alexey Zelkin Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: www/tools/portsgrowth getinfo.sh Message-ID: <20020520205355.GC18686@hades.hell.gr> References: <200205201433.g4KEXiM07535@freefall.freebsd.org> <20020520174421.A36891@ark.cris.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020520174421.A36891@ark.cris.net> User-Agent: Mutt/1.3.99i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-05-20 17:44, Alexey Zelkin wrote: > Looks like off-by-one second error in '-D' handling of cvs(1). > > Any takers ? :-) Are you sure this isn't some bug of the script, related to cvs's interpretation of the date you used? The dates printed in `cvs log' output are printed in UTC (GMT+0), but the arguments of -D are by default considered to be in the local timezone, unless you explicitly specify UTC as the timezone in the argument of -D. Compare the following: [1] charon+hades:[/tmp/foo/CVSROOT]$ cvs -q log -N -r1.3 cvswrappers revision 1.3 date: 2002/05/20 20:45:17; author: charon; state: Exp; lines: +1 -0 Add "png" to binary file list. [2] charon+hades:[/tmp/foo/CVSROOT]$ cvs -q diff -u -D'2002-05-20 20:45:00' -D'2002-05-20 20:46:00' [3] charon+hades:[/tmp/foo/CVSROOT]$ cvs -q diff -u -D'2002-05-20 20:45 UTC' -D'2002-05-20 20:46 UTC' Index: cvswrappers =================================================================== RCS file: /tmp/cvsroot/CVSROOT/cvswrappers,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cvswrappers 20 May 2002 20:44:52 -0000 1.2 +++ cvswrappers 20 May 2002 20:45:17 -0000 1.3 @@ -21,3 +21,4 @@ # and value is a single-quote delimited value. # For example: *.gif -k 'b' +*.png -k 'b' -- Giorgos Keramidas - http://www.FreeBSD.org keramida@FreeBSD.org - The Power to Serve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message