From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: Making the tarball with bzr data Date: Tue, 01 Dec 2009 03:40:35 +0100 Message-ID: <87ocmj76xo.fsf@telefonica.net> References: <4B140ACF.9090808@gmx.de> <874oob955s.fsf@telefonica.net> <87einfwi36.fsf@uwakimon.sk.tsukuba.ac.jp> 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 1259635491 10861 80.91.229.12 (1 Dec 2009 02:44:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Dec 2009 02:44:51 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Dec 01 03:44:44 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 1NFIjK-0007mw-HU for ged-emacs-devel@m.gmane.org; Tue, 01 Dec 2009 03:44:42 +0100 Original-Received: from localhost ([127.0.0.1]:42501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFIjJ-0001z9-Sk for ged-emacs-devel@m.gmane.org; Mon, 30 Nov 2009 21:44:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NFIjE-0001yv-Kx for emacs-devel@gnu.org; Mon, 30 Nov 2009 21:44:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NFIjA-0001yT-DR for emacs-devel@gnu.org; Mon, 30 Nov 2009 21:44:36 -0500 Original-Received: from [199.232.76.173] (port=47222 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NFIjA-0001yQ-9j for emacs-devel@gnu.org; Mon, 30 Nov 2009 21:44:32 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:42850) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NFIj9-00079x-TR for emacs-devel@gnu.org; Mon, 30 Nov 2009 21:44:32 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.50) id 1NFIj6-0007kF-PQ for emacs-devel@gnu.org; Tue, 01 Dec 2009 03:44:28 +0100 Original-Received: from 238.red-83-37-167.dynamicip.rima-tde.net ([83.37.167.238]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 03:44:28 +0100 Original-Received: from ofv by 238.red-83-37-167.dynamicip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2009 03:44:28 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 238.red-83-37-167.dynamicip.rima-tde.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:+yQ7eLQ2C6vieeyI2O6o17GIVhQ= 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:118016 Archived-At: "Stephen J. Turnbull" writes: [snip] > Probably the best procedure is > > 1. bzr branch bzr-emacs > 2. rsync old-emacs bzr-emacs > > assuming that rsync has appropriate options to ensure that it won't > change the stat data (specifically size and timestamp, IIRC) that bzr > uses to check if a file has been changed. There is nothing wrong with changing the timestamp of a file versioned under Bazaar. It will be not flagged as modified on `bzr status'. OTOH, a change on size indicates a change on content, and this will be flagged as an edited file (modulo eol settings, which bazaar supports as system-wide options). Lennart: if you copy files on Windows from your CVS working tree to your bzr working tree maybe you will see files flagged as modified due to differences on eol. [snip] -- Óscar