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