On 09/13/2011 02:04 PM, Daniel Shahaf wrote:
> Does anyone have ideas for how to implement 'upgrade' for the BDB backend?

The BDB situation should be about the easiest scenario possible.  I mean,
it's a database, for crying out loud.  My not-completely-thought-out
approach would be:  run a cursor over the whole `nodes' table, reading
node-revision-ids (the keys of that table) and precessor-ids (parsed from
the values of that table), and store the reverse mapping in the `successors'
table.

-- 
C. Michael Pilato <cmpil...@collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to