On Wed, Dec 19, 2012 at 6:57 AM, Julian Foad <julianf...@btopenworld.com> wrote: > Just a thought. Some of these changes are significant (in both lines touched > and functionality) on their own. One that stands out is "svnserve > --config-file no longer caches the password and authz db ...". Would it be a > good idea (and not too much work) to merge that first, as a separate change?
I think it would be moderately painful to do that first since the code I changed to effect that was the same code I'd already touched to add in-repo-authz for svnserve before I realized I should just remove the whole caching of password and authz db on startup entirely. What value do you think merging the --config-file change first would have?