help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How expansive "bzr update" for Emacs trunk?


From: Oleksandr Gavenko
Subject: Re: How expansive "bzr update" for Emacs trunk?
Date: Sat, 31 Jul 2010 20:04:45 +0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0

On 2010-07-27 11:13, Tassilo Horn wrote:
Oleksandr Gavenko<gavenkoa@gmail.com>  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 and for me sftp done job as
python through paramiko use /bin/ssh
and I can set:

  $ cat ~/.ssh/config
Compression yes
CompressionLevel 8

But as I understand I have no access through sftp protocol
as I am not a Emacs developer. About this written at

http://www.emacswiki.org/emacs/BzrForEmacsDevs

Is there exist a way to use sftp, this save me
a lot of time to wait update?

I try:

  $ bzr up sftp://gavenkoa@bzr.savannah.gnu.org/r/emacs/trunk/
Permission denied (publickey).
bzr: ERROR: Unable to connect to SSH host bzr.savannah.gnu.org; EOF during negotiation
  $ bzr up sftp://gavenkoa@bzr.savannah.gnu.org/srv/bzr/emacs/trunk
Permission denied (publickey).
bzr: ERROR: Unable to connect to SSH host bzr.savannah.gnu.org; EOF during negotiation

--
Best regards!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]