Hi, On 3/24/07, hanasaki <[EMAIL PROTECTED]> wrote:
I have several clients data in a single repository. Due to growth, the data of some of the customers needs to be moved to a new jcr repository on a different server. how can this be done?
Depending on the amount of data you're talking about, using a system view XML export is probably the most portable mechanism of moving content from one repository to another. If the amount of content is too much for the XML export/import, you could also consider a custom migration tool that copies the content from one repository to another over JCR-RMI. BR, Jukka Zitting
