[RFC] Push via e-mail?

Alexander Belchenko bialix at ukr.net
Sun Feb 19 20:21:44 GMT 2006


Thanks for suggestions.

John A Meinel пишет:
> It depends how easy/hard you want this to be. A long time ago I created
> a plugin which did exactly this by generating a 'changeset'. Which
> looked a lot like a patch with all the extra meta-information that you
> would need so that it could re-create the information on the other side.

I need it quickly. So I'd prefer to simpliest way to implement this.

> It has bit-rotted a little, and I also wanted to revise it to work with
> the new RIO formats, and some other stuff. I have a work-in-progress
> branch here:
> 
> http://bzr.arbash-meinel.com/branches/bzr/w-changeset/

OK. I take a look.

If you are okay with using a tarball, etc. You can do it a lot easier
> that a text-format changeset.
> 
> The easiest thing, in my mind, would be to create a tarball with all
> weaves that were modified by the given revisions. And plain text
> inventories, and plain text revisions. And then you can just use
> Weave.join() on each weave, Weave.add() for each inventory, and
> revision_store.add() for each revision. It would be pretty simple.
> 
> But if you want to take my Changeset branch, and finish what I started,
> you could end up with a very nice system.

Thanks. I will try for write some code and if it will works I'll publish 
this as plugin and ask for review.


--
Alexander





More information about the bazaar mailing list