I've install subversion, and want to write my own script to automate the web deployment.
Is it possible to trigger the script when commiting?
It's neither ssh nor apache based, only rely on svnserve.
I've install subversion, and want to write my own script to automate the web deployment.
Is it possible to trigger the script when commiting?
It's neither ssh nor apache based, only rely on svnserve.
Sure, Subversion provides a post-commit hook that does exactly this. The Subversion hooks are found in a hooks
directory in the repository, and the default installation contains template files (*.tmpl
) that show examples of each type of hook.