You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2013/03/29 00:51:45 UTC

svn commit: r1462358 - /subversion/branches/verify-at-commit/BRANCH-README

Author: danielsh
Date: Thu Mar 28 23:51:44 2013
New Revision: 1462358

URL: http://svn.apache.org/r1462358
Log:
On the verify-at-commit branch, update BRANCH-README.

Modified:
    subversion/branches/verify-at-commit/BRANCH-README

Modified: subversion/branches/verify-at-commit/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/verify-at-commit/BRANCH-README?rev=1462358&r1=1462357&r2=1462358&view=diff
==============================================================================
--- subversion/branches/verify-at-commit/BRANCH-README (original)
+++ subversion/branches/verify-at-commit/BRANCH-README Thu Mar 28 23:51:44 2013
@@ -3,12 +3,14 @@ This branch teaches the FS layer to opti
 It contains two implementations:
 
 1 - in libsvn_fs:svn_fs_commit_txn().
-    TODO: move this one to hook scripts, by exposing a 'svnlook verify -t' UI.
     TODO: alternatively, consider moving fs.conf knobs to be caller-provided,
           so a file open() happens per-worker rather than per-connection
           (in httpd).
+    This one will be retired.  'svnadmin verify -t' has been implemented and
+    can be called from pre-commit to implement this approach.
 
 2 - in libsvn_fs_fs:commit_body().
+    TODO: make this not-always-on
 
 TODO: pick which implementation to merge to trunk.  If both remain, the
 backend-agnostic one should be made to be a no-op when a the FSAP backend