Hi Robert, On Mon, Mar 28, 2016 at 7:59 PM, Robert Munteanu <[email protected]> wrote: > - create a repository (R1) , populate /foo and /bar with some content > - extract data for /foo and /bar from R1 > - pre-populate a DS 'storage area' ( MongoDB collection or RDB table ) > with the data extracted above > - configure a new repository (R2) to mount /foo and /bar with the data > from above
Instead of relying on DocumentStore API for "cloning" certain path it might be easier to use Repository Sidegrade [1] sort of logic which works at NodeState level. In that case you would not need to rely on Document details Chetan Mehrotra [1] https://jackrabbit.apache.org/oak/docs/migration.html
