On Sat, Oct 20, 2012 at 11:35 AM, <stef...@apache.org> wrote: > Author: stefan2 > Date: Sat Oct 20 18:35:24 2012 > New Revision: 1400498 > > URL: http://svn.apache.org/viewvc?rev=1400498&view=rev > Log: > On systems without efficient 64 bit atomics, svnadmin should not attempt > to enable revprop caching because FSFS will reject it and log a warning. > svnadmin writes the latter to stderr - which confuses our tests. > > * subversion/svnadmin/main.c > (open_repos): enable revprop caching only if efficient > > Modified: > subversion/trunk/subversion/svnadmin/main.c
What value does the revprop cache have for svnadmin? Are there any operations that would actually look at revprops more than once in a single svnadmin run?