[email protected] wrote on Fri, Nov 15, 2019 at 12:34:58 -0000: > +++ subversion/trunk/subversion/include/svn_client.h Fri Nov 15 12:34:57 2019 > @@ -4479,6 +4479,9 @@ svn_client_relocate(const char *dir, > * removed from the working copy. Otherwise, all items are reverted and > * their on-disk state changed to match. > * > + * Consult @a ctx to determine whether or not to revert timestamp to the > + * time of last commit ('use-commit-times = yes').
Say «#SVN_CONFIG_OPTION_USE_COMMIT_TIMES» somewhere in there?

