Anyone have a plugin for sharing revisions between Bzr and DropBox?
Mark Grandi
markgrandi at gmail.com
Wed Feb 20 21:37:30 UTC 2013
On Wed, Feb 20, 2013 at 2:24 PM, Doug Lee <dgl at dlee.org> wrote:
> This may seem like an odd request, but I wonder if anyone has written
> a Bazaar plugin that interfaces with the DropBox API to allow Bazaar
> direct access to DropBox folder revisions. I don't know if
> bidirectional linkage is practical, but I think it would be possible
> to make Bazaar capable of following DropBox revisions, even
> incrementally.
>
> Thanks much for any info.
>
>
> --
> Doug Lee dgl at dlee.org http://www.dlee.org
> SSB BART Group doug.lee at ssbbartgroup.com
> http://www.ssbbartgroup.com
> "Characters live to be noticed. People with character notice how
> they live." -- Nancy Moser
>
>
Looking at the dropbox API, it seems the one you want is "deltas"
https://www.dropbox.com/developers/core/api#delta
It seems that it doesn't actually give you the delta itself, but it gives
you any delta entries since you last called it, so you can use bzr to
figure out the differences between the old file and the new file
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20130220/7c84c83c/attachment.html>
More information about the bazaar
mailing list