I don't yet have filesystem access to our SVN repository but am looking into triggering Jenkins to build and deploy a project based on SVN commits to the project, ideally only for a specific branch / trunk to start.
I'm wondering if the post-commit hook applies to the entire SVN repository, if there are (or can be) multiple post-commit files that apply only to a particular project (or project branch / trunk), or if this is all done programmatically via a single post-commit script, e.g. determine which project committed, and based on this do something? Thanks, Bill