I originally set up my Magma repository to use the MagmaPreAllocatedDictionary and now I want to switch to the MagmaDictionary (I'm on Magma 1.3). I want to do this primarily so I can iterate easily over the keys. Is there a tried and true way to migrate your objects from one root to another? Should I set up another repository with a MagmaDictionary as root and iterate over known keys from the old repository and insert and commit them against the new repository?

Thanks in advance,
Brian Tabone