[MERGE/RFC] Userdoc Driven Design on the Bazaar 2.0 UI

Neil Martinsen-Burrell nmb at wartburg.edu
Fri Apr 17 16:54:40 BST 2009


On 2009-04-17 12:13 AM, Stephen J. Turnbull wrote:
> Neil Martinsen-Burrell writes:
>
>   >  Yes, one can ``echo "git push">  .git/hooks/post-commit`` but that
>   >  is much more fussy than ``bzr bind`` and again has the wrong
>   >  ordering for integrity.
>
> I don't understand what you mean by that.  Should I infer that "data
> integrity" requires that the VCS should push the changes, then fetch
> the history back?

In Bazaar's bound branch or checkout model, the commit is made to the 
remote branch before the commit in the local branch.  I don't think that 
either ordering is at elevated risk of data loss (since the commit must 
succeed one place first) but that committing remote then local preserves 
the idea that the local branch is a mirror of the remote branch.  That 
was what I was trying to get at.

-Neil



More information about the bazaar mailing list