From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Re: How expansive "bzr update" for Emacs trunk? Date: Sun, 01 Aug 2010 14:10:48 +0300 Message-ID: References: <876301z6is.fsf@thinkpad.tsdh.de> <4C547772.4040908@easy-emacs.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1280683610 9210 80.91.229.12 (1 Aug 2010 17:26:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 1 Aug 2010 17:26:50 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 01 19:26:49 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OfcJE-0002lu-7l for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Aug 2010 19:26:49 +0200 Original-Received: from localhost ([127.0.0.1]:49645 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ofc2X-0002pt-2O for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Aug 2010 13:09:33 -0400 Original-Received: from [140.186.70.92] (port=43075 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OfbT8-0004xi-0q for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 12:33:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OfWRg-00057Y-Ay for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 07:11:09 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:56245) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OfWRf-00057O-VA for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 07:11:08 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OfWRd-0004zh-E6 for help-gnu-emacs@gnu.org; Sun, 01 Aug 2010 13:11:05 +0200 Original-Received: from 209-196-92-178.pool.ukrtel.net ([178.92.196.209]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2010 13:11:05 +0200 Original-Received: from gavenkoa by 209-196-92-178.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 01 Aug 2010 13:11:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 78 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 209-196-92-178.pool.ukrtel.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 In-Reply-To: <4C547772.4040908@easy-emacs.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74372 Archived-At: On 2010-07-31 22:20, Andreas Röhler wrote: > Am 31.07.2010 19:04, schrieb Oleksandr Gavenko: >> On 2010-07-27 11:13, Tassilo Horn wrote: >>> Oleksandr Gavenko writes: >>> >>> Hi Oleksandr, >>> >>>> I mark that "bzr update" take about 1 MiB for >>>> "Finding Revisions" and a lot MiB >>>> (5.5 MiB between yesterday and today). >>>> >>>> Is really bzr so dumb that require a lot of network traffic? >>> >>> Yes, accessing a bzr repository via http produces extremely much network >>> traffic. >>> >>>> I restricted with 3G or GPRS Internet connection. >>>> One time a month commit I get about 5 hours >>>> (~7 KiB/sec download speed)! >>> >>> Oh, that must be really awful. >>> >>>> So may be good switch to ssh protocol and set compression? >>> >>> Yes, it's planned to switch the Emacs repository to a smart server using >>> ssh access. See the following tickets on savannah and the discussion: >>> >>> https://savannah.gnu.org/support/?107077 >>> https://savannah.gnu.org/support/index.php?107143 >>> http://lists.gnu.org/archive/html/savannah-hackers-public/2010-03/msg00011.html >>> >>> >>> >>> But the latest traffic seems to be in March, so I have no clue about the >>> current status... >> >> Thanks for replay. A read tickets. >> >> This ticket valuable for developer. >> >> I need only read access > > > In this case you may try > > git clone git://repo.or.cz/emacs.git > > an emacs-clone at a git-repo, updated quite often. > > Should be faster. Thanks. I try use git mirror. Also I found wiki link: http://www.emacswiki.org/emacs/EmacsFromGit There are two other mirror links. Interesting that wiki state that git mirror occupy ~300 MiB. My local bzr 2.0 repo occupy: $ du -s -m emacs/.bzr 260 emacs/.bzr $ du -s -m emacs/trunk/.bzr 1 emacs/trunk/.bzr So we may be think that bzr storage more efficient. But also I sadly notice that such simple operation as getting log or annotate for trunk files take about 15-20 seconds! May be because large history. My experience with Mercurial and server side SVN with up to 30.000 commits take less then 1-2 sec. for this operations. -- Best regards!