emacs-devel
[Top][All Lists]
Advanced

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

Re: BZR error!


From: Juanma Barranquero
Subject: Re: BZR error!
Date: Mon, 4 Jan 2010 16:27:59 +0100

On Mon, Jan 4, 2010 at 16:05, Angelo Graziosi <address@hidden> wrote:

> With
> CVS this was simple:
>
> cvs -z3 -d:pserver:address@hidden:/sources/emacs co -P emacs
>
> and
>
> cd emacs
> cvs up -dP
>
> Now it is much complicated!

  bzr branch http://bzr.savannah.gnu.org/r/emacs

and

  cd emacs
  bzr pull

does not seem "much more complicated". That it works right now or not
is unrelated, and just transitory (apparently it works now if you use
http://bzr.savannah.gnu.org/r/emacs/emacs-23).

> $ bzr branch --stacked http://bzr.savannah.gnu.org/r/emacs/trunk emacs-trunk

Why do you use --stacked?

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

Why do you use --lightweight?

> YOU need to say people how to get in simple way Emacs dev. source, not how
> to complicate their life. I need source only to build etc. not to became e
> developer!
>
> At least your wiki page should be rewritten!

My, you have a nice way to ask for help.

> PS - What have we gained migrating from CVS to BAZAAR? Why not SVN, which is
> simpler than BAZAAR?

Define "we". Developers have gained the possibility of having all the
tools of a VCS for their local developments. Search google for the
differences between centralized and distributed VCS.

    Juanma




reply via email to

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