You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2019/11/15 23:34:45 UTC

Re: svn commit: r1869851 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/revert.c

julianfoad@apache.org 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?

Re: svn commit: r1869851 - in /subversion/trunk/subversion: include/svn_client.h libsvn_client/revert.c

Posted by Julian Foad <ju...@apache.org>.
Daniel Shahaf wrote:
> julianfoad@apache.org wrote on Fri, Nov 15, 2019 at 12:34:58 -0000:
>> + * 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?

Can do. r1869888.

- Julian