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 06:27:36 UTC

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

Author: danielsh
Date: Fri Mar 29 05:27:36 2013
New Revision: 1462405

URL: http://svn.apache.org/r1462405
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=1462405&r1=1462404&r2=1462405&view=diff
==============================================================================
--- subversion/branches/verify-at-commit/BRANCH-README (original)
+++ subversion/branches/verify-at-commit/BRANCH-README Fri Mar 29 05:27:36 2013
@@ -1,17 +1,7 @@
 This branch teaches the FS layer to optionally run 'verify' just before commit.
 
-It contains two implementations:
-
-1 - in libsvn_fs:svn_fs_commit_txn().
-    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().
+The implementation is 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
-has a specific implementation (like FSFS now has).
+A prior implementation in libsvn_fs:svn_fs_commit_txn() has been removed
+in favour of a 'svnadmin verify -t' feature (avilable in trunk).