You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2012/10/10 20:18:25 UTC

svn commit: r1396718 - /subversion/branches/http-dynamic-prop-namespaces/BRANCH-README

Author: cmpilato
Date: Wed Oct 10 18:18:25 2012
New Revision: 1396718

URL: http://svn.apache.org/viewvc?rev=1396718&view=rev
Log:
On the 'http-dynamic-prop-namespaces': Update BRANCH-README with a
note about how this could all be much, much simpler.

Modified:
    subversion/branches/http-dynamic-prop-namespaces/BRANCH-README

Modified: subversion/branches/http-dynamic-prop-namespaces/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/http-dynamic-prop-namespaces/BRANCH-README?rev=1396718&r1=1396717&r2=1396718&view=diff
==============================================================================
--- subversion/branches/http-dynamic-prop-namespaces/BRANCH-README (original)
+++ subversion/branches/http-dynamic-prop-namespaces/BRANCH-README Wed Oct 10 18:18:25 2012
@@ -102,6 +102,18 @@ extensible base URI, Subversion prepends
 that remains when you skip past that base URI in the namespace URI.
 
 
+ALTERNATIVE SOLUTION
+====================
+
+While costing us a bit more in terms of network transmission, it would
+be significantly simpler to skip the whole namespace prefix concept
+altogether and just add 'xmlns' attributes as necessary (again
+employing the extensible XML namespace URI) for property name tags
+which aren't in the "S"- and "C"-prefixed namespaces.  This would
+eliminate the need to pre-scan property sets in order to build a
+dictionary of all the required namespaces and prefixes.
+
+
 OUTLOOK
 =======