Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 31148 invoked from network); 17 Nov 2005 08:40:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Nov 2005 08:40:58 -0000 Received: (qmail 3455 invoked by uid 500); 17 Nov 2005 08:40:56 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 3438 invoked by uid 99); 17 Nov 2005 08:40:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Nov 2005 00:40:56 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of marcel.reutegger@gmx.net designates 213.165.64.20 as permitted sender) Received: from [213.165.64.20] (HELO mail.gmx.net) (213.165.64.20) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 17 Nov 2005 00:42:30 -0800 Received: (qmail invoked by alias); 17 Nov 2005 08:40:32 -0000 Received: from bsl-rtr.day.com (EHLO [10.0.0.77]) [212.249.34.130] by mail.gmx.net (mp025) with SMTP; 17 Nov 2005 09:40:32 +0100 X-Authenticated: #894343 Message-ID: <437C4202.6030907@gmx.net> Date: Thu, 17 Nov 2005 09:40:34 +0100 From: Marcel Reutegger User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: How to clone single node only ? References: <437BAC76.6090804@cognifide.com> <8fa1023f0511162318k11af6ea5xc903f592e163a7ac@mail.gmail.com> In-Reply-To: <8fa1023f0511162318k11af6ea5xc903f592e163a7ac@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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