[PATCH] Branch and pull-- now with remote
William Dodé
wilk-ml at flibuste.net
Sun May 29 10:15:45 BST 2005
On 29-05-2005, Aaron Bentley wrote:
> This is a multi-part message in MIME format.
> --------------050609000508000506080008
> Content-Type: text/plain; charset=ISO-8859-1
> Content-Transfer-Encoding: 7bit
>
>
> 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
It works very fine for me :-)
Just a litle things :
``bzr branch doesntexist mybranch``
It says that doesntexist does not exist but still create a directory
'mybranch'. When we correct the source branch of course it complain that
mybranch already exists.
thx
--
William Dodé - http://flibuste.net
More information about the bazaar
mailing list