<br><br><div class="gmail_quote">On Wed, Feb 20, 2013 at 2:24 PM, Doug Lee <span dir="ltr"><<a href="mailto:dgl@dlee.org" target="_blank">dgl@dlee.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
This may seem like an odd request, but I wonder if anyone has written<br>
a Bazaar plugin that interfaces with the DropBox API to allow Bazaar<br>
direct access to DropBox folder revisions. I don't know if<br>
bidirectional linkage is practical, but I think it would be possible<br>
to make Bazaar capable of following DropBox revisions, even<br>
incrementally.<br>
<br>
Thanks much for any info.<br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
--<br>
Doug Lee                 <a href="mailto:dgl@dlee.org">dgl@dlee.org</a>                <a href="http://www.dlee.org" target="_blank">http://www.dlee.org</a><br>
SSB BART Group           <a href="mailto:doug.lee@ssbbartgroup.com">doug.lee@ssbbartgroup.com</a>   <a href="http://www.ssbbartgroup.com" target="_blank">http://www.ssbbartgroup.com</a><br>
"Characters live to be noticed. People with character notice how<br>
they live." -- Nancy Moser<br>
<br>
</font></span></blockquote></div><div><br></div><div>Looking at the dropbox API, it seems the one you want is "deltas"<br></div><div><a href="https://www.dropbox.com/developers/core/api#delta">https://www.dropbox.com/developers/core/api#delta</a></div>
<div><br></div><div>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</div>
<div><br></div><div><br></div>