From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Git transition checklist Date: Thu, 09 Jan 2014 21:47:14 +0200 Message-ID: <83mwj5c4zh.fsf@gnu.org> References: <20140108135200.8ECF9380834@snark.thyrsus.com> <1738kywelh.fsf@fencepost.gnu.org> <20140108200216.GB5374@thyrsus.com> <6pr48h52eq.fsf@fencepost.gnu.org> <87y52pg4ov.fsf@uwakimon.sk.tsukuba.ac.jp> <838uupeitt.fsf@gnu.org> <87sisxfu6q.fsf@uwakimon.sk.tsukuba.ac.jp> <87txddmmcj.fsf@igel.home> <87lhypfcs4.fsf@uwakimon.sk.tsukuba.ac.jp> <831u0hdrcp.fsf@gnu.org> <87fvoxf0x6.fsf@uwakimon.sk.tsukuba.ac.jp> <83txddc70n.fsf@gnu.org> <87wqi93pwi.fsf@wanadoo.es> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1389296848 20697 80.91.229.3 (9 Jan 2014 19:47:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 9 Jan 2014 19:47:28 +0000 (UTC) Cc: emacs-devel@gnu.org To: =?iso-8859-1?Q?=D3scar?= Fuentes Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 09 20:47:34 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1W1LZm-00029u-Dj for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 20:47:34 +0100 Original-Received: from localhost ([::1]:53850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1LZm-0004D3-1A for ged-emacs-devel@m.gmane.org; Thu, 09 Jan 2014 14:47:34 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1LZc-0004Cb-3Q for emacs-devel@gnu.org; Thu, 09 Jan 2014 14:47:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W1LZV-00085K-VA for emacs-devel@gnu.org; Thu, 09 Jan 2014 14:47:24 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:50673) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W1LZV-00083p-NG for emacs-devel@gnu.org; Thu, 09 Jan 2014 14:47:17 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MZ500E00G2GYA00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Thu, 09 Jan 2014 21:47:16 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MZ500EBMGASZ500@a-mtaout22.012.net.il>; Thu, 09 Jan 2014 21:47:16 +0200 (IST) In-reply-to: <87wqi93pwi.fsf@wanadoo.es> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:167968 Archived-At: > From: =D3scar Fuentes > Date: Thu, 09 Jan 2014 20:40:13 +0100 >=20 > I have a defadvice for the magit function that switches branches. I= t > saves the file timestamps of the current branch, switches to the ot= her > branch and restores the file timestamps for that branch. >=20 > Then, each branch has its own build directory. >=20 > For Emacs, this approach has the problem of having the .elc files s= hared > on the source directory. A configure option for putting the .elc fi= les > on the build directory would fix that. Thanks, but I don't think a VCS should dictate how I configure my builds to such a great extent. I'm quite sure a less invasive solution can be found.