stef...@apache.org writes: > Author: stefan2 > Date: Mon Apr 22 22:26:39 2013 > New Revision: 1470738 > > URL: http://svn.apache.org/r1470738 > Log: > Make svn_fs_verify accept a FS_CONFIG parameter similar to svn_fs_open() > and svn_fs_create(). Use that in svn_repos_verify_fs2 to check FS with > the same configuration parameters that were used open opening FS. > > Besides the mere symmetry aspect, this is essential use consistent cache > settings during FS verification, particularly using the same, separate > cache namespace.
> @@ -2466,7 +2480,9 @@ svn_fs_pack(const char *db_path, > /** > * Perform backend-specific data consistency and correctness validations > * to the Subversion filesystem (mainly the meta-data) located in the > - * directory @a path. Use @a scratch_pool for temporary allocations. > + * directory @a path. Use the backend-specific configuration @a fs_config > + * when opening the filesystem. @a NULL is valid for all backends. I assume the NULL comment refers to fs_config? At the start of the log you say it is essential to use consistent configs. Does using NULL result in consistent configs? > + * Use @a scratch_pool for temporary allocations. -- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/download