all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: chad <yandros@MIT.EDU>
To: Ted Zlatanov <tzz@lifelogs.com>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs source snapshots
Date: Thu, 5 May 2011 16:29:02 -0700	[thread overview]
Message-ID: <D64D2399-B1C8-4598-89B1-CBB29F71DA19@mit.edu> (raw)
In-Reply-To: <87aaf1lyx3.fsf@lifelogs.com>


On May 5, 2011, at 12:39 PM, Ted Zlatanov wrote:

> We just had a long outage of the Git mirror.  Let's not say it is a
> viable way to obtain Emacs source snapshots.  It's not.
> 
> The Bazaar export command I showed is the best way to get a snapshot of
> the trunk without getting the whole repository, using only Bazaar itself
> without any external dependencies (you only need Bazaar installed).  
> 
> It seems unoptimized currently (so the actual download is large) but at
> least it's guaranteed to work and can be hosted somewhere.
> 
> Ted

The lightweight checkout method I mentioned seems to work without
downloading so much, and gives a working albeit slow history, using 
only bzr.

I just tried it now:

	; bzr checkout --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk/
	; du -sk trunk/
	120064	trunk/

for comparison, my normal checkout with history:

	; du -sk trunk .bzr
	120256	trunk
	388052	.bzr
 
For annoying reasons, I didn't capture exactly how much bzr reported 
as downloading, but it seemed to be about 200m.
 
Hope that helps,
*Chad




  reply	other threads:[~2011-05-05 23:29 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-04  9:39 Emacs source snapshots Grigorios Bouzakis
2011-05-04 17:38 ` Ted Zlatanov
2011-05-04 18:40   ` chad
2011-05-04 19:05 ` Jan Janak
2011-05-04 19:45   ` Grigorios Bouzakis
2011-05-05  4:50     ` Stephen J. Turnbull
2011-05-05  2:58 ` Leo
2011-05-05 17:39   ` Andreas Röhler
2011-05-05 19:39     ` Ted Zlatanov
2011-05-05 23:29       ` chad [this message]
2011-05-06  2:05         ` Ted Zlatanov
2011-05-06  7:19         ` Eli Zaretskii
2011-05-05  6:48 ` Christian Ohler
2011-05-05 19:39   ` Grigorios Bouzakis

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=D64D2399-B1C8-4598-89B1-CBB29F71DA19@mit.edu \
    --to=yandros@mit.edu \
    --cc=emacs-devel@gnu.org \
    --cc=tzz@lifelogs.com \
    /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.