emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

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