You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by thachun <th...@fsoft.com.vn> on 2006/07/07 08:55:44 UTC

How to move version history!

Hi,helper!
     Now, I have a problem with JackRabbit API. I don't know how to move
version history from a repository (A) to another (B) and remove this
versision history. I gived a solution but it is not performance:
- Get node from A
- Add node into B
- Get List of versions of node from A
- Add this list into B
- Delete this list
- Delete this node
     I tried it but have many errors that relate threads.
    Please help me as soon as possible!

Thank you very much!


-- 
View this message in context: http://www.nabble.com/How-to-move-version-history%21-tf1904647.html#a5212425
Sent from the Jackrabbit - Users forum at Nabble.com.