emacs-devel
[Top][All Lists]
Advanced

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

Re: bzr repository ready?


From: Óscar Fuentes
Subject: Re: bzr repository ready?
Date: Sun, 22 Nov 2009 15:45:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux)

Miles Bader <address@hidden> writes:

> Óscar Fuentes <address@hidden> writes:
>> If you have local access to the project history (the case of
>> Bazaar, git, mercurial... but not Subversion, for instance) the process
>> can be very fast.
>
> Is this always true for bzr?  It sounds like it has about 500 different
> modes where what exactly is kept around differs...

Bazaar keeps a local copy of the history unless you explicitly ask
otherwise:

bzr checkout URL
bzr branch URL

with both you have local access to the VC history.

bzr checkout --lightweight URL
bzr branch --stacked URL

need to access URL for querying VC data.

-- 
Óscar





reply via email to

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