BDB: implementing 'upgrade' for fs-successor-ids
From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 20 Sep 2011 16:38:33 +0300
To implement 'svnadmin upgrade' for fs-successor-ids, it seems we want
def construct_successors_in_existing_fs(fs):
For range in 0..999, 1000..1999, ..., N*1000..youngest:
in a txn, handle_range( (old youngest)+1..[txn's value of "youngest"] )
Now, handle_range() needs to work with two tables at once --- reading
So, I'm asking what's the proper layout for this code: do I make
Thanks!
Daniel
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.