Workflow question
Alexander Belchenko
bialix at ukr.net
Fri Feb 29 12:09:19 GMT 2008
Nicholas Allen пишет:
>
>> If you really need to backup local work to the server you could keep
>> on local machine mirror repo and work with this repo only locally,
>> without bind to the server. And time to time do `bzr push-repo`.
>> Just a thoughts.
> The problem with this is I would really like it to happen automatically
> when I commit.
Run `bzr repo-push` in post_commit hook though?
> If I forget then when I am somewhere else and want to
> work on my project it will not all be on the server. I would like that I
> just have to tell Bazaar when I am online/offline and when online I will
> automatically get every commit pushed to the server and preserving
> stable revision ids. So bound branches seemed like the right thing but I
> cannot have a chain of bound branches (Eclipse branch -> local branch ->
> remote branch). I figured just unbinding the local to remote branch
> would also be a convenient way to say "I am offline now".
>
> So I guess the question is: Why can't Bazaar support a chain of bound
> branches?
>
> Cheers,
>
> Nick
>
>
>
>
>
More information about the bazaar
mailing list