Branko Čibej wrote on Fri, Apr 06, 2012 at 08:06:32 +0200: > This makes me wonder if we couldn't perhaps keep the whole thing as an > in-memory-not-disk-backed SQLite database, then encrypt and dump the > whole SQLite memory snapshot to disk. The real trouble with that > approach is that debugging the database using the SQLite command-line > tools would be impossible, everything would have to happen through the > SVN API.
Presumably we'd write a tools/dev/ helper that decrypts the memory snapshot and dumps it to an on-disk SQLite db?