[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Basic Bazaar guide for Emacs hackers.
From: |
Stefan Monnier |
Subject: |
Re: Basic Bazaar guide for Emacs hackers. |
Date: |
Tue, 01 Dec 2009 20:28:22 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) |
>> The history is also needed if you want to do any sort of bzr command,
>> like bzr log or bzr annotate.
> As you well know, these go upstream in CVS as well. So this is not
> really a loss for people who want a familiar CVS-like setup.
The performance will usually be significantly worse than with CVS.
E.g. if you do a "bzr log", it's likely that a lightweight checkout
accessing a remote repository over sftp will end up transfering the
entire history (e.g. 200MB for Emacs) over the network.
If you can access the repository over bzr+ssh, it might be a lot better
(a lot closer to cvs), but it's still likely to be slower than cvs, if
for nothing else that it's a discouraged usage.
Stefan
- Re: Basic Bazaar guide for Emacs hackers., Óscar Fuentes, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers., Karl Fogel, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers., Jason Rumney, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers., Karl Fogel, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers., Eli Zaretskii, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers., Jason Earl, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers., Eli Zaretskii, 2009/12/01
- Re: Basic Bazaar guide for Emacs hackers.,
Stefan Monnier <=
- Re: Basic Bazaar guide for Emacs hackers., Eli Zaretskii, 2009/12/02
- Re: Basic Bazaar guide for Emacs hackers., Stefan Monnier, 2009/12/02
- Re: Basic Bazaar guide for Emacs hackers., Karl Fogel, 2009/12/02
- Re: Basic Bazaar guide for Emacs hackers., Eli Zaretskii, 2009/12/02
- Re: Basic Bazaar guide for Emacs hackers., Karl Fogel, 2009/12/02
- Re: Basic Bazaar guide for Emacs hackers., Eli Zaretskii, 2009/12/02
- Re: Basic Bazaar guide for Emacs hackers., Richard Stallman, 2009/12/03
- Re: Basic Bazaar guide for Emacs hackers., Eli Zaretskii, 2009/12/03
- Re: Basic Bazaar guide for Emacs hackers., Karl Fogel, 2009/12/03
- Re: Basic Bazaar guide for Emacs hackers., Óscar Fuentes, 2009/12/02