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

Re: Specification of hook script interface

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-03-30 21:26:43 CEST

Philip Martin writes:
> Index: subversion/libsvn_repos/hooks.c
> ===================================================================
> --- subversion/libsvn_repos/hooks.c (revision 19083)
> +++ subversion/libsvn_repos/hooks.c (working copy)
> @@ -690,7 +690,7 @@
> args[5] = action_string;
> args[6] = NULL;
>
> - SVN_ERR(run_hook_cmd("post-revprop-change", hook, args, FALSE,
> + SVN_ERR(run_hook_cmd("post-revprop-change", hook, args, TRUE,
> stdin_handle, pool));
>
> SVN_ERR(svn_io_file_close(stdin_handle, pool));
[...]

I'd say that's just an oversight. +1 to changing it.

I don't know how to propagate the error back through DAV, though...

//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 30 21:27:12 2006

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.