From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22539 invoked by alias); 13 Oct 2011 22:25:07 -0000 Received: (qmail 22531 invoked by uid 22791); 13 Oct 2011 22:25:05 -0000 X-SWARE-Spam-Status: No, hits=-6.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 13 Oct 2011 22:24:49 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p9DMOjfS000847 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 13 Oct 2011 18:24:45 -0400 Received: from host1.jankratochvil.net (ovpn-116-16.ams2.redhat.com [10.36.116.16]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id p9DMOhlR011235 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 13 Oct 2011 18:24:45 -0400 Received: from host1.jankratochvil.net (localhost [127.0.0.1]) by host1.jankratochvil.net (8.14.4/8.14.4) with ESMTP id p9DMOgtK017602; Fri, 14 Oct 2011 00:24:42 +0200 Received: (from jkratoch@localhost) by host1.jankratochvil.net (8.14.4/8.14.4/Submit) id p9DMOfma017590; Fri, 14 Oct 2011 00:24:41 +0200 Date: Thu, 13 Oct 2011 22:25:00 -0000 From: Jan Kratochvil To: Eli Zaretskii Cc: ams@gnu.org, pmuldoon@redhat.com, joseph@codesourcery.com, gdb@sourceware.org Subject: Re: GIT and CVS Message-ID: <20111013222440.GA15789@host1.jankratochvil.net> References: <20111013215020.GA13438@host1.jankratochvil.net> <83obxk1r4s.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <83obxk1r4s.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2011-10/txt/msg00091.txt.bz2 On Fri, 14 Oct 2011 00:08:35 +0200, Eli Zaretskii wrote: > ??? When did you last use "git annotate"? and on what project? Depending on what I do sometimes ~10x a day during complicated GDB backports. > That command is notoriously slow in git. E.g., it takes a whopping 4.5 > minutes to run on a particularly large and history-rich file in the Emacs > repository. The most expensive source file in GDB looks to be dwarf2read.c: 0m8.930s While it is 0m7.394s with CVS right now (1) I need to be online and (2) I have a luck sourceware.org is accessible. From my scheduled regression testing runs often the server is overloaded/inaccessible. (1b) I am not aware how to make CVS repository copy for local use (but there may be some tool). Regards, Jan