Author: cmpilato
Date: Thu Oct 11 17:07:32 2012
New Revision: 1397169
URL: http://svn.apache.org/viewvc?rev=1397169&view=rev
Log:
On the 'http-dynamic-prop-namespaces' branch: announce client recognition
of the extensible property XML namespace.
* subversion/libsvn_ra_serf/util.c
(setup_serf_req): Add another "DAV:" request header with value
SVN_DAV_NS_DAV_SVN_PROP_EXT_NS.
Modified:
subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/util.c
Modified:
subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/util.c
URL:
http://svn.apache.org/viewvc/subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/util.c?rev=1397169&r1=1397168&r2=1397169&view=diff
==============================================================================
---
subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/util.c
(original)
+++
subversion/branches/http-dynamic-prop-namespaces/subversion/libsvn_ra_serf/util.c
Thu Oct 11 17:07:32 2012
@@ -702,6 +702,7 @@ setup_serf_req(serf_request_t *request,
serf_bucket_headers_setn(*hdrs_bkt, "DAV", SVN_DAV_NS_DAV_SVN_DEPTH);
serf_bucket_headers_setn(*hdrs_bkt, "DAV", SVN_DAV_NS_DAV_SVN_MERGEINFO);
serf_bucket_headers_setn(*hdrs_bkt, "DAV", SVN_DAV_NS_DAV_SVN_LOG_REVPROPS);
+ serf_bucket_headers_setn(*hdrs_bkt, "DAV", SVN_DAV_NS_DAV_SVN_PROP_EXT_NS);
return SVN_NO_ERROR;
}