Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 38746 invoked from network); 4 Apr 2008 09:43:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Apr 2008 09:43:27 -0000 Received: (qmail 99515 invoked by uid 500); 4 Apr 2008 09:43:21 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 99502 invoked by uid 500); 4 Apr 2008 09:43:21 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 99490 invoked by uid 99); 4 Apr 2008 09:43:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 02:43:21 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jukka.zitting@gmail.com designates 209.85.200.174 as permitted sender) Received: from [209.85.200.174] (HELO wf-out-1314.google.com) (209.85.200.174) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 04 Apr 2008 09:42:39 +0000 Received: by wf-out-1314.google.com with SMTP id 23so4098111wfg.13 for ; Fri, 04 Apr 2008 02:42:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=GmcMMMOoy5an4r8wkvS2zDaUHAHTg6v5BrcL0XuSV1w=; b=b3gk6PfENDhZ6E/l3JBfDm/BFwDUwGYnTdE0CgDGN1PYr9EJSJ4pybWDD5QhSdGXnxgIXnmqqTf8G01ZCKxkrrAXjf9t1Rcw0Zyn/roXuHRtXi89Un3TwA6LGtFRaxypW1gwEe5rRaZ7mfq1BWsSWH0hjIvWxHHAM0IWyM+Tots= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VbkaCOjNllRO2kV64f6KTsEmsQecnMZ/ofbkkqKWfTNSF5vdHKFvWin/9D3N19np8owIVlr82x83RHIpp7PXKG0U5QyU/kxjCJTe7ExUH8FSA3m0jaH1ZkyzHvOgbBNfAA870EAyQ96BTXuYOw1HaeYKP4jMBWrCRZ0xPD3ZQ3Q= Received: by 10.142.58.5 with SMTP id g5mr650170wfa.178.1207302171768; Fri, 04 Apr 2008 02:42:51 -0700 (PDT) Received: by 10.142.126.3 with HTTP; Fri, 4 Apr 2008 02:42:51 -0700 (PDT) Message-ID: <510143ac0804040242t6930cb29rc2f19e7a008234d@mail.gmail.com> Date: Fri, 4 Apr 2008 12:42:51 +0300 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Import of whole workspace In-Reply-To: <16490211.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16490211.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, On Fri, Apr 4, 2008 at 12:37 PM, Roman Puchkovskiy wrote: > I'm trying to do the following: export whole workspace, then import it to > another repository to blank workspace. > [...] > Could someone help? Am I wrong trying to import at root? Or it's possible > but I missed something? The problem is that your export from root contains the protected /jcr:system subtree, which cannot be imported. Do you have just a limited number of nodes below the root node? Can you export and import such subtrees separately. My typical rule of thumb is to always have a /my:content root node for your content tree, so it's easy to manage and query without worrying about the /jcr:system subtree. BR, Jukka Zitting