all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Stephen J. Turnbull" <stephen@xemacs.org>
To: Grigorios Bouzakis <grbzks@xsmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs source snapshots
Date: Thu, 05 May 2011 13:50:08 +0900	[thread overview]
Message-ID: <87pqnx69a7.fsf@uwakimon.sk.tsukuba.ac.jp> (raw)
In-Reply-To: <20110504194551.GA4080@netbook>

Grigorios Bouzakis writes:

 > I am aware of --depth. But as far as i know thats valid only for the
 > initial cloning. But cloning the repository a second time to update the
 > source tree will add  commit history since the first clone was
 > made.

True.  However, if you have enough space to build Emacs comfortably,
you don't need to worry about taking up tons of extra space for a
while (a few hundred or thousand commits).  While the proponents of
the various VCSes will argue about which is most space-efficient, they
are all very space-efficient.

 > I am not entirely sure about bzr checkout --lightweight but it
 > seems to work the same way.

No, it doesn't.  bzr has a plethora of options for connecting
workspaces to repositories.  A lightweight checkout really is a
checkout in the sense you are used to with CVS or Subversion: there is
no repository local to the checkout and *all* version information is
kept in the source repository, except for a simple pointer to the
currect version that is checked out.  This means that all operations
that refer to versioning require communication with the repository.

I have seen reports recently on the bazaar list that use of a
lightweight checkout over the network requires an inordinate amount of
bandwidth, but even so it may be worth while for your usage.
(Lightweight checkouts were originally designed for use with local
shared repositories as a fast way of switching among branches in a
single workspace, and are not optimized to minimize I/O.)

The other main forms of "checkout" in bzr are:
(1) *stacked branches*, which are similar to git limited-depth
    checkouts in that they only store the most recent versions
    locally, but they really are full service branches (they will go
    out and get version information from the parent when necessary).
(2) *bound branches* (aka heavyweight checkouts) which requires a full
    local repository (all versions stored), and keep the local and
    remote repositories in full sync at all times.
(3) *standalone branches* which maintain a full local repository but
    may diverge from the remote repository as appropriate for
    developers.





  reply	other threads:[~2011-05-05  4:50 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 [this message]
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
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=87pqnx69a7.fsf@uwakimon.sk.tsukuba.ac.jp \
    --to=stephen@xemacs.org \
    --cc=emacs-devel@gnu.org \
    --cc=grbzks@xsmail.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.