Hi, On Mon, Aug 4, 2008 at 10:14 AM, Connor, Brett (LNG-TWY) <[EMAIL PROTECTED]> wrote: > So how do you import the version history?
You don't. :-( Jackrabbit doesn't support (and JCR doesn't specify) importing version histories. You can backup or restore the entire set of version histories by backing up the underlying persistence storage used by your repository, but as of now it's not possible to selectively import individual version histories (other than by explicitly replaying the relevant versioning operations through the JCR API). BR, Jukka Zitting
