[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r991239 - in /subversion/trunk: ./ subversion/include/ subversion/libsvn_ra_serf/ subversion/mod_dav_svn/ subversion/mod_dav_svn/posts/

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 14 Sep 2010 15:07:00 +0100

cmpilato_at_apache.org writes:

> Author: cmpilato
> Date: Tue Aug 31 16:47:22 2010
> New Revision: 991239
>
> URL: http://svn.apache.org/viewvc?rev=991239&view=rev
> Log:
> Add code to parse skel-type request bodies in mod_dav_svn (honoring
> the LimitRequestBody Apache configuration directive), and start using
> it to create commit transactions.
>
> NOTE: Clients using ra_serf to perform commits against older 1.7-to-be
> HTTP servers will fail. I'd prefer to close the gap of "any old
> POST request we can't figure out should create a commit
> transaction" now before we release 1.7. ra_neon doesn't have
> this problem because it never used the new POST approach.
>
> * subversion/include/svn_dav.h
> (SVN_SKEL_MIME_TYPE): New.
>
> * subversion/mod_dav_svn/dav_svn.h
> (dav_svn__parse_request_skel, dav_svn__post_create_txn): New prototypes.
> (dav_svn__posts_list): New static list.

What is the purpose of dav_svn__posts_list? It doesn't seem to be
used and it leads to compiler warnings.

-- 
Philip
Received on 2010-09-14 16:07:46 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.