Start a cliend-side-hook Script

Hello,

how can i start a cliend-side-hook Script (post-commit-hook) when i commit a Script from Komodo-IDE (10)

Regards

You could use a Komodo userscript for this, but it would honestly make more sense to just use your VCS itself for this. For example with Git:

https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks

Komodo is just invoking git for you, so if you use git hooks then these would also work when using git from Komodo.

Thx for answer…

i use Subversion (TortoiseSVN) - if i commit a Script in Explorer then the Hook-Script will started, but never from Komodo IDE :joy:

Where did you configure the commit hooks?

over Properties of the Folder (tsvn::postcommithook) and Settings->Hook Scripts