Author: danielsh
Date: Fri Mar 29 19:29:20 2013
New Revision: 1462617

URL: http://svn.apache.org/r1462617
Log:
No functional change.

* subversion/libsvn_fs_fs/tree.c
  (svn_fs_fs__verify_root): Update a comment to reflect r1462436.

Modified:
    subversion/trunk/subversion/libsvn_fs_fs/tree.c

Modified: subversion/trunk/subversion/libsvn_fs_fs/tree.c
URL: 
http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_fs_fs/tree.c?rev=1462617&r1=1462616&r2=1462617&view=diff
==============================================================================
--- subversion/trunk/subversion/libsvn_fs_fs/tree.c (original)
+++ subversion/trunk/subversion/libsvn_fs_fs/tree.c Fri Mar 29 19:29:20 2013
@@ -4403,7 +4403,8 @@ svn_fs_fs__verify_root(svn_fs_root_t *ro
      (and elsewhere).  This code makes more thorough checks than the
      commit-time checks in validate_root_noderev(). */
 
-  /* ### TODO: Make sure caches are disabled.
+  /* Callers should disable caches by setting SVN_FS_CONFIG_FSFS_CACHE_NS;
+     see r1462436.
 
      When this code is called in the library, we want to ensure we
      use the on-disk data --- rather than some data that was read


Reply via email to