all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: help-gnu-emacs@gnu.org
Subject: Re: Official Git mirror?
Date: Mon, 21 Feb 2011 06:36:48 +0100	[thread overview]
Message-ID: <87wrkuhrtb.fsf@wanadoo.es> (raw)
In-Reply-To: 83fwritmmx.fsf@gnu.org

Eli Zaretskii <eliz@gnu.org> writes:

>> From: "Oleksandr Gavenko (aka gavenkoa)" <gavenkoa@gmail.com>
>> Date: Sun, 20 Feb 2011 23:11:16 +0200
>> 
>> As Bzr have network inefficient protocol I search for Git mirror.
>
> Bzr is no less efficient than Git.  If the initial checkout is slow,
> try one of these two, for the first "bzr branch" command only:
>
>   bzr branch nosmart+bzr://bzr.savannah.gnu.org/emacs/trunk
>
>   bzr branch lp:emacs

oscar@qcore:~/dev/ff$ time bzr branch lp:emacs
Branched 103368 revision(s).                                                                                                                        
real    17m41.424s
user    7m56.250s
sys     0m8.240s

oscar@qcore:~/dev/ff/git-emacs$ time git clone git://repo.or.cz/emacs.git git-emacs
Initialized empty Git repository in /home/oscar/dev/ff/git-emacs/git-emacs/.git/
remote: Counting objects: 597983, done.
remote: Compressing objects: 100% (122520/122520), done.
remote: Total 597983 (delta 474994), reused 597778 (delta 474826)
Receiving objects: 100% (597983/597983), 521.43 MiB | 1.00 MiB/s, done.
Resolving deltas: 100% (474994/474994), done.
real    11m42.616s
user    2m36.630s
sys     0m14.820s


Please note that git downloads all 51 branches that exists or existed on
Savannah while bzr gets just `trunk'.

Git keeps the pipe downloading data at full speed all the time, while
bzr fluctuates a lot, including several long pauses, possibly because
the server is doing some CPU-intensive work for preparing the data.

Maybe the differences are not big enough to notice by most people that
update their Emacs mirrors from time to time, but it is not accurate to
say that bzr's network protocol is no less efficient than git.




  parent reply	other threads:[~2011-02-21  5:36 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-20 21:11 Official Git mirror? Oleksandr Gavenko (aka gavenkoa)
2011-02-20 21:35 ` Eli Zaretskii
2011-02-20 21:59   ` Oleksandr Gavenko (aka gavenkoa)
2011-02-21  6:58     ` Eli Zaretskii
2011-02-21 23:29       ` Oleksandr Gavenko
2011-02-22 10:54         ` Eli Zaretskii
     [not found]         ` <mailman.8.1298372068.26362.help-gnu-emacs@gnu.org>
2011-02-24 19:31           ` Vagn Johansen
2011-02-24 19:55             ` Eli Zaretskii
2011-02-21  5:36   ` Óscar Fuentes [this message]
2011-02-21  6:58     ` Leo
2011-02-21  7:58     ` Eli Zaretskii
2011-02-21 16:09       ` Óscar Fuentes
2011-02-21 18:56         ` Eli Zaretskii
2011-02-21 20:08           ` Óscar Fuentes
     [not found]   ` <mailman.11.1298266625.16274.help-gnu-emacs@gnu.org>
2011-02-21  8:52     ` Tim X
2011-02-21 14:31       ` Official Git mirror? -- Request Perry Smith
2011-02-21 14:57         ` andrea crotti
2011-02-21 18:17       ` Official Git mirror? Óscar Fuentes
2011-02-21 19:02         ` Eli Zaretskii
2011-02-21 19:40           ` Óscar Fuentes
2011-02-21 20:33             ` Eli Zaretskii
2011-02-21 20:57               ` Óscar Fuentes
2011-02-21 21:15                 ` Eli Zaretskii
     [not found]             ` <mailman.11.1298320422.21303.help-gnu-emacs@gnu.org>
2011-02-23  9:16               ` Giorgos Keramidas
2011-02-23 12:32                 ` Eli Zaretskii
2011-02-23 19:38                   ` jun yu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wrkuhrtb.fsf@wanadoo.es \
    --to=ofv@wanadoo.es \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.