Author: cmpilato
Date: Thu Oct 18 19:16:23 2012
New Revision: 1399800
URL: http://svn.apache.org/viewvc?rev=1399800&view=rev
Log:
* subversion/mod_dav_svn/deadprops.c
(save_value): Add SVN_DAV_PROP_NS_EXTENSIBLE to the list of
supported namespaces in an error message.
Modified:
subversion/trunk/subversion/mod_dav_svn/deadprops.c
Modified: subversion/trunk/subversion/mod_dav_svn/deadprops.c
URL:
http://svn.apache.org/viewvc/subversion/trunk/subversion/mod_dav_svn/deadprops.c?rev=1399800&r1=1399799&r2=1399800&view=diff
==============================================================================
--- subversion/trunk/subversion/mod_dav_svn/deadprops.c (original)
+++ subversion/trunk/subversion/mod_dav_svn/deadprops.c Thu Oct 18 19:16:23 2012
@@ -266,8 +266,9 @@ save_value(dav_db *db, const dav_prop_na
else
return dav_svn__new_error(db->p, HTTP_CONFLICT, 0,
"Properties may only be defined in the "
- SVN_DAV_PROP_NS_SVN " and "
- SVN_DAV_PROP_NS_CUSTOM " namespaces.");
+ SVN_DAV_PROP_NS_SVN ", "
+ SVN_DAV_PROP_NS_CUSTOM ", and "
+ SVN_DAV_PROP_NS_EXTENSIBLE " namespaces.");
}
/* We've got three different types of properties (node, txn, and