[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] lock and unlock hooks completeness

From: Chia-liang Kao <clkao_at_clkao.org>
Date: Wed, 16 Jul 2008 10:05:33 -0700

[[[
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 19:05:47 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.