[PATCH] Branch and pull-- now with remote
John A Meinel
john at arbash-meinel.com
Wed Jun 1 22:45:36 BST 2005
Aaron Bentley wrote:
> As it turns out, there's not much more to be done to support remote
> branches.
>
> This updated patch adds the ability to branch and pull from remote
> branches. So now, this does work:
> $ bzr branch http://www.bazaar-ng.org/bzr/bzr.dev
>
> It's just that it works pretty slowly, because it's not pipelined.
>
> More interesting is bzr pull. This will allow you to pull the latest
> changes in, without clobbering local changes.
>
> Me, I do some development at home, some at work. I keep a third branch
> alive on a central server that I push/pull from. So now, I can do
>
> # home:
> $ bzr commit
> $ bzr-push
>
> # work:
> $ bzr pull
> $ bzr commit
> $ bzr-push
>
> # home:
> $ bzr pull
> $ bzr commit
> $ bzr-push
>
> etc....
>
> Aaron
In general this works pretty well. I'm pretty sure you've seen my
discussions about performance, and certainly that could be improved.
One issue that I found is that "bzr branch" doesn't preserve the
permissions of the files. So using bzr branch makes bzr lose it's
execute permission.
I believe this is mostly because bzr doesn't actually track file
permissions yet, is that true?
This happens both with local branching, and with remote branching.
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 253 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20050601/4d4296a4/attachment.pgp
More information about the bazaar
mailing list