Stuart Celarier <SCelarier@corillian.com>


Patch Suggested
r859046 r858824

r858824 | lundblad | 2006-03-07 07:21:48 +0000 (Tue, 07 Mar 2006)

* STATUS (r18462, -82): Nominate (will vote later).

Suggested by: "Stuart Celarier" <SCelarier@corillian.com>


r859046 | dlr | 2006-03-20 23:35:47 +0000 (Mon, 20 Mar 2006)

Add hook script support for Windows Script Host (.wsf) files.  Though
WSH also allows for invocation of JScript (.js) and VB Script (.vbs)
files, the file extensions for these are not explicitly enumerated
because the languages can be run via a .wsf file.

* subversion/libsvn_repos/hooks.c
  (check_hook_cmd): Add the ".wsf" to the "check_extns" list.

Patch by: Stuart Celarier <SCelarier@corillian.com>