unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: "Óscar Fuentes" <ofv@wanadoo.es>
To: Eli Zaretskii <eliz@gnu.org>
Cc: Karl Fogel <kfogel@red-bean.com>, emacs-devel@gnu.org
Subject: Re: Basic Bazaar guide for Emacs hackers.
Date: Tue, 01 Dec 2009 22:44:22 +0100	[thread overview]
Message-ID: <87bpii74jt.fsf@telefonica.net> (raw)
In-Reply-To: <837ht6ms94.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 01 Dec 2009 21:03:19 +0200")

Eli Zaretskii <eliz@gnu.org> writes:

> The setup and workflow described by this page is advertised (by its
> parent "Bzr For Emacs Devs") as ``CVS-like''.

I'll better describe that workflow as "centralized", versus the
"distributed" one described on BzrForEmacsDevs.

> But this isn't really accurate, is it?  The command shown to checkout
> the trunk is this:
>
>     bzr checkout URL_TO_UPSTREAM_TRUNK trunk
>
> However, IIUC, the slightly modified checkout command
>
>     bzr checkout --lightweight URL_TO_UPSTREAM_TRUNK trunk
>
> is a closer equivalent of the CVS checkout, because it only checks out
> the working tree without creating a full local copy of history.

Please note that the guide itself does not pretend to simulate CVS, but
just exploit the concepts familiar to any CVS user for easing his
transition to Bazaar as the Emacs' VCS.

> The history is only needed if one wants to commit locally.  People who
> don't plan on using local commits don't need to pay the extra price of
> larger disk storage and probably also some additional time it takes to
> do a heavyweight checkout.

The guide's goal is not the be exhaustive, but be simple. Mentioning the
--lightweight option would increase complexity explaining one variant
that hardly any Emacs hacker would appreciate once he starts using that
setup. I can expand on this if you are interested.

> OTOH, if we think that a heavyweight checkout is the recommended way,
> then we should at least mention its main benefit -- the local commit.
> Currently, the page only hints on that, but stops short of showing the
> commands to use this potential:

On a previous version of the wiki page there was a brief description of
--local option for `commit'. It was removed following the suggestions of
one the authors of the other guide.

[snip]

> Personally, I would do both: tell about --lightweight as the
> equivalent of CVS, and also tell about the local commits available
> with the heavyweight checkouts.  But that's me.

Thanks for your comments.

-- 
Óscar




  parent reply	other threads:[~2009-12-01 21:44 UTC|newest]

Thread overview: 76+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-27 23:19 Basic Bazaar guide for Emacs hackers Óscar Fuentes
2009-11-28  1:23 ` Stephen J. Turnbull
2009-11-28  1:48   ` Óscar Fuentes
2009-11-28  2:05   ` Stefan Monnier
2009-11-28  7:10     ` Stephen J. Turnbull
2009-11-28  3:10   ` Richard Stallman
2009-11-28  3:48     ` Óscar Fuentes
2009-11-28  7:29       ` Stephen J. Turnbull
2009-11-29  1:16         ` Richard Stallman
2009-11-28  7:27     ` Stephen J. Turnbull
2009-11-28 10:05 ` Eli Zaretskii
2009-11-29  1:16 ` Richard Stallman
2009-11-29  4:38   ` Óscar Fuentes
2009-11-29  5:27     ` Stephen J. Turnbull
2009-11-29  5:52       ` Óscar Fuentes
2009-11-29  7:00         ` Stephen J. Turnbull
2009-11-29 16:29           ` Óscar Fuentes
2009-11-30  1:36             ` Stephen J. Turnbull
2009-11-30 15:52     ` Richard Stallman
2009-11-30  2:05 ` Karl Fogel
2009-11-30  2:17   ` Lennart Borgman
2009-11-30  2:46     ` Stephen J. Turnbull
2009-11-30  3:26   ` Óscar Fuentes
2009-11-30  3:51     ` Karl Fogel
2009-11-30  5:01     ` Stephen J. Turnbull
2009-11-30  5:20       ` Óscar Fuentes
2009-11-30  6:03         ` Karl Fogel
2009-11-30  6:41           ` Óscar Fuentes
2009-11-30  7:21           ` Stephen J. Turnbull
2009-11-30 19:27           ` Eli Zaretskii
2009-11-30 19:37             ` Karl Fogel
2009-11-30 20:36               ` Eli Zaretskii
2009-11-30 21:06                 ` Karl Fogel
2009-12-01  1:53             ` Stephen J. Turnbull
2009-12-01  4:09           ` Richard Stallman
2009-11-30  6:41         ` Stephen J. Turnbull
2009-11-30  7:02           ` Óscar Fuentes
2009-11-30  9:17             ` Stephen J. Turnbull
2009-11-30 14:35               ` Karl Fogel
2009-11-30 15:31               ` Óscar Fuentes
2009-11-30 17:40                 ` Stephen J. Turnbull
2009-11-30 18:02                   ` Óscar Fuentes
2009-12-01  1:21                     ` Stephen J. Turnbull
2009-11-30 19:21                   ` Karl Fogel
2009-12-01  4:10         ` Richard Stallman
2009-12-01  6:21           ` Óscar Fuentes
2009-12-01  6:52             ` Karl Fogel
2009-12-01  8:34               ` Jason Rumney
2009-12-01 15:26                 ` Karl Fogel
2009-12-01 19:03                   ` Eli Zaretskii
2009-12-01 19:56                     ` Jason Earl
2009-12-01 20:21                       ` Eli Zaretskii
2009-12-02  1:28                         ` Stefan Monnier
2009-12-02  7:20                           ` Eli Zaretskii
2009-12-02 14:42                             ` Stefan Monnier
2009-12-02 15:59                               ` Karl Fogel
2009-12-02 17:44                                 ` Eli Zaretskii
2009-12-02 18:16                                   ` Karl Fogel
2009-12-02 18:20                                     ` Eli Zaretskii
2009-12-03 12:22                                     ` Richard Stallman
2009-12-03 15:32                                       ` Eli Zaretskii
2009-12-03 17:44                                       ` Karl Fogel
2009-12-02 18:40                                 ` Óscar Fuentes
2009-12-02 21:21                                   ` Martin Albisetti
2009-12-04  0:31                                   ` Stephen J. Turnbull
2009-12-02 18:29                               ` Óscar Fuentes
2009-12-02  2:07                         ` Stephen J. Turnbull
2009-12-03  1:22                           ` Richard Stallman
2009-12-03  9:08                             ` David Kastrup
2009-12-04  0:21                             ` Stephen J. Turnbull
2009-12-02  7:33                       ` Richard Stallman
2009-12-01 21:44                     ` Óscar Fuentes [this message]
2009-12-01 22:06                       ` Karl Fogel
2009-12-01 21:53                     ` Stefan Monnier
2009-12-02  7:32             ` Richard Stallman
2009-11-30  6:44 ` Glenn Morris

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87bpii74jt.fsf@telefonica.net \
    --to=ofv@wanadoo.es \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=kfogel@red-bean.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).