Return-Path: X-Original-To: apmail-jackrabbit-dev-archive@www.apache.org Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A3CF197ED for ; Mon, 6 Feb 2012 10:24:30 +0000 (UTC) Received: (qmail 67107 invoked by uid 500); 6 Feb 2012 10:24:27 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 66725 invoked by uid 500); 6 Feb 2012 10:24:04 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 66691 invoked by uid 99); 6 Feb 2012 10:23:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2012 10:23:57 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of fmeschbe@adobe.com designates 64.18.1.189 as permitted sender) Received: from [64.18.1.189] (HELO exprod6og105.obsmtp.com) (64.18.1.189) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 06 Feb 2012 10:23:48 +0000 Received: from outbound-smtp-2.corp.adobe.com ([193.104.215.16]) by exprod6ob105.postini.com ([64.18.5.12]) with SMTP ID DSNKTy+qH/jYGw6xTn2ZbdSTotV6j8IgBpyD@postini.com; Mon, 06 Feb 2012 02:23:28 PST Received: from inner-relay-4.eur.adobe.com (inner-relay-4b [10.128.4.237]) by outbound-smtp-2.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q16ANQpZ016400 for ; Mon, 6 Feb 2012 02:23:26 -0800 (PST) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q16ANMPn011117 for ; Mon, 6 Feb 2012 02:23:26 -0800 (PST) Received: from eurcas01.eur.adobe.com (10.128.4.27) by nacas01.corp.adobe.com (10.8.189.99) with Microsoft SMTP Server (TLS) id 8.3.192.1; Mon, 6 Feb 2012 02:23:24 -0800 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurcas01.eur.adobe.com ([10.128.4.27]) with mapi; Mon, 6 Feb 2012 10:23:24 +0000 From: Felix Meschberger To: "dev@jackrabbit.apache.org" Date: Mon, 6 Feb 2012 10:23:23 +0000 Subject: Re: [jr3 microkernel] Change log consolidation Thread-Topic: [jr3 microkernel] Change log consolidation Thread-Index: AczkuVrl5v/N8+m0TJeoVhk93nRPpA== Message-ID: <1BC9F556-05AE-40EA-AF9A-902C5417E5F8@adobe.com> References: <4F2C2B0E.7050508@apache.org> In-Reply-To: <4F2C2B0E.7050508@apache.org> Accept-Language: de-DE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: de-DE, en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Hi, Am 03.02.2012 um 19:44 schrieb Michael D=FCrig: > Invalid moves are exactly those which would result in a node being moved= =20 > to an ancestor/descendant of itself. I understand why a move to a descendant of self is invalid. But why is a move to an ancestor of self invalid ? Eg. "mv /a/b/c /a" resulting in /a/b and /a/c=20 Did miss(-understand) something ? Regards Felix=