Martin Perez wrote:
Another option is copy the node to the destination workspace and remove all the children. You can remove the children before (copy it first to a temporary directory on the first workspace) or after copying the node.
please note, that copying a node and cloning a node is not the same! When you clone a node it will have the same uuid as the original node. When you copy a node it will get a new uuid and if it is versionable it will have a different version history than the original node.
regards marcel