Author: julianfoad
Revision: 1435746
Modified property: svn:log
Modified: svn:log at Wed Jan 23 19:36:59 2013
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Wed Jan 23 19:36:59 2013
@@ -5,7 +5,7 @@ is slow and needs to handle node verific
This patch does two things. First, it adds a notification callback
to svn_fs_verify() and forwards its output to our console stream.
-The second change is that revision-specific checks are begin moved
+The second change is that revision-specific checks are being moved
from svn_fs_fs__verify() to a new svn_fs_verify_rev() function.
Because the latter is being called as part of the per-revision checks,
progress is visible and access / cache locality is very much improved.