Return-Path: X-Original-To: apmail-subversion-dev-archive@minotaur.apache.org Delivered-To: apmail-subversion-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 D567C9B9C for ; Wed, 1 Feb 2012 07:29:56 +0000 (UTC) Received: (qmail 16697 invoked by uid 500); 1 Feb 2012 07:29:55 -0000 Delivered-To: apmail-subversion-dev-archive@subversion.apache.org Received: (qmail 16044 invoked by uid 500); 1 Feb 2012 07:29:51 -0000 Mailing-List: contact dev-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@subversion.apache.org Received: (qmail 16011 invoked by uid 99); 1 Feb 2012 07:29:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 07:29:47 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [78.47.87.163] (HELO mx0.elegosoft.com) (78.47.87.163) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Feb 2012 07:29:39 +0000 Received: from localhost (localhost [127.0.0.1]) by mx0.elegosoft.com (Postfix) with ESMTP id 9AA07DE721; Wed, 1 Feb 2012 08:29:17 +0100 (CET) Received: from mx0.elegosoft.com ([127.0.0.1]) by localhost (mx0.elegosoft.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RlAbWFiZ3Bkz; Wed, 1 Feb 2012 08:29:17 +0100 (CET) Received: from daniel3.local (bzq-79-180-196-217.red.bezeqint.net [79.180.196.217]) by mx0.elegosoft.com (Postfix) with ESMTPSA id 3FD1ADE719; Wed, 1 Feb 2012 08:29:17 +0100 (CET) Date: Wed, 1 Feb 2012 09:28:46 +0200 From: Daniel Shahaf To: Greg Stein Cc: dev@subversion.apache.org Subject: Re: Ev2, RA, Commit Process (was: Editor v2 - suggestions and queries) Message-ID: <20120201072846.GA23760@daniel3.local> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Greg Stein wrote on Tue, Jan 31, 2012 at 23:08:17 -0500: > The "plan" is some new XML report-like document, posted to the "me" > resource We've defined HTTPv2 such that the body of POSTs is skels, not XML. (dav_svn__method_post()) Also, you didn't talk about ra_svn at all. Presumably it's trivial there (we can just extend the protocol to mirror the new APIs), but explicitness won't hurt. > Thoughts? > > Cheers, > -g