Author: cmpilato
Date: Tue Oct  9 21:15:04 2012
New Revision: 1396330

URL: http://svn.apache.org/viewvc?rev=1396330&view=rev
Log:
On the 'http-dynamic-prop-namespaces' branch:

* subversion/include/svn_dav.h
  (SVN_DAV_PROP_NS_EXTENSIBLE): New #define.

Modified:
    
subversion/branches/http-dynamic-prop-namespaces/subversion/include/svn_dav.h

Modified: 
subversion/branches/http-dynamic-prop-namespaces/subversion/include/svn_dav.h
URL: 
http://svn.apache.org/viewvc/subversion/branches/http-dynamic-prop-namespaces/subversion/include/svn_dav.h?rev=1396330&r1=1396329&r2=1396330&view=diff
==============================================================================
--- 
subversion/branches/http-dynamic-prop-namespaces/subversion/include/svn_dav.h 
(original)
+++ 
subversion/branches/http-dynamic-prop-namespaces/subversion/include/svn_dav.h 
Tue Oct  9 21:15:04 2012
@@ -260,6 +260,11 @@ extern "C" {
  */
 #define SVN_DAV_PROP_NS_DAV "http://subversion.tigris.org/xmlns/dav/";
 
+/** An extensible base URI from which other custom namespace URIs
+ * extend on an as-needed basis.
+ */
+#define SVN_DAV_PROP_NS_EXTENSIBLE "http://subversion.apache.org/xmlns/ext/";
+
 
 /**
  * @name Custom (extension) values for the DAV header.


Reply via email to