From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Re: Move to git is imminent - awaiting Stefan's approval Date: Mon, 06 Jan 2014 23:14:08 +0100 Message-ID: <52CB2AB0.4080505@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1389046466 27432 80.91.229.3 (6 Jan 2014 22:14:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 6 Jan 2014 22:14:26 +0000 (UTC) To: emacs Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 06 23:14:33 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 1W0IRM-0006yg-T7 for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2014 23:14:33 +0100 Original-Received: from localhost ([::1]:37887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0IRM-00028G-6v for ged-emacs-devel@m.gmane.org; Mon, 06 Jan 2014 17:14:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54734) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0IRD-00027X-SM for emacs-devel@gnu.org; Mon, 06 Jan 2014 17:14:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W0IR8-0004Fl-1Z for emacs-devel@gnu.org; Mon, 06 Jan 2014 17:14:23 -0500 Original-Received: from smtp201.alice.it ([82.57.200.97]:47387) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W0IR7-0004FZ-NN for emacs-devel@gnu.org; Mon, 06 Jan 2014 17:14:17 -0500 Original-Received: from [192.168.1.100] (79.23.209.136) by smtp201.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 529A561B061726C5 for emacs-devel@gnu.org; Mon, 6 Jan 2014 23:14:15 +0100 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.97 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:167533 Archived-At: Eli Zaretskii wrote: > 8. There's the emacs-bzr-version whose value gets copied into the bug > reports. This should be replaced by the suitable git equivalent, > or else the bug reports (of which we have quite a few each day) > will not identify the version correctly. Perhaps I have a similar question (or the same?) Usually I build emacs trunk weekly. My local copy of trunk has been created, the first time, with $ bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk emacs-trunk and then updating "daily" it with $ cd emacs-trunk $ bzr up which prints each time the trunk revision number, e.g. [...] All changes applied successfully. Updated to revision 115890 of branch http://bzr.savannah.gnu.org/r/emacs/trunk When I find a problem ("bug"), I flag it to this list saying something like this "In trunk rev. 115890 there is this problem... BLA BLA BLA..." Now trying $ git clone git://git.savannah.gnu.org/emacs.git emacs.git I don't get any revision number.. So in my future bug report how the trunk will be identified? Beside this, my local copy of BZR repository has dimension $ du -s emacs-trunk/ 126M emacs-trunk/ instead the git repository has dimension $ du -s emacs.git/ 1.1G emacs.git/ it contains an emacs.git/.git directory of about 930M which probably doesn't need for the Emacs build (bootstrap). This is very annoying... Ciao, Angelo.