Hey, I have two jackrabbit instances: J1 and J2.
How can I copy a node from J1 to J2 ? I am connecting to J1 and J2 using DavEx as explained in: http://wiki.apache.org/jackrabbit/RemoteAccess For example, I want to copy (possibly recursively) J1:/foo/bar to J2:/a/b/c While copying, I also would like to add (or modify) some properties to J2:/a/b/c J1:/foo/bar can be a huge tree with large number of fairly large binary files.
