Re: Problems in 1.8 with Hook Scripts
From: Alexander Haley <ahaley_at_meditech.com>
Date: Tue, 18 Jun 2013 16:17:11 -0400
On Tue, Jun 18, 2013 at 3:27 PM, Alexander Haley <ahaley_at_meditech.com>wrote:
> I am encountering two problems (which I believe to be opposite sides of
> Notice the new 'enforce' option - and notice that the post_update_hook is
Seems to me that the problem is in the *src\Utils\Hooks.cpp *code,
for (hookiterator it = begin(); it != end(); ++it)
Those last two lines, that tack on the 'enforce\n' bit ... well, if
strhooks += (it->second.bEnforce ? _T("enforce") : _T("disregard"));
would fix this ... Hope that is useful...
Alex
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.