split

Matthieu Moy Matthieu.Moy at imag.fr
Tue Apr 8 14:51:00 BST 2008


Aaron Bentley <aaron at aaronbentley.com> writes:

> Daniel Oberhoff wrote:
>> Hmm, so there is no way to modify history?
>
> Not in a decentralized VCS.  decentralized systems like this must be
> write-once at the logical level, or else you have an inconsistent system.

To be more precise: you can write a new, different history, but not
change the existing one (which is probably duplicated anywhere you
don't have control). I don't think bzr has a native way to rewrite
history to a subdirectory, but you can try to script that (trivial
with a linear history - checkout a revision, copy a subdir to a fresh
repository, commit there, and loop - but not so easy if you need to
manage merges).

-- 
Matthieu



More information about the bazaar mailing list