Karl,
Thanks for the review. attached is the revised patch.
2008/7/16 Karl Fogel <kfogel_at_red-bean.com>:
> [I'm sending this through the GMail interface due to some lossage with my
> regular smtp server; I hope the formatting comes through okay...]
>
> "Chia-liang Kao" <clkao_at_clkao.org> writes:
>> [[[
>>Make pre-lock hook take comment and steal_lock as arguments, and
>> make pre-unlock take token and break_lock as arguments.
>>
>> * subversion/libsvn_repos/hooks.c
>> (svn_repos__hooks_pre_lock): takes comment and steal_lock, pass
>> to run_hook_cmd.
>> (svn_repos__hooks_pre_unlock): takes token and break_lock, pass
>> to run_hook_cmd.
>>
>> * subversion/libsvn_repos/repos.h: Adjust prototype for
>> svn_repos__hooks_pre_{lock,unlock}
>>
>> * subversion/libsvn_repos/fs-wrap.c:
>> (svn_repos_fs_lock, svn_repos_fs_unlock): Call
>> svn_repos__hooks_pre_{lock,unlock} with the above mentioned
>> new arguments.
>>
>> * subversion/libsvn_repos/repos.c: Document the new arguments for
>> the hooks in their templates.
>> ]]]
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-07-16 23:52:40 CEST