On Thu, Jul 2, 2009 at 09:33, Thomas Fromm<[email protected]> wrote: > if I want to remove a node with all its versions, then I have to remove all > versions of this node with VersionHistory.removeVersion(..) and then remove > the node itself by calling Node.remove()? > > Or exist there an easier way?
no, there is no other way. you have to do it manually as you described it. regards marcel
