Author: cmpilato
Date: Tue Oct 16 19:43:54 2012
New Revision: 1398953
URL: http://svn.apache.org/viewvc?rev=1398953&view=rev
Log:
On the 'http-dynamic-prop-namespaces' branch:
* subversion/mod_dav_svn/repos.c
(get_resource): Fix a comment think-o.
Modified:
subversion/branches/http-dynamic-prop-namespaces/subversion/mod_dav_svn/repos.c
Modified:
subversion/branches/http-dynamic-prop-namespaces/subversion/mod_dav_svn/repos.c
URL:
http://svn.apache.org/viewvc/subversion/branches/http-dynamic-prop-namespaces/subversion/mod_dav_svn/repos.c?rev=1398953&r1=1398952&r2=1398953&view=diff
==============================================================================
---
subversion/branches/http-dynamic-prop-namespaces/subversion/mod_dav_svn/repos.c
(original)
+++
subversion/branches/http-dynamic-prop-namespaces/subversion/mod_dav_svn/repos.c
Tue Oct 16 19:43:54 2012
@@ -2144,10 +2144,9 @@ get_resource(request_rec *r,
APR_HASH_KEY_STRING, capability_yes);
}
- /* We don't need to report the very DAV-specific
- extensible property XML namespace capability to
- clients, so we'll just stash it in our repos
- structure. */
+ /* We don't need to report the DAV-specific extensible
+ property XML namespace capability to hook scripts, so
+ we'll just stash it in our repos structure. */
if (svn_cstring_match_list(SVN_DAV_NS_DAV_SVN_PROP_EXT_NS, vals))
{
repos->use_ext_prop_ns = TRUE;