[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs Bazaar repository
From: |
Dan Nicolaescu |
Subject: |
Re: Emacs Bazaar repository |
Date: |
Fri, 14 Mar 2008 11:04:47 -0700 |
Eli Zaretskii <address@hidden> writes:
> > From: Matthieu Moy <address@hidden>
> > Date: Fri, 14 Mar 2008 10:58:13 +0100
> > Cc: Andreas Schwab <address@hidden>, address@hidden,
> > address@hidden
> >
> > > Andreas Schwab <address@hidden> writes:
> > >
> > >> My first impression is that bzr is slow, so slow that it is completely
> > >> unusable. How can it come that a simple bzr log takes more than a
> > >> minute to even start? Even cvs log is instantaneous in comparison,
> > >> although it has to request the log from the server.
> > [...]
> > As opposed to that, bzr has to get a global view of history at least
> > to get the revision numbers (there was some plans caching this
> > information, I don't know what's the status).
> >
> > That said, the time for bzr log to start should clearly not be _that_
> > long.
>
> Incidentally, why are we concentrating on "bzr log"? is that a
> frequent operation?
For me it is. Every time I change some code that I am not 100% sure I
know, I do a vc-annotate and then from the *vc-annotate* buffer vc-log
and vc-diff on the "interesting" lines.
> Aren't "push" and "pull" much more important, as far as speed is
> concerned, for everyday work? Also the equivalent of "cvs diff", I
> think. Those are the ops I use much more frequently than "log" and
> "annotate".
diff is surely much more frequent than "log" and "annotate", but it also
takes more than a minute with bzr (much slower than CVS).
- Re: Emacs Bazaar repository, (continued)
- Re: Emacs Bazaar repository, Stefan Monnier, 2008/03/18
- Re: Emacs Bazaar repository, Chong Yidong, 2008/03/18
- Re: Emacs Bazaar repository, Thomas Lord, 2008/03/18
- Re: Emacs Bazaar repository, Mike Mattie, 2008/03/18
- Re: Emacs Bazaar repository, Thomas Lord, 2008/03/18
- Re: Emacs Bazaar repository, Nick Roberts, 2008/03/18
- Re: Emacs Bazaar repository, Johannes Weiner, 2008/03/18
- Re: Emacs Bazaar repository, David Kastrup, 2008/03/26
- Re: Emacs Bazaar repository, Johannes Weiner, 2008/03/27
- Re: Emacs Bazaar repository, Xavier Maillard, 2008/03/28
- Re: Emacs Bazaar repository,
Dan Nicolaescu <=
- Re: Emacs Bazaar repository, Stefan Monnier, 2008/03/14
- Re: Emacs Bazaar repository, Andreas Schwab, 2008/03/14
- Re: Emacs Bazaar repository, Mathias Dahl, 2008/03/14
- Re: Emacs Bazaar repository, Andreas Schwab, 2008/03/14
- Re: Emacs Bazaar repository, Karl Fogel, 2008/03/14
- Re: Emacs Bazaar repository, Stephen J. Turnbull, 2008/03/14
Re: Emacs Bazaar repository, Eli Zaretskii, 2008/03/13
Re: Emacs Bazaar repository, Forest Bond, 2008/03/14