Software Update with Bazaar

Kevin Watters kevinwatters at gmail.com
Fri Mar 2 06:08:23 GMT 2007


I need guidance on an idea.

I'm in a small startup, and we're working on a cross-platform multi-protocol
IM client (written in Python) with a native feel that does all the small
things right.

We're close to beta and I'm (finally) investigating a way to push updates out
to users.

I'd really like to be able to push out binary diffs. But if that's not
possible, then at least versioned individual files that stay synced with a
central update server. The ability to push frequent updates out to clients
would mean they stay fresh like web apps.

Would it be practical to use Bazaar to pull new Python bytecode from a
repository on our server?

What performance considerations would a repository of mostly binary files
introduce?

Is Bazaar too "heavyweight" for something like this?

- Kevin




More information about the bazaar mailing list