You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2012/03/08 21:04:16 UTC

svn commit: r1298549 - /subversion/branches/revprop-cache/BRANCH-README

Author: stefan2
Date: Thu Mar  8 20:04:16 2012
New Revision: 1298549

URL: http://svn.apache.org/viewvc?rev=1298549&view=rev
Log:
On revprop-cache branch: Describe goal and status.

* BRANCH-README: new

Added:
    subversion/branches/revprop-cache/BRANCH-README

Added: subversion/branches/revprop-cache/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/revprop-cache/BRANCH-README?rev=1298549&view=auto
==============================================================================
--- subversion/branches/revprop-cache/BRANCH-README (added)
+++ subversion/branches/revprop-cache/BRANCH-README Thu Mar  8 20:04:16 2012
@@ -0,0 +1,26 @@
+Purpose
+-------
+
+The goal of this branch is to (re-)implement revprop caching
+for FSFS.  This will require some additional infrastructure
+to communicate changes to all server processes:
+
+	http://svn.haxx.se/dev/archive-2012-03/0161.shtml
+
+There has been an attempt to implement this feature directly
+on /trunk but further investigation identified various issues
+with it, see this thread:
+
+	http://svn.haxx.se/dev/archive-2012-03/0081.shtml
+
+
+ToDo List
+---------
+
+* re-apply original patches (done)
+* implement svn_named_atomic API (in progress)
+* provide tests for the new API
+* switch revprop generation storage from file to new API
+* introduce new option to enable revprop caching selectively
+  (instead of piggybacking it onto the fulltext caching option)
+