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

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

Re: bazaar question


From: David Engster
Subject: Re: bazaar question
Date: Tue, 26 Jan 2010 23:39:00 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1 (gnu/linux)

henry atting <nsmp_01@online.de> writes:
> I find it annoying that I have to grapple with bazaar if I
> want to go on building emacs from source. Do I really have to pull
> the whole emacs tree starting from the first published sources in the
> Roman Empire?
>
> Tried it with `bazaar branch http://bzr.savannah.gnu.org/r/emacs/trunk/'
> but stopped, unpatiently, after 20 minutes.
> Is this the only way to get the latest source?

You can do a lightweight checkout:

bzr checkout -v --lightweight http://bzr.savannah.gnu.org/r/emacs/trunk trunk

This takes less than 5min. on my system, fetching roughly 80-90MB of data.

If you don't need any history at all, you can simply get a tar.gz snapshot
from the git mirror:

http://repo.or.cz/w/emacs.git

-David





reply via email to

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