From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexander Belchenko Newsgroups: gmane.emacs.devel Subject: Re: Windows-specific questions about Bazaar Date: Wed, 02 Dec 2009 00:16:52 +0200 Message-ID: References: <834ooamrou.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1259708132 6883 80.91.229.12 (1 Dec 2009 22:55:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 22:55:32 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 23:55:25 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NFbcx-0007Uo-SE for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 23:55:24 +0100 Original-Received: from localhost ([127.0.0.1]:57469 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFbcx-0005oa-Ju for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 17:55:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFbcZ-0005e9-FS for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:54:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFbcV-0005c8-Rm for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:54:59 -0500 Original-Received: from [199.232.76.173] (port=38705 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFbcV-0005c3-Ku for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:54:55 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:49471) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFb4w-0008R6-EI for emacs-devel@gnu.org; Tue, 01 Dec 2009 17:20:14 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFb4l-0001CS-U2 for emacs-devel@gnu.org; Tue, 01 Dec 2009 23:20:03 +0100 Original-Received: from 92-49-243-221.dynamic.peoplenet.ua ([92.49.243.221]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 23:20:03 +0100 Original-Received: from bialix by 92-49-243-221.dynamic.peoplenet.ua with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 23:20:03 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92-49-243-221.dynamic.peoplenet.ua User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) In-Reply-To: X-Enigmail-Version: 0.96.0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118088 Archived-At: Stefan Monnier пишет: >> . CVS was notorious for problems when the time zone switches from >> Standard Time to DST and back, even though modern Windows systems >> and NTFS store times and file time stamps in UTC. Typically, >> unless you did something special, the first "cvs up" after the >> switch would send the entire sandbox upstream. (I even wrote a >> program that moved all time stamps an hour forward or back to avoid >> that.) Does Bazaar cope correctly with this, assuming the >> time-zone information is set correctly in the Registry? > > AFAIK, bzr does not use time-stamps in a semantics-significant way. > So at most you may notice a slight performance hit when the time changes > because Bzr ends up scanning more files than strictly needed. > But it won't change the data sent over the network, AFAIK. That's correct.