Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 04A3BDEDC for ; Wed, 27 Jun 2012 14:00:53 +0000 (UTC) Received: (qmail 83046 invoked by uid 500); 27 Jun 2012 14:00:52 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 83015 invoked by uid 500); 27 Jun 2012 14:00:52 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 83002 invoked by uid 99); 27 Jun 2012 14:00:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 14:00:52 +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 mueller@adobe.com designates 64.18.1.185 as permitted sender) Received: from [64.18.1.185] (HELO exprod6og103.obsmtp.com) (64.18.1.185) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jun 2012 14:00:44 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob103.postini.com ([64.18.5.12]) with SMTP ID DSNKT+sR97YnCz8Towsy1amyNhtVp5ybLAX3@postini.com; Wed, 27 Jun 2012 07:00:24 PDT Received: from inner-relay-4.eur.adobe.com (inner-relay-4.adobe.com [193.104.215.14]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id q5RDw3J0011402 for ; Wed, 27 Jun 2012 06:58:03 -0700 (PDT) Received: from nacas03.corp.adobe.com (nacas03.corp.adobe.com [10.8.189.121]) by inner-relay-4.eur.adobe.com (8.12.10/8.12.9) with ESMTP id q5RE04Yu024501 for ; Wed, 27 Jun 2012 07:00:15 -0700 (PDT) Received: from eurhub01.eur.adobe.com (10.128.4.30) by nacas03.corp.adobe.com (10.8.189.121) with Microsoft SMTP Server (TLS) id 8.3.192.1; Wed, 27 Jun 2012 07:00:13 -0700 Received: from eurmbx01.eur.adobe.com ([10.128.4.32]) by eurhub01.eur.adobe.com ([10.128.4.30]) with mapi; Wed, 27 Jun 2012 14:58:58 +0100 From: Thomas Mueller To: "oak-dev@jackrabbit.apache.org" Date: Wed, 27 Jun 2012 14:58:51 +0100 Subject: Re: Native HTTP bindings for Oak Thread-Topic: Native HTTP bindings for Oak Thread-Index: Ac1UbP8wJXUn0XoEQIKpaJlX5xMTkg== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.2.2.120421 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Hi Betrand, >FWIW, as a Sling user I agree that the "freeze my view of the >repository for a while, whatever others are doing" feature looks like >a useful one to expose over an Oak HTTP remoting layer. Do you mean having a consistent snapshot of the data at a given point in time? Yes, we want to support that using "revisions". Each read request (getNodes) would contain a revision, and the result (when using the same revision) would not change no matter what other clients modified. But this feature is unrelated to the branch/merge / workspace feature that Jukka proposed here (at least as far as I understand). Regards, Thomas