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/11 23:54:53 UTC

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

Author: hwright
Date: Fri Jun 11 21:54:53 2010
New Revision: 953888

URL: http://svn.apache.org/viewvc?rev=953888&view=rev
Log:
* notes/repos-dictated-config:
  Flesh out some notes about the client-side storage.

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=953888&r1=953887&r2=953888&view=diff
==============================================================================
--- subversion/trunk/notes/repos-dictated-config (original)
+++ subversion/trunk/notes/repos-dictated-config Fri Jun 11 21:54:53 2010
@@ -43,4 +43,12 @@ Server-side storage
 
 Client-side storage
 ===================
-[TODO]
+The client current maintains a global configuration file in
+~/.subversion/config  This feature will introduce the ~/.subversion/repos/
+directory, which will hold additional subdirectories keyed on the UUID of the
+repository.  It is in this subdirectory that the cached version of the
+repository configuration will be stored.
+
+
+Configuration Hierarchy
+=======================