You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by hw...@apache.org on 2010/06/12 11:53:10 UTC

svn commit: r953977 - /subversion/trunk/notes/repos-dictated-config

Author: hwright
Date: Sat Jun 12 09:53:10 2010
New Revision: 953977

URL: http://svn.apache.org/viewvc?rev=953977&view=rev
Log:
* notes/repos-dictated-config:
  Add some notes about the server-client transmission mechanism

Modified:
    subversion/trunk/notes/repos-dictated-config

Modified: subversion/trunk/notes/repos-dictated-config
URL: http://svn.apache.org/viewvc/subversion/trunk/notes/repos-dictated-config?rev=953977&r1=953976&r2=953977&view=diff
==============================================================================
--- subversion/trunk/notes/repos-dictated-config (original)
+++ subversion/trunk/notes/repos-dictated-config Sat Jun 12 09:53:10 2010
@@ -33,7 +33,10 @@ with a configuration of their own, so ap
 
 Server-client transmission mechanism
 ====================================
-[TODO]
+As part of the OPTIONS request, the client will send to the server the 
+sha1 hash of the version of the server-dictated config that it current has
+cached.  If the server has a different version, it will send that to the
+client in the OPTIONS response.
 
 
 Server-side storage
@@ -52,3 +55,4 @@ repository configuration will be stored.
 
 Configuration Hierarchy
 =======================
+[TODO]