all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Karl Fogel <karl.fogel@canonical.com>
To: Jason Earl <jearl@notengoamigos.org>
Cc: emacs-devel@gnu.org, CHENG Gao <chenggao@gmail.com>
Subject: Re: Switching to bzr: what Emacs developers should know?
Date: Tue, 11 Aug 2009 11:19:46 -0400	[thread overview]
Message-ID: <873a7y8jjh.fsf@canonical.com> (raw)
In-Reply-To: <8763cua0za.fsf@notengoamigos.org> (Jason Earl's message of "Tue,  11 Aug 2009 08:17:45 -0600")

Jason Earl <jearl@notengoamigos.org> writes:
> Karl, I think that emacs-devel is bouncing my emails, so you might want
> to forward this.

(Whoa -- any idea why?  Are you getting bounce messages?  I think you're
right, as I don't see your mail in the list archives.)

Happy to forward when needed.  But in this case, I'll just make sure to
quote all of your mail in my followup, so all your words are here.

> I have a relatively recent 2a format version of the repository rooted at
>
> bzr://bzr.notengoamigos.org/emacs-testing
> http://bzr.notengoamigos.org/emacs-testing

Thanks.  Glad to hear it, especially as my attempt to fetch the old
repository just failed:

  $ mkdir emacs-new
  $ cd emacs-new
  $ bzr init-repo --2a .
  $ time bzr branch http://bzr.notengoamigos.org/emacs/trunk/
  bzr: ERROR: not well-formed (invalid token): line 16, column 56
  real    522m9.865s
  user    415m13.049s
  sys     1m7.948s
  $ 

That was part of a test before I responded to Cheng Gao's message of
http://lists.gnu.org/archive/html/emacs-devel/2009-08/msg00350.html, in
which he reported this:

  $ time bzr clone http://bzr.notengoamigos.org/emacs/trunk/ emacs
  Branched 95203 revision(s).                                                   

  real  193m58.965s
  user  6m58.284s
  sys   1m12.954s
  $ 

But since you have a new branch now, I'll just test with that.

> So you can get the trunk with:
>
> bzr branch bzr://bzr.notengoamigos.org/emacs-testing/trunk/ emacs
>
> I also have gzip and lzma compressed tarballs of the repository at:
>
> http://bzr.notengoamigos.org/emacs-testing.tar.gz
> http://bzr.notengoamigos.org/emacs-testing.tar.lzma

I will compare the time to 'bzr branch bzr://...' against the time to
fetch a tarball over HTTP.  However, one thing we might want to try is
offering the bzr sources via HTTP as well.  In fact, maybe you already
are?  After this current branch via bzr://, I will try it again using
http:// (note that's what Cheng Gao used -- and his use of the "clone"
command instead of "branch" makes no difference, as they are synonyms).

What kind of Net connection does bzr.notengoamigos.org have, by the way?
(I'm doing my 'bzr branch' from a server with a very wide pipe, in order
to remove my home Net connection's speed as a factor.)

> I'm sorry it took me so long to get back to you on this, but I had a bit
> of trouble with the conversion this last time around, and I have been
> under water at work.

No need to apologize -- thank you for making time for this!

Best,
-Karl




  parent reply	other threads:[~2009-08-11 15:19 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-08 16:24 Switching to bzr: what Emacs developers should know? Bastien
2009-08-08 18:51 ` B Smith-Mannschott
2009-08-08 19:54   ` Stefan Monnier
2009-08-08 22:41     ` Bastien
2009-08-09  1:23       ` Stefan Monnier
2009-08-11  5:42         ` Karl Fogel
2009-08-11  5:49     ` Karl Fogel
2009-08-11 17:17       ` Stefan Monnier
     [not found]         ` <87fxbyb3s5.fsf@notengoamigos.org>
2009-08-13 16:21           ` Stefan Monnier
2009-08-11 18:56       ` bzr for Gnus (was: Switching to bzr: what Emacs developers should know?) Ted Zlatanov
2009-08-12  5:28         ` Stephen J. Turnbull
2009-08-12 13:50           ` Mike Kupfer
2009-08-12 15:09             ` bzr for Gnus Ted Zlatanov
2009-09-08 16:27               ` Karl Fogel
2009-09-09  3:11                 ` Stefan Monnier
2009-08-12  8:01         ` Miles Bader
2009-08-13 16:38           ` Stefan Monnier
2009-08-08 22:40   ` Switching to bzr: what Emacs developers should know? Bastien
2009-08-09  0:03   ` Bastien
2009-08-09  2:24     ` Óscar Fuentes
2009-08-18  9:31       ` Bastien
2009-08-09 12:42   ` CHENG Gao
2009-08-11  5:44     ` Karl Fogel
     [not found]       ` <8763cua0za.fsf@notengoamigos.org>
2009-08-11 15:19         ` Karl Fogel [this message]
     [not found]           ` <87ocqmb587.fsf@notengoamigos.org>
2009-08-11 18:20             ` Karl Fogel
     [not found]               ` <87bpmmb27v.fsf@notengoamigos.org>
2009-08-11 19:15                 ` Karl Fogel
2009-08-12  5:50               ` CHENG Gao
2009-08-13 16:31               ` Stefan Monnier

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=873a7y8jjh.fsf@canonical.com \
    --to=karl.fogel@canonical.com \
    --cc=chenggao@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=jearl@notengoamigos.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.